roberts
Group: Members
Posts: 4983
Joined: Oct. 2003 |
|
Posted: Dec. 19 2005,22:11 |
|
Actually you don't need to be user root to do anything with a removable pendrive.
Once plugged in and you see the light flashes on the pendrive, then as normal user dsl
$mount /mnt/sda1
And as normal user you can access, read or write files on the pendrive.
The hotplug creates the mount point and entry in /etc/fstab and allows normal user to mount it. The pendrive, because it is a removable device is set to owner dsl and group staff.
Fixed drives, (hard disks), are normally not set to user dsl group staff only because DSL is primarliy a liveCD or nomadic OS. In which case root is required to try to minimize any accidental access to the hosts drives.
|