LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Different Partition format (https://www.linuxquestions.org/questions/linux-newbie-8/different-partition-format-511238/)

nil618 12-16-2006 10:21 PM

Different Partition format
 
Hi guys,,,
Right now i m using Gparted and its showing me three partitions, what does fat16, ntfs and ext3 mean. What does each of them stand for and how to use them, if u could help me out i would really appreciate
Thank you:study:

Arty2000 12-16-2006 10:44 PM

Don't know much about it, but here's some links...

http://en.wikipedia.org/wiki/Fat16

http://en.wikipedia.org/wiki/NTFS

http://en.wikipedia.org/wiki/Ext3

Good luck.

jonwatson 12-17-2006 03:42 AM

Quote:

Originally Posted by nil618
Hi guys,,,
Right now i m using Gparted and its showing me three partitions, what does fat16, ntfs and ext3 mean. What does each of them stand for and how to use them, if u could help me out i would really appreciate
Thank you:study:

Fat16 is the "old" FAT (File Allocation Table) system used by MS DOS and is readable and writeable by Linux.

NTFS is the Windows specific (NT File System) which is generally only readable by Linux. There are some projects out there that may let you write to an NTFS file system, but since you're posting to Linux Newbie, I assume that getting one of those projects to work might be a little difficult. NTFS is OK if you just want to read the disk from Linux but not write to it.

EXT3 is a very standard/typical Linux file system. There are various schools of thought out there, but I would recommend using EXT3 as your Linux file system unless you have some compelling reason to use another one.

Short answer: FAT16 and EXT3 = Good in Linux. NTFS = Bad in Linux.

michaelk 12-17-2006 08:28 AM

Welcome to LinuxQuestions.
In a nutshell a filesystem is how an operating system is able to access, read, write and organize information on a hard drive. There are many filesystems and you can find lots of information by googling. A disk drive has its own structure known as partitions. A table on the hard drive defines this structure in order for the OS to find a filesystem.


All times are GMT -5. The time now is 06:16 AM.