Hi,

> How the heck mount a cd-burner rh7.2
> whitout altering rc.sysinit.
> This didnt work:
> mount -t iso9660 -o rw /dev/cdrom  /mnt/cdrom umask=0
> 0 0

 First, you cannot mount a cdwriter r/w. Use cdrecord or one of the frontends 
to burn cd's. Search your favourite search engine for "UDF + linux" for the 
current state of UDF ("direct cd") support under Linux.
 The cdwriter is probably setup as a pseudo-scsi drive. Try
mount -t iso9660 /dev/scd0 /mnt/cdrom

Bye,
Leonard.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to