[2025-jun-17] The SlackDocs mailing lists at https://lists.alienbase.nl/mailman/listinfo have been retired. No one has been using these lists for years and it's time to say goodbye. The list archives remain available at https://scalzi.slackware.nl/mailman/listinfo/slackdocs

[2025-jun-17] The SlackDocs Wiki has moved to a new server, in order to make it more performant.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
howtos:general_admin:automount_via_udev [2014/01/15 16:09 (UTC)] – automount_via_udev renamed to howtos:general_admin:automount_via_udev (No articles allowed in the root) alienbobhowtos:general_admin:automount_via_udev [2020/01/06 03:25 (UTC)] (current) – changed parsistent to persistent hwpfeil
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"
QR Code
QR Code howtos:general_admin:automount_via_udev (generated for current page)