Is there a way to mount within CentOS 6.3 e.g. mount /mnt/a /mnt/b or mount /mnt/b (for /mnt/b in /etc/fstab), without the requirement of using the sudo command?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
If you can be precise about the device to mount, and the mount point, then you can delegate that power via the
which will allow any user to do |
|||||||||||||||
|
|
You can add users to the fuse group to allow them to mount in userspace with |
|||
|
|