mirror of
https://github.com/flancian/garden.git
synced 2026-08-06 14:36:18 +00:00
Auto: misc.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user