You are not logged in.

#1 2016-01-14 15:15:39

perchslayer
Member
From: Auburn, California - US
Registered: 2016-01-12
Posts: 117

Best Practice? Optimum Disk setup-partitioning?

I am off and ready to go to the races. And this time I want to do it right. I have read some differing opinions about the best way to go to set up my hard drive, but I want to ask in here. I am a n00b, of course, so I am going to use the walk-through in the install sequence, not GParted ahead of time or anything. Anyway, drawing from these 3 posts, I get varying ideas:

From damo 5 years ago: HowTo: Install Bunsen Labs With the Graphical Installer

From StackExchange: Best Disk Partitioning Scheme for a Linux-based Developer Machine

From RedHat: .15.5. Recommended Partitioning Scheme 9.15.5.1. x86, AMD64, and Intel 64 systems

So, generally, am I better off just having one thing as @damo describes? Or would it be better to define, say, a swap, a home, and a root? And make them small(er) for resizing later? Or what?

I do plan on keeping this distro on my laptop for the foreseeable future, so that is not an issue.

MOD EDIT: fixed first URL.

Last edited by johnraff (2019-08-19 02:15:40)


Roland Shield
n00b 2.x
ass.clown@perchslayer.com | "...'ere I am, J.H."

Offline

#2 2016-01-14 15:33:29

Horizon_Brave
Operating System: Linux-Nettrix
Registered: 2015-10-18
Posts: 1,473

Re: Best Practice? Optimum Disk setup-partitioning?

I've always found this as a question of what you'll be doing with the OS. For work, we limit swap space to next to nothing, but keep /var it's own partition with plenty of growing space due to the heavy storage of logs. You may want to do something like this for your /home directory. If you know you'll be storing a lot of images, music, files etc there.

And like you said, you can grow sizes from there, but it's good to partition it the way you wish from the get go, as re-partitioning can get hairy.  What I'd suggest is doing this all in a VM first. Make a couple of installs of B.L in Virtualbox or something, see which scheme you like, what would be easiest to modify and go with that one.


"I have not failed, I have found 10,000 ways that will not work" -Edison

Offline

#3 2016-01-14 17:12:14

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Best Practice? Optimum Disk setup-partitioning?

I haven't experimented with "fancy" options like @nobody et al, but one thing I do is have a small /home partion, but have most of my data in a separate partition. This is mounted in fstab, and I change eg `$HOME/Documents` to a symlink to `/mnt/data/documents`.

This allows me to have the same "/home" data shared between different distros in a multiboot setup, without affecting the different $HOME configs.

BTW the HowTo linked to definitely isn't 5 years old tongue


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#4 2016-01-14 20:03:35

deleted0
Guest

Re: Best Practice? Optimum Disk setup-partitioning?

^ Does this affect dot files in /home between the different distros?

8bit

#5 2016-01-14 20:10:30

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Best Practice? Optimum Disk setup-partitioning?

eight.bit.al wrote:

^ Does this affect dot files in /home between the different distros?

8bit

You either need to have '/home' in the '/' partition, or a different '/home' for each install.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#6 2016-01-14 20:14:13

deleted0
Guest

Re: Best Practice? Optimum Disk setup-partitioning?

Ahh, sorry I misread #4. (as you answered my question, already)

8bit

#7 2016-01-14 20:55:14

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: Best Practice? Optimum Disk setup-partitioning?

Just to note:

nobody wrote:

Use UEFI/GPT if your computer supports it. Just throw 500M on the FAT32 EFI partition and you'll be good.

1. 500M FAT32 EFI -> /boot/efi

The BunsenLabs installer doesn't currently support UEFI but if the EFI system partition is created and mounted to /boot/efi in the partitioning section of the installer it makes conversion to UEFI simpler.

This will not install a UEFI system but it will create the required mount points and fstab entry.

See my signature for details of the conversion method.

Offline

#8 2016-01-15 01:23:29

tknomanzr
BL Die Hard
From: Around the Bend
Registered: 2015-09-29
Posts: 1,057

Re: Best Practice? Optimum Disk setup-partitioning?

I prefer separate /home and /root partitions. That way stuff is more modular. I also have an NAS appliance for external storage of backups, media and other stuff that is important to me. However, I am apt to gut and rebuild a system for testing purposes or whatever at any given time, so I have gradually learned how to set my systems up so that I can rebuild them rapidly.

Last edited by tknomanzr (2016-01-15 01:23:49)

Offline

#9 2016-01-17 10:17:32

KrunchTime
Member
Registered: 2015-09-29
Posts: 857

Re: Best Practice? Optimum Disk setup-partitioning?

I have separate home, data, and encrypted partitions.  If I'm using a machine with a HDD, then I'll also setup a separate /tmp partition.  Someone mentioned a separate /var partition.  I did that a long time ago, but for regular desktop use, it isn't necessary IMO.  The suggestion is probably better for server environments.

Offline

#10 2019-08-16 15:39:05

penguinator
Member
Registered: 2019-05-13
Posts: 30

Re: Best Practice? Optimum Disk setup-partitioning?

perchslayer wrote:

The above link isn't working. It should be:
https://forums.bunsenlabs.org/viewtopic.php?id=518


System Info:
ASUS EeePC 701 netbook, 4GB SSD
BL Helium

Offline

#11 2019-08-16 22:26:17

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Best Practice? Optimum Disk setup-partitioning?

penguinator wrote:
perchslayer wrote:

The above link isn't working. It should be:
https://forums.bunsenlabs.org/viewtopic.php?id=518

The link works here though: Getting Started»List of Useful HowTo's»HowTo: Install BunsenLabs with the Graphical Installer


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#12 2019-08-19 02:16:35

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,666
Website

Re: Best Practice? Optimum Disk setup-partitioning?

OP URL now fixed. Thanks to penguinator.


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

Board footer

Powered by FluxBB