How Do You Partition Your Drives - Desktop Customization & Workflow
Users browsing this thread: 1 Guest(s)
|
|||
(28-09-2020, 11:54 AM)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. My machines do BIOS boot and my main disk is trivial: Code: $ lsblk /dev/sdc 230 GB isn't that much anymore, so I added another disk later (left some room to be able to play with fancy file systems): Code: $ lsblk /dev/sdb Again, just one partition. In that directory are some subdirectories which are bind mounted to places like my /home: Code: $ grep bind /etc/fstab My laptop uses the same setup, just everything encrypted. |
|||
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 pyratebeard - 28-09-2020, 04:58 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
|