Search:

Type: Posts; User: mattydee; Keyword(s):

Search: Search took 0.09 seconds.

  1. Re: Create your own udev rules to control removable devices

    You could probably use a combination of the udev rules that detect and then execute the mount command, based on the UUID. Then in your fstab, you would have the proper entry for that device with an...
  2. Re: Create your own udev rules to control removable devices

    Nattereri:

    You shouldn't be writing a script to mount that drive. You can use udev rules if you want, but as shreepads and I discussed, using UUIDs is probably a cleaner option.

    If you use...
  3. Re: Create your own udev rules to control removable devices

    Good point. Wouldn't you have the same problem using udev rules anyway? The system would try to mount the same (disconnected) USB device at boot from the udev created device node (EDIT: except in...
  4. Re: Create your own udev rules to control removable devices

    Yep, UUIDs would be much cleaner I think.
  5. Re: Create your own udev rules to control removable devices

    Thank YOU very much! This was extremely helpful!

    By the way, when I added a second entry to 10-local.rules, I didn't even have to restart udev. Just unplugged and replugged the device.
Results 1 to 5 of 5