Sunday, January 4, 2009
Allow normal users to mount drives
Posted on 11:36 AM by Unknown
By default, Linuxdoes not allow users to mount drives. Only root can do thisWith a special command in the /etc/fstab file, you can change that. This is a typical line for the /dev/hda2 drive in /etc/fstab:/dev/hda2 /mnt ext3 noauto,user 1 1The keyword user allows any user to mount the drive into /mnt.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment