unmounted hard disk volume/CD ROM: permission denied
Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
unmounted hard disk volume/CD ROM: permission denied
im new to linux. really new. i have windows and suse 10 linux on one hard disk on different partitions. windows(ntfs) has failed to boot up so im using linux.
problem is when i try to open anything, partitions or CD drives, in 'my computer' i get an error message:
"could not mount device
the reported error was:
mount: can't open /etc/mtab for writing: permission denied"
could this have anything to do with my windows os failing to boot?
im new to linux. really new. i have windows and suse 10 linux on one hard disk on different partitions. windows(ntfs) has failed to boot up so im using linux.
problem is when i try to open anything, partitions or CD drives, in 'my computer' i get an error message:
"could not mount device
the reported error was:
mount: can't open /etc/mtab for writing: permission denied"
could this have anything to do with my windows os failing to boot?
please help!
hi for whatever wise reason
In suse you cannot read NTFS drives unless you are root user.
I'm not at my Suse machine so please bare with me
you need to open
Yast2 (System Config) > System > partitioner
look for your Windows (NTFS drive) > edit >
DO NOT Format option
and choose a mount point
'/mnt/windows' is good
you also need to add chmod=0555 to the append section
this is so a normal user can read the drive using /mnt/windows.
Its not only about NTFS partitions though they too by default cannot be mounted by a user. The "mount" command is privileged and can be used only by a root user. I'm not sure about the GUI for Suse but I do know that if you do have the root password for you system you could switch to root by 'su' , run your mount command and then return to a normal user and access your files. This to me is the best solution.
thanks very much for the reply carl0ski and Arvind.
I did what you explained carl0ski but couldnt find the append section you said, so i still have the same error...
on the other hand, how do i be the root user all the time? that sounds more simpler for me to do..
bro, really appreciate your reply, but, i just did the shortcut and clean install and start agan from scratch. i think i mustve done something in root that i didnt kno and messed it up.
any advice on wat not to do to repeat any mistakes when reinstall?
No problems . I'm not really sure on what you did so I cant advise you, but if its working fine then dont bother. Just post back incase you ever have any problems again.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.