Tathagata Banerjee wrote:
On Thu, 2002-12-19 at 17:50, Sharninder wrote:


i tried mount -t iso9660 -o loop,rw ./cd.iso ./tmpbut it did'nt work

Is cd.iso mapped in your fstab as your CD writer?

You cannot 'rw' a CD - even on a CD writer. In fact the iso9660 driver almost certainly has no write routines.

To do what you are trying you will need to copy the contents of the cd to a hd, add your stuff, use mkisofs to convert the dir tree to an iso9660 image, use cdrecord to write image to a cdr. [Of course, I have not tried this yet! Theory has always been my strong point.]

In any case read all about disk-at-once, multi-session, rock-ridge extensions, joliet exts. etc. etc. in the HUGE man page for mkisofs to get a better idea of the complexities involved w/ cdr.



didn't work - how? what errors did it give?

- t.





--
To unsubscribe, send mail to [EMAIL PROTECTED] with the body
"unsubscribe ilug-cal" and an empty subject line.
FAQ: http://www.ilug-cal.org/node.php?id=3

Reply via email to