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:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* 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
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read

Linux Support Linux - Operating Systems and Applications Support

Reply
 
Thread Tools
Old 06-03-2008, 04:08 PM   #1 (permalink)
Registered User
 
Join Date: May 2008
Posts: 33
OS: Vista home premium SP1, Ubuntu


Send a message via AIM to Armed Nuke Send a message via Yahoo to Armed Nuke
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.
Armed Nuke is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Sponsored Links
Old 06-03-2008, 07:20 PM   #2 (permalink)
Moderator Alt. Computing
 
wmorri's Avatar
 
Join Date: May 2008
Location: /etc/pm
Posts: 1,221
OS: Vista Basic SP1/Ubuntu 8.04/Fedora 10


Send a message via AIM to wmorri
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.
wmorri is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-03-2008, 07:53 PM   #3 (permalink)
Registered User
 
Join Date: May 2008
Posts: 33
OS: Vista home premium SP1, Ubuntu


Send a message via AIM to Armed Nuke Send a message via Yahoo to Armed Nuke
Re: which file system should i use

i currently have ext2 i think. should i upgrade to ext3. i noticed that it wanted me to have a swap file system. i have 4gb ddr2sdram though so i didn't think i needed it. will i still need it?
Armed Nuke is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-03-2008, 08:07 PM   #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).
lensman3 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-03-2008, 08:12 PM   #5 (permalink)
Registered User
 
Join Date: May 2008
Posts: 33
OS: Vista home premium SP1, Ubuntu


Send a message via AIM to Armed Nuke Send a message via Yahoo to Armed Nuke
Re: which file system should i use

thanks a million :) i think i'll go with ext3. i like ntfs much better than fat32....unless i'm gaming...i don't plan to do much gaming on ubuntu though :)
Armed Nuke is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-03-2008, 08:18 PM   #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.
lensman3 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-03-2008, 08:25 PM   #7 (permalink)
Registered User
 
Join Date: May 2008
Posts: 33
OS: Vista home premium SP1, Ubuntu


Send a message via AIM to Armed Nuke Send a message via Yahoo to Armed Nuke
Re: which file system should i use

yeah i read that about the file systems when i looked them up. i'm still surprised about the swap file though. is it used for more than overflow memory?
Armed Nuke is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-03-2008, 08:39 PM   #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".
lensman3 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-03-2008, 08:40 PM   #9 (permalink)
Registered User
 
Join Date: May 2008
Posts: 33
OS: Vista home premium SP1, Ubuntu


Send a message via AIM to Armed Nuke Send a message via Yahoo to Armed Nuke
Re: which file system should i use

k, i'll keep an eye out for it
Armed Nuke is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -7. The time now is 06:14 AM.



Copyright 2001 - 2008, Tech Support Forum

Search Engine Friendly URLs by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82