The Wiki has moved to new hardware, and the old server died.
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
howtos:general_admin:automount_via_udev [2014/01/15 16:09 (UTC)] alienbob automount_via_udev renamed to howtos:general_admin:automount_via_udev (No articles allowed in the root) |
howtos:general_admin:automount_via_udev [2020/01/06 03:25 (UTC)] (current) hwpfeil changed parsistent to persistent |
||
---|---|---|---|
Line 6: | Line 6: | ||
I wrote a couple of really simple udev rules to call the management program: | I wrote a couple of really simple udev rules to call the management program: | ||
- | root@nas:~# cat /etc/udev/rules.d/99-parsistent-personal.rules | + | root@nas:~# cat /etc/udev/rules.d/99-persistent-personal.rules |
ACTION=="add",KERNEL=="sd[a-z][1-9]", PROGRAM="automount" | ACTION=="add",KERNEL=="sd[a-z][1-9]", PROGRAM="automount" | ||
ACTION=="remove",KERNEL=="sd[a-z][1-9]", PROGRAM="automount" | ACTION=="remove",KERNEL=="sd[a-z][1-9]", PROGRAM="automount" |