Link to home
Start Free TrialLog in
Avatar of penguins_rule
penguins_ruleFlag for United States of America

asked on

Allow user to mount removable disk in Red Hat EL 6.4

Running Red Hat Enterprise Linux RHEL 6.4
How do i allow user patty to mount and unmount a RD1000 disk?

# /sbin/mount /dev/sdb /mnt/rd1000

when patty tries, get the error:
mount: only root can do that
SOLUTION
Avatar of ThomasMcA2
ThomasMcA2

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of Seth Simmons
Seth Simmons
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ThomasMcA2
ThomasMcA2

@Seth's answer is an alternative to mine, but his answer gives the user mount authority to any/all devices. My answer only gives authority for /dev/sdb.
right, both methods work
just a matter of what context does the user want to give access
Avatar of penguins_rule

ASKER

in my case, patty needed to be able to mount multiple devices, but as mentioned, both solutions work and handle different situations.