Hello,
I’m planning to install oST and I’m wondering about how you all setup your partitions. I know oS uses btrfs (which is what gives it such brilliant rollback ability with snapper) and I’ve never used that file system before (always ext4). Also, I usually put my /home on a separate partition so that it’s less likely to have data loss. I read that this isn’t the oST default and they put it all on the same partition.
I’ve also started reading about mapping some of the other main locations to their own partitions line /usr /var. I’m not sure if this is worth doing or not. I do have some data that I need to keep backed up in one or two of these locations but since I’m not really “distro hopping” with this unit, I’m not sure it helps. Having all the files in the btrfs/snapper backup may be more useful. What do you think?
What do you do? I’ll about to have a new NVMe M.2 SSD which I’ll install alongside my current 2.5” SATA SSD in my little NUC. I was originally thinking of just using the 2.5” SSD as my /home partition but now I’m not sure. I don’t necessarily need the extra space as I don’t use a ton of files in /home anyway so I’m confused as to the best to way proceed. Any thoughts, advice, or experience would be super helpful. I’d love to know what worked, what didn’t, what you wished you had done and why. Thanks so much in advance!
PS How much swap does oST like for 16bg RAM?
Best Partition set up for a fresh install
Partitioning/Install Guide - Forums Feedback - openSUSE Forums
Beginners question: Partitioning
[Help] Need help on manual partitioning
Videos
Hi all
Linux newbie (kind of) here, wanting to give openSUSE a try. I read about partitioning but I am still not really sure what to do.
My setup: ASUS Zenbook with 24GB of RAM and 2 SSD (250GB and 500GB)
Install (partitioning) seems to be very different from what I did on my former systems (Ubuntu, Mint, Fedora). Seems like openSUSE is creating many more and different partitions (compared to the other distros I used). As I have 2 SSD, I would like to use the smaller one (250GB) for the whole system (OS, boot, etc), while my home directory should be on the large SSD (500GB).
So.. any recommendations for partitioning?
Also I read that swap size should be based on amount of RAM. As I do have 24 GB of RAM I am not sure what to do. Using 24GB just for swap seems to be a bit overdozed and wasted.
Thanks for your help :)
The OpenSuSE install can help you do this by resizing and creating your partitions for you. It should automatically use your swap partition. If not then you'll go to advanced partition settings when installing and have the swap partition be mounted to swap.
However, if you want to free do this by hand (I would not recommend it).
First umount the /dev/sda2
Next run fsck on /dev/sda2 (you really don't want any errors)
Third, use resize2fs.
In fsck, delete the old partition and create two new ones and toggle the boot flag where needed.
Finally, ave grub update itself.
If you're booting with windows 8 make some unallocated space for SUSE when booting SUSE it will automatically choose the swap partition and primary partition (only in SUSE 12.0 + )