michel morelli <[EMAIL PROTECTED]> writes: > Il ven, 2004-07-09 alle 19:04, [EMAIL PROTECTED] ha > scritto: >> I have a ~4.2GB partition on my hard drive which contains a reiserfs-formatted >> file system. I write this partition to DVD+RW media using: >> >> growisofs -dvd-compat -Z /dev/scd0=/dev/hda10 >> >> I am unable to mount the DVD "normally": >> >> mount /dev/scd0 /mnt >> >> but I can mount it using the loop device: >> >> mount -o loop /dev/scd0 /mnt >> > > Try mount -t reiserfs /dev/scd0 /mnt and check into /etc/fstab if the > filesytem of /dev/scd0's line is auto.
I have tried with and without specifying a type (-t reiserfs). /dev/scd0 was not in /etc/fstab, as it's never mounted automatically. Adding it, with a fstype of either reiserfs or auto, makes no difference; it still wont mount without a loop device. If it's in fstab (with a mount point of /mnt for my tests), I can exclude the device if I want but still specify loop and it works: mount -o loop /mnt Thanks for the suggestions. Any other ideas? Derrell _______________________________________________ Dvdrtools-users mailing list [EMAIL PROTECTED] http://lists.nongnu.org/mailman/listinfo/dvdrtools-users