[plug] Video DVD question
Mike Holland
michael.holland at gmail.com
Tue Mar 17 08:38:29 WST 2009
Peter Sutter wrote:
> It works well on other DVD Players and under Windows, its just Linux that
> can't mount the dvds. I suspect iso9660 and/or udf mount to fail. Any
> suggestion of mount options to try?
You could copy the raw disk, then change the label with a hex editor.
# cp /dev/dvd mydisc.iso
# hexedit mydisc.iso
# mount -o loop mydisc.iso /mnt/dvd
If the long label is the problem, that'd fix it.
Mike
More information about the plug
mailing list