This is a discussion on mounting directory as unprivileged user within the Sco Unix forums, part of the Unix Operating Systems category; --> Hi all, Just wondering if theres an easy way to allow normal users to mount a particular directory, without ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Ben Halicki wrote: > Hi all, > > Just wondering if theres an easy way to allow normal users to mount a > particular directory, without having root privileges, or using asroot? > > Thanks in advance, > > Ben. When you run "mkdev fs", doesn't it ask you exactly that? -- Tony Lawrence Unix/Linux/Mac OS X resources: http://aplawrence.com |
| |||
| In article <63cd0f02.0503292032.5265c1d9@posting.google.com >, Ben Halicki <bhalicki@dodo.com.au> wrote: >Just wondering if theres an easy way to allow normal users to mount a >particular directory, without having root privileges, or using asroot? Setting 'mount=yes' for a filesystem in /etc/default/filesys will allow an unprivileged user to mount a filesystem using 'mnt'. See the mnt and filesys man pages. John -- John DuBois spcecdt@armory.com KC6QKZ/AE http://www.armory.com/~spcecdt/ |
| ||||
| spcecdt@armory.com (John DuBois) wrote in message news:<114m6723pt297c8@corp.supernews.com>... > In article <63cd0f02.0503292032.5265c1d9@posting.google.com >, > Ben Halicki <bhalicki@dodo.com.au> wrote: > >Just wondering if theres an easy way to allow normal users to mount a > >particular directory, without having root privileges, or using asroot? > > Setting 'mount=yes' for a filesystem in /etc/default/filesys will allow > an unprivileged user to mount a filesystem using 'mnt'. See the mnt and > filesys man pages. > > John Thanks for that info John, that solved the problem Regards, Ben. |