Mounting DVD disk

Tony K. yellowdog-general@lists.terrasoftsolutions.com
Thu Mar 20 21:10:00 2003


Yes, that helps.  I found the line in the /var/log/messages for the DVD,
mine is hde.  I was able to mount a commercial DVD movie, but when I try
mount the DVD data disk it tells me that I must supply the file system:

[root]# mount -t auto /dev/hde /mnt/cdrom
/dev/hde: Invalid argument
mount: block deveice /dev/hde is write protected, mounting read-only
/dev/hde: Invalid argument
mount: you must specify the filesystem type

I tried also viewing this data DVD disk with MacOSX.  It will mount, but
it shows it as empty.  Perhaps there is a problem when it was burned.  I
believe it was burned on a Win(XP?) machine and I am not sure what
standard of DVD was used, i.e. DVD(+/-)...

Tony K.


On Thu, 2003-03-20 at 22:43, Stefan Bruda wrote:
> At 22:22 -0500 on 2003-3-20 Tony K. wrote:
>  >
>  > The /var/log/messages do not appear to have anything related to the
>  > DVD.  I can hear the DVD-ROM examining the disk but that is all.  It
>  > does not auto mount.  I am not sure what is the device (/dev/???) use to
>  > mount the DVD? 
> 
> Take a look at /etc/fstab to see which is the device.  If there is no
> corresponding fstab entry, this might just be the reason for which the
> DVD refuses to automount.  Look again in /var/log/messages to find out
> the device.  You should see something like:
> 
>    Mar 18 11:17:08 localhost kernel: hdc: MATSHITACD-RW CW-8121, ATAPI CD/DVD-ROM drive
> 
> oh well, mine is a combo drive but look for something with the magic
> word "DVD" in it, you get the picture.  Then whatever is in front of
> it is the device (/dev/hdc in my case, although this is technically
> not true since I am passing it later to SCSI emulation; but then I
> guess your DVD drive does not need this kind of attention).
> 
> Try to mount it manually as root, the following command should do:
> 
>    mount -t auto /dev/hdc /mnt/cdrom
> 
> (or course, replace /dev/hdc with your actual device, and feel free to
> specify any mount point you like), and see what you get--a mounted DVD
> one hopes; if you get errors, perhaps you can get back to this list
> with what they (the errors) say.
> 
> Hope this helps,
> Stefan
> 
> -- 
> If it was so, it might be; and if it were so, it would be; but as
> it isn't, it ain't. That's logic.
>     --Lewis Carroll, Through the Looking-Glass
> _______________________________________________
> yellowdog-general mailing list
> yellowdog-general@lists.terrasoftsolutions.com
> http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general