View previous topic :: View next topic |
Author |
Message |
cyhsieh n00b
Joined: 25 Aug 2003 Posts: 19 Location: Detroit, Mi
|
Posted: Mon Jan 16, 2006 2:00 pm Post subject: USB flash problem |
|
|
Hi,
Root account can mount my flash drive, but regular users can't do it. Error message shows that mount: must be superuser to use mount.
Below is my /etc/fstab for usb flash. By the way, is this related to coldplug/hotplug? I have put coldplug in the boot.
/dev/sda1 /mnt/usbdrive vfat user,noauto,umask=0 0 0
Thanks for your time |
|
Back to top |
|
|
massimo Veteran
Joined: 22 Jun 2003 Posts: 1226
|
Posted: Mon Jan 16, 2006 2:06 pm Post subject: |
|
|
Substitute user by users in the correspondig fstab line. _________________ Hello 911? How are you? |
|
Back to top |
|
|
cyhsieh n00b
Joined: 25 Aug 2003 Posts: 19 Location: Detroit, Mi
|
Posted: Mon Jan 16, 2006 10:41 pm Post subject: |
|
|
It doesn't work to put users instead of user in /etc/fstab. Any suggestion. |
|
Back to top |
|
|
Pandor Tux's lil' helper
Joined: 16 Nov 2005 Posts: 128 Location: Belgium
|
Posted: Mon Jan 16, 2006 11:25 pm Post subject: |
|
|
What command did you try, to mount the usbdrive?
"mount /dev/sda1" ? |
|
Back to top |
|
|
cyhsieh n00b
Joined: 25 Aug 2003 Posts: 19 Location: Detroit, Mi
|
Posted: Tue Jan 17, 2006 12:52 am Post subject: |
|
|
What command did you try, to mount the usbdrive?
"mount /dev/sda1" ?
mount /mnt/usbdrive but the error message showed that mount: must be superuser to use mount.
This command works in superuser, not regular user. |
|
Back to top |
|
|
neryo Veteran
Joined: 09 Oct 2004 Posts: 1292 Location: Ferrara, Italy, Europe
|
Posted: Tue Jan 17, 2006 8:37 am Post subject: |
|
|
cyhsieh wrote: | What command did you try, to mount the usbdrive?
"mount /dev/sda1" ?
mount /mnt/usbdrive but the error message showed that mount: must be superuser to use mount.
This command works in superuser, not regular user. |
check the /mnt/usbdrive permissions _________________ cache: a safe place for hiding or storing things..
D-link DWL-G650 AirPlus
Apache Php Mysql |
|
Back to top |
|
|
|