in reply to why does perl-suid not mount
Having said that, you may want to get rid of perl-suid, as it has been deprecated for some time, and gotten rid of in 5.12. You're probably better of either using sudo, or putting the appropriate magic in your /etc/fstab so a file system can be mounted by a non-root user. For instance, on my home boxes, I have:
in my /etc/fstab file, allowing a non-root user to mount usb devices./dev/sdb1 /mnt/sdb1 auto use 0 0 /dev/sdb2 /mnt/sdb2 auto user 0 0
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: why does perl-suid not mount
by Anonymous Monk on Nov 10, 2010 at 13:26 UTC | |
by zentara (Cardinal) on Nov 10, 2010 at 14:59 UTC |