![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Linux Support Linux - Operating Systems and Applications Support |
![]() |
|
|
Thread Tools |
|
|
#1 (permalink) |
|
Registered User
|
which file system should i use
i recently installed ubuntu but it gave me so many different file systems to choose from that i didn't know which one is the best. what would you recommend? i just installed it so i won't lose anything during a reinstall.
|
|
|
|
| Sponsored Links |
|
|
#2 (permalink) |
|
Moderator Alt. Computing
|
Re: which file system should i use
Well, the two main file systems are: ext2, and ext3. These are similar to NTFS, and FAT32. The main difference is that these were developed for the *nix os only.
Also, you are going to need a swap file system. Cheers!
__________________
![]() If I have posted on your thread and haven't replied within 48hrs please PM me. I will try to be as prompt as possible! Linux Forever! Learning is doing, not being able to follow steps put forth by others. When posting what errors you get, please give the full message. It makes helping you much easier. |
|
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Oct 2007
Location: Littleton, Colorado USA
Posts: 455
OS: xp 64 sp2 Fedora Core 8 (vmware xp core 8 x32) Minix
|
Re: which file system should i use
Ext2 and Ext3 are exactly the same EXCEPT that ext3 is a journaling file system. So Ext3 is closer to NTFS (which is a journalling file system) and ext2 is closer to FAT32 (no journalling). Ext2 is a very much better FAT32. Journaling is where the disk can recover writes that weren't flushed before the power was cut. When Linux restarts after a power failure (or similar endoplasmic event) the disk (and files) are updated correctly. If you have to choose between ext2 and ext3, then pick ext3.
The other file system was probably "ReiserFS". This one too is a journaling file system. Go to "http://en.wikipedia.org/wiki/ReiserFS" for a good description. I have heard that a good reason to use this file system is for lots of very small files. It has better responsiveness and you can't run out of inodes. Unfortunately, Mr Reiser is currently in prison for killing his wife (or about to go). |
|
|
|
|
|
#6 (permalink) |
|
Registered User
Join Date: Oct 2007
Location: Littleton, Colorado USA
Posts: 455
OS: xp 64 sp2 Fedora Core 8 (vmware xp core 8 x32) Minix
|
Re: which file system should i use
As far as a swap system, the answer is yes. Except Linux can use a file (instead of a partition) for the swap (like XP, Vista). So you can add a swap file system after the fact. You will need a swap file system from 1x to 2x times your ram. See the mkswap command.
You need to look at some of the FAQs. I think and ext2 file system can be turned into a ext3 file system, again after the fact. But you can't turn a ext3 back into a ext2 file system. I think there is a way to turn the ext2 into ext3 non-destructively so that the partition's data are not destroyed. |
|
|
|
|
|
#8 (permalink) |
|
Registered User
Join Date: Oct 2007
Location: Littleton, Colorado USA
Posts: 455
OS: xp 64 sp2 Fedora Core 8 (vmware xp core 8 x32) Minix
|
Re: which file system should i use
Watch for ext4 file system. It is, I understand, in very late beta and is about to hit the Linux world. It is in most of the kernels as of 2.6.19, but is considered "use at your own risk".
|
|
|
|
![]() |
| Thread Tools | |
|
|