Results 1 to 8 of 8

Thread: Partition setup, which filesystem

  1. #1
    Join Date
    Feb 2008
    Beans
    26

    Partition setup, which filesystem

    Hey outthere

    I know there is many subject regarding this and I have spend hours trying to find a clear solution, but without hope.
    Due to holidays now, I have a plan to try out another filesystem then ext3, my plan so far is:

    /boot ext2
    / reiserFS
    /home JFS
    swap

    or

    /boot ext2
    / JFS
    /var reiserFS
    /home JFS
    swap

    But I can't really decide between those two solutions. Hope someone can post a comment and advice. 3th solution is also welcomed.

    ps. if I do a /var with reiserFS, what size would be best?


    Regards

    Aslund

  2. #2
    Join Date
    Sep 2006
    Location
    Alexandria
    Beans
    1,202
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Partition setup, which filesystem

    For installing Ubuntu , you only need to create partitions with ext3 format and a swap partition. Read this document about it
    Linux user #434738 - Ubuntu user #9391
    Be happy .....think of others and thank GOD.

    Kindly mark your thread [SOLVED] if it is done.

  3. #3
    Join Date
    Feb 2008
    Beans
    26

    Re: Partition setup, which filesystem

    I know that and thats how I run Ubuntu currently, but as I wrote, I would liek to try out somethung different while I ahve time and not worried about data security when I am at university.

  4. #4
    Join Date
    Aug 2006
    Location
    Madrid, Spain
    Beans
    299
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Partition setup, which filesystem

    Quote Originally Posted by Aslund View Post
    I would like to try out something different while I have time and not worry about data security when I am at university.
    What do you mean with "data security"? If you mean resilience against system crashes, then ext3 is your FS - its only major risk factor is the lack of journal checksumming (wiki article). ReiserFS is also fine with crashes as long as the HD does not start suffering physical corruption - it goes down in flames from that point on. Others, I don't know, and JFS is an unknown for me, but I remember that XFS used to suffer from garbage-tailing opened files after a crash-and-reboot.

    If, on the other hand, you mean data security as in passwords and all that, then you need on-disk encryption with cryptoloop, and what FS you use does not matter (to that effect) since the whole block device is encrypted. Remember not to encrypt your boot partition!
    May the Source be with you.

  5. #5
    Join Date
    Feb 2008
    Beans
    26

    Re: Partition setup, which filesystem

    I mean corruption and such, since I have holiday now I can take a risk for trying out something new and see how it works.
    But instead of all this walkarounds, is'nt there somebody who can answer my question? :S

    Regards

    Aslund

  6. #6
    Join Date
    Aug 2006
    Location
    Madrid, Spain
    Beans
    299
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Partition setup, which filesystem

    Quote Originally Posted by Aslund View Post
    But instead of all this walkarounds, is'nt there somebody who can answer my question? :S
    Well, if you want someone to tell you "use THIS filesystem and no other!" so that your life can be easy and happy, no sugar (well, there are such people, but they are usually flamers, bigots or the FS developers - categories are nonexclusive).

    This is about choice, and Linux is in particular the filesystem bitch of all OSes: I use XFS for the recordings partition on my Mythbuntu media center because it can handle very big files with little latency to the client app. However, on my main box I have a small ext3 root and a big ReiserFS /home suitable for the very small config files usually stored in user dirs, while in a Gentoo box with a more flaky HD that is mainly used to run BOINC I prefer ext3 for all its partitions. Finally, my laptop is all-ReiserFS. What I mean is that the FS best fit for you depends on what are you planning to put in it, how are you planning to store and retrieve it, etc. Why do you claim to seek experimenting with different filesystems if you don't want to take the first step in the scientific method and choose what FS to experiment with?

    But of course, if you want an easy answer, just use ext3 The SUV of the filesystems!. On the other hand, ReiserFS is fascinating because it can go from lightning fast to crawling slow and back in little time depending on the workload you put upon it.
    May the Source be with you.

  7. #7
    Join Date
    Nov 2006
    Location
    Buckeye country
    Beans
    1,079
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Partition setup, which filesystem

    i've used just about everything over the last decade, and seems to me that reiserfs used to be the fastest, but i think development stopped when reiser got arrested. if you're just experimenting, try any/all of them, have fun. the only problem you may run into is if you're using a sata drive or large drive, some of the older filesystems may not support it.

  8. #8
    Join Date
    Aug 2006
    Location
    Madrid, Spain
    Beans
    299
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Partition setup, which filesystem

    Quote Originally Posted by timcredible View Post
    reiserfs used to be the fastest, but i think development stopped when reiser got arrested.
    Reiser3 (i.e. ReiserFS) development had already been halted and development moved to Reiser4 long before Hans Reiser was arrested. I don't know whether they're even taking the time to add bugfixes into Reiser3, which, together with Reiser's natural diplomacy and some problems with the new version, convinced the Linux kernel developers not to include Reiser4 in the "official" distribution: wiki article. Flames are still running since them.
    May the Source be with you.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •