Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5008

General discussion • Re: Moving /var/log to external disk?

$
0
0
Traditionally, it wasn't unusual to have a dedicated /var and/or /var/log filesystem. Just mount the filesystem directly, e.g.

Code:

/dev/sdb1 /var ext4 defaults 0 2
If you're moving /var/log for performance, flash wear, or space; you should probably move all of /var. You may wish to use the modern LABEL= or UUID= to identify the partition, instead of the device name.

Statistics: Posted by Murph9000 — Thu Sep 12, 2024 4:44 am



Viewing all articles
Browse latest Browse all 5008

Trending Articles