From cbcf7f7a7a567f968374bf3f221a363871705e34 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 25 Dec 2020 15:01:25 +0100 Subject: [PATCH] Auto: misc. --- autofs.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/autofs.md b/autofs.md index ac1db29eb..a1199cdf1 100644 --- a/autofs.md +++ b/autofs.md @@ -4,6 +4,13 @@ - In /etc/auto.master: ```/media /etc/auto.removable --timeout=2,sync``` - In /etc/auto.removable: ```sd -fstype=vfat,uid=$my_user_id :/dev/mmcblk0p1``` - As of [[2020-12-25]] this no longer works. + - Instead I just use fstab and mount/unmount as needed: + - 64gb + - UUID=6139-3034 /mnt/sd exfat noauto,x-systemd.automount,uid=UID_HERE,user + - 32gb + - UUID=03BE-BBB1 /mnt/sd exfat noauto,x-systemd.automount,uid=UID_HERE,user + - An alternative is to set up both systemd/udev rules, seems like hassle right now. + [//begin]: # "Autogenerated link references for markdown compatibility" [2020-12-25]: journal/2020-12-25 "2020-12-25"