Auto: misc.

This commit is contained in:
2020-12-25 15:01:25 +01:00
parent 4a9b5381bf
commit cbcf7f7a7a
+7
View File
@@ -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"