2014-04-03 17:13 GMT+02:00 Barry Scott <[email protected]>: > How should I be doing this?
As I don't know if your script is meant to mount arbitrary removable drives, if you just want to mount a specific device, the simplest solution is to just add it to /etc/fstab. Use somehting like UUID or LABEL to identify it, and make sure to use auto + nofail. systemd will automatically mount the device -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
