LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 04-03-2007, 01:22 AM   #1
mrpsanter
LQ Newbie
 
Registered: Mar 2007
Distribution: Ubuntu 10.10
Posts: 15

Rep: Reputation: 0
Unable to access a CD burned under WinXP


This happens for some (but not all) CDs/DVDs burned with Nero while using WinXP.

After inserting the disc in my Linux box, nothing happens and I'm unable to mount/access it.

Any ideas?

Last edited by mrpsanter; 04-03-2007 at 02:53 AM.
 
Old 04-03-2007, 07:33 AM   #2
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Not enough information.......

What does the /etc/fstab entry for the CD/DVD device look like??

With the unaccessible burned media in the drive, what is the output from typed command show;

/lib/udev/vol_id --export /dev/cdrom
(please adjust to match your actual configuration)

What is the exact error message when you attempt to mount the media??? From the console or xterm session type something like;

mount -t auto /dev/cdrom /media/cdrecorder
(again please adjust to your actual configutation)

.
 
Old 04-03-2007, 02:25 PM   #3
mrpsanter
LQ Newbie
 
Registered: Mar 2007
Distribution: Ubuntu 10.10
Posts: 15

Original Poster
Rep: Reputation: 0
First of all, I have no entry for the CD/DVD device in my /etc/fstab file.

After typing /lib/udev/vol_id --export /dev/cdrom, I get the following output while the inaccessible media is in the drive:

linux-7y2f:~ # /lib/udev/vol_id --export /dev/cdrom
ID_FS_USAGE=filesystem
ID_FS_TYPE=iso9660
ID_FS_VERSION=
ID_FS_UUID=
ID_FS_LABEL=CREATIVE SUITE 2
ID_FS_LABEL_SAFE=CREATIVE_SUITE_2

Mounting with the '-t auto' flag seems to work:

linux-7y2f:~ # mount -t auto /dev/cdrom /media
mount: block device /dev/cdrom is write-protected, mounting read-only

Any idea what's wrong?
Thanks for your help, I really appreciate.
 
Old 04-03-2007, 04:45 PM   #4
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Sounds like haldaemon and/or messagebus is not running or loaded. Check the services and see if they are loaed and running, also check that autofs is loaded and running.

As a workaround you can add an entry in /etc/fstab like for example;

/dev/cdrom /media/cdrecorder auto noauto,users,ro 0 0

Other option may be used for the details see 'man mount' and 'man fstab' also remember to create the mountpoint before attempting to mount the media; mkdir /media.cdrecorder

.
 
Old 04-03-2007, 11:59 PM   #5
mrpsanter
LQ Newbie
 
Registered: Mar 2007
Distribution: Ubuntu 10.10
Posts: 15

Original Poster
Rep: Reputation: 0
Message-bus, Hal daemon and AutoFs are loaded and running.

I also added an entry in my /etc/fstab (and the mount point exists too) but with no luck: I still have to mount the media manually with the Mount command.
 
Old 04-04-2007, 02:34 AM   #6
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
This is a bit strange then.........

The output from the typed command "/lib/udev/vol_id --export /dev/cdrom" suggests that your CD/DVD drive is known.

Using the output from the typed command; ls -al /dev/cdrom

You might want to try replacing the /dev/cdrom part with the actual hardware device (dev/hdc or whatever) for the /etc/fstab entry.
 
Old 04-04-2007, 01:50 PM   #7
mrpsanter
LQ Newbie
 
Registered: Mar 2007
Distribution: Ubuntu 10.10
Posts: 15

Original Poster
Rep: Reputation: 0
My mistake, when I stated that autofs is loaded, I ment that:
linux-7y2f:~ # chkconfig autofs
autofs on

But if I do:
linux-7y2f:~ # ps -ef | grep autofs | grep -v grep
linux-7y2f:~ #

And also:
linux-7y2f:~ # /etc/init.d/autofs status
Checking for service autofs: running
Configured Mount Points:
------------------------
/usr/sbin/automount --timeout 60 /misc file /etc/auto.misc

Active Mount Points:
--------------------
/usr/sbin/automount --timeout 60 /misc file /etc/auto.misc

Finally:
linux-7y2f:~ # cat /etc/auto.misc
#
# $Id: auto.misc,v 1.2 2003/09/29 08:22:35 raven Exp $
#
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# Details may be found in the autofs(5) manpage

cd -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom

Is it right?
 
Old 04-04-2007, 06:44 PM   #8
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Looks about right;

Code:
# Details may be found in the autofs(5) manpage

cd		-fstype=iso9660,ro,nosuid,nodev	:/dev/cdrom
FYI: by placing code and /code inside the brackets [] one can create the output like above. The same also works with other things like quote and b for bold
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
WinXP/Win2K unable to join Samba Domain jgnasser Linux - Networking 6 09-01-2006 10:10 AM
my /mnt/cdrom can't read cds which burned from winxp using Nero sirpelidor Linux - Hardware 6 08-08-2005 10:45 PM
Unable to print from WinXP to my Linux-shared printer guarriman Linux - General 5 05-24-2005 10:45 AM
Unable to print to Samba printer from WinXP TSloth Linux - Networking 3 02-06-2005 05:13 PM
HD access issues w/WinXP KungFuHamster General 7 04-12-2003 05:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 02:52 AM.

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