Auto: misc.

This commit is contained in:
2020-12-25 14:56:53 +01:00
parent 2ee6cc85c2
commit 4a9b5381bf
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -3,3 +3,8 @@
- I use this to automount SD cards.
- 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.
[//begin]: # "Autogenerated link references for markdown compatibility"
[2020-12-25]: journal/2020-12-25 "2020-12-25"
[//end]: # "Autogenerated link references"
+2
View File
@@ -0,0 +1,2 @@
# 2020-12-25