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.

ZioBudda



_______________________________________________
Dvdrtools-users mailing list
[EMAIL PROTECTED]
http://lists.nongnu.org/mailman/listinfo/dvdrtools-users

Reply via email to