LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This 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


Reply
  Search this Thread
Old 03-02-2004, 07:25 PM   #1
dgitelman
LQ Newbie
 
Registered: Mar 2004
Posts: 3

Rep: Reputation: 0
problem mounting DVD - permission denied


I am running redhat 8.0. I have a Teac combo drive (DV-W58E) installed.
It is CD read/write and DVD+R/RW read/write. If I put a CD in the drive it
mounts fine and I can see its contents under /mnt/cdrom. If I put a DVD+R
in the drive I can mount it, but when I type ls /mnt/cdrom it lists the contents
of /mnt/cdrom and then says permission denied. However, as root I can see
the DVD just fine. I can also burn CD's in the drive using xcdroast, but if I put
in an blank DVD it appears not to recognize it as a dvd and the xcdroast says
there is a blank CD in the drive. (I have installed the key for xcdroast, by the way,
and the appropriate binaries, so the buttons do say burn cd/dvd.

If I change my /etc/fstab to say the file system is iso9660 instead of auto
(see below) then the dvd mounts just fine with no permission problems, but
of course the filenames are abbreviated.

I know the drive is working fine because I took it out, installed it in a windows
machine and it recognized and burned a dvd just fine.

Here is some system info:

/etc/grub.conf contains the line
kernel /vmlinuz-2.4.18-14 ro root=LABEL=/ hdc=ide-scsi

/etc/fstab contains the line
/dev/cdrom /mnt/cdrom auto noauto,user,kudzu,ro 0 0

ll /dev/cdrom
lrwxrwxrwx 1 root root 9 Mar 2 18:59 /dev/cdrom -> /dev/scd0

ll /mnt
drwxr-xr-x 2 root root 4096 Mar 2 18:59 cdrom

I've run out of things to try. Any suggestions,
Thanks,
Darren
 
Old 03-03-2004, 01:10 AM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Re: problem mounting DVD - permission denied

Quote:
Originally posted by dgitelman
ll /dev/cdrom
lrwxrwxrwx 1 root root 9 Mar 2 18:59 /dev/cdrom -> /dev/scd0
So ... what are the permissions on the
original device, rather than the links?

ll /dev/scd0

?


Cheers,
Tink
 
Old 03-03-2004, 09:44 AM   #3
dgitelman
LQ Newbie
 
Registered: Mar 2004
Posts: 3

Original Poster
Rep: Reputation: 0
Thanks:
The original permissions were
brw-rw-rw- 1 root disk 11, 0 Aug 30 2002 scd0

So I tried chmod 777 scd0, but that didn't help.

I looked at the directory I'm mounting the drive to. When there is no cd/dvd mounted the permissions say
drwxrwxrwx 2 root root 4096 Mar 2 18:59 cdrom

When I mount a cdrom (mount /dev/cdrom) the permissions become
dr-xr-xr-x 3 root root 2048 Jul 10 2003 cdrom
and of course I can read the data, no problem.

However, when I instead mount a dvd (mount /dev/dvd) the permissions become
dr--r--r-- 2 4294967295 4294967295 132 Mar 3 00:00 cdrom

I added dvd to /etc/fstab by the way, so that I now have these entries.
/dev/cdrom /mnt/cdrom auto noauto,users,exec,kudzu,ro 0 0
/dev/dvd /mnt/cdrom auto noauto,users,exec,kudzu,ro 0 0

That same weird uid and gid is seen for every dvd that is mounted- some burned on windows machines and some burned on linux machines. However, root has no trouble seeing the data on the dvds so I know the filesystems are good, but not regular users. I am mounting data dvd's by the way not commercial dvds.

I also tried adding myself to the group disks, but that didn't help.

darren
 
Old 03-03-2004, 03:27 PM   #4
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Sorry, no idea what to do ... the kudzu bit in
the mount-options and the "change permissions
on the fly" must be specific to Little Red Ridinghood's
way of doing things...


Cheers,
Tink
 
Old 03-03-2004, 06:11 PM   #5
dgitelman
LQ Newbie
 
Registered: Mar 2004
Posts: 3

Original Poster
Rep: Reputation: 0
I took out the kudzu thing, no improvement.
If I had to boil this down to one issue then if I mount the dvd as type iso9660 then all is good and both users and root can read it. However, if I mount it as udf then only root can read it. Why is this? I can find nothing on why mounting with different fs type would change the permissions on the mount.

Last edited by dgitelman; 03-03-2004 at 06:12 PM.
 
Old 03-04-2004, 12:09 PM   #6
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
As I pointed out earlier ... I've never heard of the
like before, but then I don't have to deal with little
Red Ridinghood, either :}

Sorry.


Cheers,
Tink
 
Old 07-20-2004, 02:40 PM   #7
ptahlis
LQ Newbie
 
Registered: May 2004
Posts: 2

Rep: Reputation: 0
Wish someone could figure this out...

I am experiencing the exact same problem on a Fedora Core 2 system. Root can read the drive just fine, but no users can. I posted at FedoraForum .org yesterday:

Quote:
I'm having some problems with mounting data DVDs created on a Windows machine. Although I'm a newbie, I have tried man mount, man fstab, and searching these forums for clues as to what I'm doing wrong, but haven't been able to figure it out.

Here's what's going on:

I have a laptop with a combo CD-RW/DVD+RW drive. Any CD I've tried to use so far has worked fine. I haven't tried DVD video yet. DVD data (read) works fine, but only if I am trying to access it as root. If I try as my normal user I get the following error: bash: cd: /mnt/cdrom: Permission denied

Here's the relevant line from my fstab file:

/dev/cdrom /mnt/cdrom udf,iso9660 noauto,users,kudzu,ro 0 0

Before I mount the drive the /mnt/cdrom permissions are:
dr--r--r-- 36 hansenc hansenc 3908 Jul 16 13:58 cdrom



and after mounting they are:
dr--r--r-- 36 4294967295 4294967295 3908 Jul 16 13:58 cdrom

Things I have tried:

After mounting the drive I have tried changing the permissions via chmod, but I get an error message because the filesystem is read only. If I remove the "ro 0 0" from fstab I can mount the drive (with an error message that basically states the device will be mounted read-only) and also successfully browse it as a user. BUT the long filename support (Rock Ridge/Joliet?)is no longer there, and I can't do without that. Permissions after such a mount operation look like this:

dr-xr-xr-x 1 root root 2048 Jul 16 07:58 cdrom

I have tried modifying the fstab entry by removing kudzu, and by inserting a uid= and gid= statement without achieving any success at all. In the end, I can use the DVD as I need to only as root. As a user I either get "permission denied" or I have to use 8.3 format filenames. I would appreciate any insight someone can offer as to how to fix this, and just as importantly (because I do want to learn) why it's acting this way in the first place.

Thanks,

ptahlis
Additional Info: I have also tried a couple things not mentioned above. Changing permissions (and owner) on hdc, where /dev/cdrom links to, did not help, nor did using 'owner' in place of 'users' in fstab make any difference.

Hopefully some fresh eyes will see this and someone will figure out what the problem might be, 'cause I am totally stumped.
 
Old 09-07-2004, 02:10 PM   #8
bad_gui
LQ Newbie
 
Registered: Mar 2003
Distribution: vector, Debian
Posts: 17

Rep: Reputation: 0
does this explain the problem???

I have a dvd written on a Windows XP machine by someone else (I don't
know how it was written) that I can only access as root even though the
permissions for the drive and mount point are univeral read. I can mount it
as iso9660 and read it as user but the filenames get truncated.

Could it be that the UDF permissions on the disk override the mount and device settings?

http://www.uemforums.com/2pop/ubbthreads/showflat.php?Cat=&Number=3632&page=4&view=collapsed&sb=11&o=&fpart=1
Quote:
he following is a "UDF For Dummies" summary which may be more understandable:

• The primary volume descriptor (also known as UDF) is set up at authoring. This is part of the user data that Synchronicity cannot alter in the mastering process.
• The error "UDF File/Dir Permissions Incompatible with Read-Only Media" indicates that the permissions set at authoring allow for file and directory changes or deletion. The bottom line is that the replicated DVD disc from input media with this permission incompatibility may get characterized by the DVD drive as a DVD-R rather than read-only. (Note that all DVD drives have an initialization sequence that they go through to define the type of disc in the drive. This sequence is part of the firmware created by the drive manufacturer. There is no industry specification for this initialization sequence. As such, a drive manufacturer creates this initialization sequence as they see appropriate and the sequence varies based on the original equipment manufacturer.)
• If the disc is incorrectly described as a DVD-R after this initialization sequence and if the drive is not designed to play DVD-R discs, it may reject the disc.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Permission Denied to burn/erase DVD RW with DVD+RW tools themystic Linux - Hardware 2 08-30-2005 11:32 AM
Mounting an nfs share - Permission Denied doctorwebbox Linux - Networking 5 05-30-2005 01:45 AM
NFS mounting : Permission denied Bahador Linux - Networking 3 07-18-2003 04:33 AM
NFS Problem mounting 2 systems:Permission Denied by server meng_en Linux - General 3 09-23-2002 11:24 PM
permission denied when mounting nfs directory keirobyn Linux - Networking 3 01-29-2002 12:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration