On Lu, 17 feb 20, 00:10:52, Gene Heskett wrote:
> Greetings all;
> 
> I am trying to remove as much write activity as possible from the u-sd 
> that a raspi boots from.  To that end I'll create a partition on an ssd, 
> of 5000 megs, then copy the existing /tmp's contents to it it, then 
> mount the ssd partition of that name on top of it where it is in the 
> u-sd now. A partition labeled tmp-u-sd-temp would be about the least 
> mistake prone to put in /etc/fstab. I did this once at least a decade or 
> more ago because I outgrew the /home/partition but can't in 2020 
> remember the fstab syntax a decade+ later.
 
To mount by label:

# what              where   type    options     dump    fsck order
LABEL=tmp-u-sd-temp /tmp    ext4    noatime     0       2

man fstab

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser

Attachment: signature.asc
Description: PGP signature

Reply via email to