Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-26-2005, 02:39 AM
|
#1
|
Member
Registered: Dec 2003
Posts: 51
Rep:
|
hard drive partition types
I know linux cant write to ntfs and can to fat32. however, i just want to know is there any actual advantages of the ext or ext3 file systems? or is it just that linux only works on those 2 file systems?
|
|
|
03-26-2005, 03:59 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
fat32 is not a unix compatible file system, ext3 is. fat32 can't handle user ownership and everythign else that goes to be required in any unix file system. linux can run on a whole bunch of filesystems, ext, ext2, ext3, reiserfs, reiserfs4, xfs, jfs and others... use ext3.
|
|
|
03-26-2005, 11:27 AM
|
#3
|
Senior Member
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300
Rep:
|
You are correct in that Linux can write to FAT32 partitions. It's a handy way to share files between windoze and the good OS.
As far as file systems go, ext2 is a very stable non-journaling file system. It's very good for a boot partition and the like. I wouldn't recommend it for your root partition or any partition that contains large amounts of critical data.
ext3 is basically a journaling version of ext2. It's very stable and is the tried and true workhorse of the Linux file systems. The only downside to ext3 is some wasted space if you have a lot of small files as it alocates an entire inode for a small file. Example, say an inode is 1024 bytes. Say the file is 500 bytes. The file wil be allocated to the 1024 resulting in 524 bytes of wasted space.
I use ext3 for the tried and true stability.
reiserfs: a relatively newer journaling file system. It stores files in a structured tree and deals far better with smaller files. It supposedly speeds up disk access due to the way it arranges the files. Has a reputation for being a little less stable due to the way it performs it's journaling although when I used it I never had a problem.
There are other, newer versions of file systems being used and tested. I haven't usedd them and so won't comment.
If you want safe and stable, go with ext3.
|
|
|
All times are GMT -5. The time now is 08:11 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|