FET Forum

Discussions and Chat => Talk It Up! => Topic started by: Liviu Lalescu on October 26, 2014, 10:36:02 AM

Title: GNU/Linux partition types - I need advice
Post by: Liviu Lalescu on October 26, 2014, 10:36:02 AM
I have an 160 GB SATA hard drive. I will install the new openSuse 13.2 when it will be ready, in about 9 days. I have partitions: SWAP (2.5 GB), / (55 GB, ext4) and /mnt/date (~90 GB, ext4).

I want to keep the whole system (/ and /home) on the same root partition. I need advice if I should convert from ext4 to XFS (I understood that btrfs is only for testing).

Let me know more details.
Title: Re: GNU/Linux partition types - I need advice
Post by: Zsolt Udvari on October 26, 2014, 12:22:04 PM
Do you want ZFS, right? Not XFS :)
My method to convert ext* to ZFS (because of FreeBSD): backup the important data of an partition, and created zfs pool :)
Or if you can save everything from your HDD begin it from scratch :)

Why do you want this convert?
Title: Re: GNU/Linux partition types - I need advice
Post by: Liviu Lalescu on October 26, 2014, 12:31:43 PM
I do not know ZFS or XFS. I have ext4 and I noticed that openSuse 13.2 default will be XFS for /home and btrfs for / . So I am asking if XFS is better than ext4. I can convert easily, as I have a large external hard disk. But I can also leave the partitions as they are now.
Title: Re: GNU/Linux partition types - I need advice
Post by: Zsolt Udvari on October 26, 2014, 01:09:58 PM
I think in home usage isn't any significant differences between filesystems. I've used many in the last 10 years (reiserfs, xfs, jfs, ext3, ext4, zfs), but I didn't notice any difference (speed, performance, etc.).
Title: Re: GNU/Linux partition types - I need advice
Post by: Liviu Lalescu on October 26, 2014, 01:12:52 PM
Thanks!  :)

I'll also keep "/" on the same partition with "/home", but I think it does not matter.
Title: Re: GNU/Linux partition types - I need advice
Post by: Zsolt Udvari on October 26, 2014, 03:58:17 PM
The seperate home-partition has many advanteges:
Title: Re: GNU/Linux partition types - I need advice
Post by: Liviu Lalescu on October 26, 2014, 04:18:44 PM
Thank you, I'll think about  :)

These reasons do not quite apply to me. Because I keep my home directory under a certain limit, and make monthly backups with it (entirely). And when I install a new system I prefer to start with new settings (and just copy some directories with settings). This is to ensure I start with a really new system.
Title: Re: GNU/Linux partition types - I need advice
Post by: Zsolt Udvari on October 27, 2014, 09:27:27 AM
Yes, this is a different approach and "system" :)