Computing.Net > Forums > Linux > Permissions to mount

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Permissions to mount

Reply to Message Icon

Name: tobz
Date: April 24, 2004 at 10:29:18 Pacific
OS: Mandrake 9.1
CPU/Ram: intel p3 850mghz640ram
Comment:

Hello,
When I try to make a new directory in the
/mnt/ directory (to mount a new drive) it
says I do not have permission to and denies
me from it. I am the only user on the
computer, any ideas?



Sponsored Link
Ads by Google

Response Number 1
Name: Dlonra
Date: April 24, 2004 at 11:42:20 Pacific
Reply:

a decent introduction to permissions:
http://tldp.org/LDP/intro-linux/html/sect_03_04.html



0

Response Number 2
Name: dieymir
Date: April 24, 2004 at 11:52:06 Pacific
Reply:

You need to be 'root' to make dirs. outside your home directory. Exec. this on the console
su - (it'll ask your password)
mkdir /mnt/<your new dir>
exit

To mount something with parameters you need to be run again unless it's listed in the file /etc/fstab (you need to be root again to edit this file)
Something like this
#device mount dir. FS options dump order
/dev/<your device> /mnt/<your new dir> <the file system noauto,user 0 0
Remove the '<' and '>'
'noauto' will make that the device isn't mounted at boot
'user' will let users to mount devices
To mount the device exec. on your console
mount /mnt/<your new dir>
or use the Madrake tools.

Hope this helps.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Permissions to mount

how to mount a WinX partition to linux www.computing.net/answers/linux/how-to-mount-a-winx-partition-to-linux/5068.html

Trying to mount xp w/ mandrake 8.1 www.computing.net/answers/linux/trying-to-mount-xp-w-mandrake-81/8161.html

allowing users to mount fd0 and cdrom www.computing.net/answers/linux/allowing-users-to-mount-fd0-and-cdrom/5485.html