LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mount permissions (https://www.linuxquestions.org/questions/linux-newbie-8/mount-permissions-309833/)

The_Messiah 04-05-2005 12:58 AM

Mount permissions
 
Hey guys, short question here.

When I try to mount my zip drive I get the following error...

[root@localhost root]# mount -t vfat /dev/sda4 /mnt/zip
mount: permission denied
[root@localhost root]#

Any help is appreciated.

(Mandrake 10 by the way.)

bigrigdriver 04-05-2005 01:29 AM

I can make a few suggestions to on things to check which could cause the problem as you have described it.
1) check /etc/fstab. is /dev/sda4 defined there with the mount point /mnt/zip?
2) what are the mount parameters (user, ro, rw, default, etc)?
3) does the mount point /mnt/zip exist? meaning, is there a sup-directory in /mnt which is named zip? if not create it (cd to /mnt, then issue the command 'mkdir zip' to create the mount point).

masand 04-05-2005 02:24 AM

hi there

post the O/P of
fdisk -l

and

ls -la /mnt

regards

The_Messiah 04-05-2005 01:21 PM

Must have been pre-mounted...I umounted it then redid the mount command and everything works fine.


All times are GMT -5. The time now is 05:49 PM.