How Do You Partition Your Drives - Desktop Customization & Workflow

Users browsing this thread: 2 Guest(s)
mcol
Nixers
(28-09-2020, 12:15 PM)vain Wrote: z3bra Wrote:
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.


Yes, this is great. I do a tremendous amount of stuff in /tmp, which is a tmpfs. Reboot, everything clean.

Yeah I love using /tmp in this way. Good for cloning git repos that I want a quick read of but without keeping a copy around, for example.

My setup is much more simple than many posted already:

Code:
NAME          MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
nvme0n1       259:0    0 476.9G  0 disk  
├─nvme0n1p1   259:1    0   200M  0 part  /boot
└─nvme0n1p2   259:2    0 476.7G  0 part  
  └─cryptroot 254:0    0 476.7G  0 crypt /

One small boot partition, and the rest of the disk is root, inside a luks partition. After bouncing around many, many backup solutions for my home folder over the years, I have concluded that a simple rsync of /home to another machine is the most stable and managable approach (with some blacklisting inside a file using rsync's filtering). ~/Downloads is blacklisted, so it's my half way between a normal folder and /tmp. Maybe one day when I've cleared it properly I'll stick another tmpfs at ~/Downloads to ensure I organise downloads as they come in.


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