Jump to content

Dvd doesnt load CD/dvd Mandrake 10


Guest coolwater
 Share

Recommended Posts

Guest coolwater

hi all,

A newbie stuck at figuring out how to work my dvdrom. I m using mandrake 10. Cdrw works just fine and shows the files n folders in the cd. but nothing happens when inserted in DVD rom. I m pasting my post from linuxquestions. Hope you guys can help.

 

---------------------------------------------------------------------------------

 

hope this info helps.

fstab file

/dev/hda1 / ext3 defaults 1 1

none /dev/pts devpts mode=0620 0 0

/dev/hda6 /home ext3 defaults 1 2

 

/dev/hdc /mnt/cdrom auto umask=1000,user,iocharset=iso8859-1,rw, 0 0

/dev/hdd /mnt/cdrom2 auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0

none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850 0 0

none /proc proc defaults 0 0

/dev/hda5 swap swap defaults 0 0

 

output of

dmesg | grep hd

 

Kernel command line: auto BOOT_IMAGE=linux ro root=301 devfs=mount acpi=ht resume=/dev/hda5 splash=silent

ide0: BM-DMA at 0xfff0-0xfff7, BIOS settings: hda:DMA, hdb:pio

ide1: BM-DMA at 0xfff8-0xffff, BIOS settings: hdc:DMA, hdd:DMA

hda: WDC WD400BB-00DEA0, ATA DISK drive

hdc: DVDROM 8X, ATAPI CD/DVD-ROM drive

hdd: CD-W540E, ATAPI CD/DVD-ROM drive

hda: max request size: 128KiB

hda: 78165360 sectors (40020 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(66)

Resume Machine: resuming from /dev/hda5

Resuming from device hda5

EXT3 FS on hda1, internal journal

Adding 511520k swap on /dev/hda5. Priority:-1 extents:1

hdc: ATAPI DVD-ROM drive, 512kB Cache, UDMA(33)

hdd: ATAPI 48X CD-ROM CD-R/RW CD-MRW drive, 8192kB Cache, UDMA(33)

EXT3 FS on hda6, internal journal

VFS: Can't find a valid FAT filesystem on dev hdc.

VFS: Can't find a valid FAT filesystem on dev hdc.

 

output of

ls -l /dev/cdrom

lr-xr-xr-x 1 root root 13 Nov 27 06:44 /dev/cdrom -> cdroms/cdrom0

 

[root@localhost etc]# dmesg | grep -i dvd

hdc: DVDROM 8X, ATAPI CD/DVD-ROM drive

hdd: CD-W540E, ATAPI CD/DVD-ROM drive

hdc: ATAPI DVD-ROM drive, 512kB Cache, UDMA(33)

 

(I've got only one dvd rom hooked up, dont know why it shows two)

 

[root@localhost etc]# mount /mnt/cdrom

mount: block device /dev/hdc is write-protected, mounting read-only

mount: you must specify the filesystem type

 

[root@localhost etc]# ln -s /dev/hdc /dev/cdrom

ln: `/dev/cdrom': File exists

 

hope this helps.

 

---------------------------------------------------------------------------------

 

this might help solving my problem with the dvd

 

this is my directory structure of /dev

contains: cdrom --> directory which contains cdrom0, cdrom1 block types

 

found some other block types in /dev

which are : cdrom,cdrom0.cdrom1,dvd block types

 

i think there is a redundancy problem here.

 

 

anyways the /mnt contains

<cdrom> , <cdrom1>, <cdrom2>, <hdc> directories

--------------------------------------------------------------------------------

now the dvd rom is read with mount /mnt/cdrom but gives an error that mount: must specify a file type . dont know why is this error there. when the same type is used for cdrw which works fine. the type is set to auto

 

wat should i dooooo..any hope.

 

---------------------------------------------------------------------------------

 

If mount cant detect the filesystem type you must specify it with:

mount -t type devicename/mountpoint

 

Replace type with filesystem type.

 

for the cdrw mount is able to auto detect the fs, for the dvd it isn, thats all

 

---------------------------------------------------------------------------------

 

okay..my fstab looks like this now

/dev/dvd /mnt/hdc auto iso9660,rw 0 0

 

i am mounting it explicitly now using (mount -t type devicename/mountpoint)

 

these are the errors i get with iso9660

mount -t iso9660 /dev/dvd /mnt/hdc

mount: block device /dev/dvd is write protected, mounting read only

mount: wrong fstype, bad option, bad superblock on /dev/dvd or too many file systems.

 

 

it reads the dvd rom, but dont know why its not working!!.

 

---------------------------------------------------------------------------------

dont know if this is important, but i dont find any hdc block type anywhere in /dev. only a folder of /dev/hdc/ which is empty. there is dvd, cdrom0, cdrom1, cdrom2. also a folder named cdroms in /dev which contains cdrom0.cdrom2

 

Back to top

 

 

micro420

 

 

 

Joined: 30 Oct 2004

Posts: 92

 

Posted: Sun Nov 28, 2004 4:58 am Post subject:

 

--------------------------------------------------------------------------------

 

How is it not working?

 

For example, you pop in a DVD movie and it doesn't play or get recognized?

Have you tried popping in a regular data CD and typing

 

ls /mnt/cdrom2

 

anything show up?

 

Back to top

 

 

xtreme

 

 

 

Joined: 28 Nov 2004

Posts: 2

 

Posted: Sun Nov 28, 2004 5:32 am Post subject: data or a DVD...Yeah nothing happens

 

--------------------------------------------------------------------------------

 

hey,

well now i switched to Gnome from kde. read somewhere its less buggier. but this time in Gnome i inserted the DVD and started totem. gave an error that /../.../cdrom0 coulld not be read(same error in kde), then another that plugin is not available.

 

inserting a data cd in the DVD , noticed that in Gnome it reads dvd for some longer periods. then nothing happend. started nautilis and went to /mnt/cdrom/, it does proceed to the folder but w/o any files

 

inserting the same cd in the cdrw , shows up all the files.

 

totally lost.

 

any suggestions, ideas.

Link to comment
Share on other sites

I am not certain but I think the line for your cdrom should read the same as for your cdrom2.

 

I have never seen that line for cdrom before. I have a Pioneer dvd/cdrom in the /hdb and its line is the same as your cdrom2. In /hdd I have an LG Dual layer DVD burner and its line is identical for both DVD units as you can see from the text below.

You will possibly need to go into root and type in the same text for your cdrom as it is in cdrom2 and save the change. In this case I would consider rebooting although some might say it is not necessary. I have generally found it to be necessary.

 

 

/dev/hdb /mnt/cdrom auto umask=0,user,iocharset=iso8859-15,codepage=850,noauto,ro,exec,users 0 0

/dev/hdd /mnt/cdrom2 auto umask=0,user,iocharset=iso8859-15,codepage=850,noauto,ro,exec,users 0 0

 

I hope it helps you. John

Link to comment
Share on other sites

I agree with John, that fstab line looks odd. Wonder how it got there. There's no reason it should be trying to mount the drive rw (it's a read-only drive, and even with CD writers you don't *mount* them rw, cos you don't write to the mounted volume), or with a weird umask. Let us know if what he suggested helps.

Link to comment
Share on other sites

This a bump to coolwater. Have you fixed your problem and if so,how ?? Did the suggestion help ???.

Please let us know so that we can :- (A). Class this one as solved. (B). Inform other members as to what the solution was. ©. Get some feedback as to whether the offered suggestion was of any value in achieving (A).

 

Hope we hear from you.

 

Cheers. John.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...