|
Re: DVD Drive is not mounting
|
03/30/2010 12:17 PM
post50825
|
Re: DVD Drive is not mounting
You can try to manually mount them. To do that, you should start the Iso 9660 filesystem with "-s" option (suppress
scanning) and mount each drive separately.... like this:
Iso9660fsys -s &
mount_iso9660 /dev/cd0 /cd0
mount_iso9660 /dev/cd1 /cd1
Omer
|
|
|