How Do You Partition Your Drives - Desktop Customization & Workflow

Users browsing this thread: 1 Guest(s)
z3bra
Grey Hair Nixers
For servers, I keep the default OpenBSD partitionning scheme, but giving more space to /var instead of /home, as I have stuff like /var/www, /var/gopher, /var/git, ... Having only one user means /home is barely useful.

For my personnal computer, it's a different scheme. I used to use LVM, but I don't really need to resize partitions, so when my drive crashed, I decided to not use LVM again. one less driver to compile in !

Mount ponts are :

Code:
/dev/sdb2 on / type xfs
/dev/sdb1 on /boot type vfat
tmp on /tmp type tmpfs
tmp on /home/egull/tmp type tmpfs

That's right, no /home. I used to have it, but now that I have backups setup correctly, I decided to nuke it completely. I like to keep tmpfs partitions around, so I'm sure that I don't pile things up in /tmp or ~/tmp. If I must keep something, then I must move it somewhere. It helps keeping things clean. However, sometimes stuff sit right in ~ for weeks haha.

Once I get a new drive, I'll use it for data/backups, and mount it to /var/data. This would also serve as a local cache to my deduplication data program, which usually sit in /var/dedup for now (and take up some space!)

On my pro laptop, I won't have an external drive for backups, so /var/dedup is separate. If backups go crazy, they won't fill up the whole drive and fuck things up at the worst time possible (mid-upgrade or something).


Messages In This Thread
How Do You Partition Your Drives - by cjm - 07-08-2014, 05:39 PM
RE: How Do You Partition Your Drives - by kirby - 08-08-2014, 04:59 AM
RE: How Do You Partition Your Drives - by xero - 08-08-2014, 11:19 AM
RE: How Do You Partition Your Drives - by pvtmert - 09-08-2014, 09:32 AM
RE: How Do You Partition Your Drives - by venam - 28-09-2020, 02:10 AM
RE: How Do You Partition Your Drives - by mort - 28-09-2020, 04:03 AM
RE: How Do You Partition Your Drives - by freem - 28-09-2020, 06:56 AM
RE: How Do You Partition Your Drives - by z3bra - 28-09-2020, 11:54 AM
RE: How Do You Partition Your Drives - by movq - 28-09-2020, 12:15 PM
RE: How Do You Partition Your Drives - by mcol - 01-10-2020, 05:09 PM