|
Home > Archive > Unix questions > February 2004 > USB key mount not as root
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
USB key mount not as root
|
|
| Roman Kaganovich 2004-02-11, 6:34 pm |
| Hello,
How can I mount USB key (disk on key) not as root on Linux or Solaris
Workstation?
| |
| Peter Wyzlic 2004-02-12, 3:35 am |
| Roman Kaganovich schrieb im Artikel <402B2D47.8090008@nospam.com>:
> How can I mount USB key (disk on key) not as root on Linux or Solaris
> Workstation?
>
The users might be on the sudoers list so they can do a
sudo mount ...
Of course, one needs to be root to set this up.
Peter
| |
| Bill Marcum 2004-02-13, 7:35 am |
| On Thu, 12 Feb 2004 09:37:43 +0200, Roman Kaganovich
<nospam@nospam.com> wrote:
> Hello,
>
> How can I mount USB key (disk on key) not as root on Linux or Solaris
> Workstation?
>
Make a line in /etc/fstab to mount the device with option "user" or
"users" (man mount, man fstab).
--
Think of your family tonight. Try to crawl home after the computer crashes.
|
|
|
|
|