On Wed, Jun 25, 2008 at 12:16:09PM +0530, neha goel wrote: > When we wan to create a folder on a CD, we create it, transfer files to it > and then burn it... > > If i want to do the same task through terminal, how it can be done.?? > I tried it by using mkdir in the cdrom...but it says read only file system. > > I tried to change the permissions of the CD but it says: Cant be changed
I'm not sure how any of this is relevant either to packaging or laptops, but the short answer is: - create a CD image using mkisofs. Read the manpage for it, or look it up on the web -- it's a popular program - burn that image with cdrw (Solaris specific, but very easy to use) or cdrecord (common on many unix platforms, but has a stunningly complicated set of commandline options, most of which you can probably ignore) Probably much simpler, but not "through terminal" would be to use Nautilus, or to get a copy of xcdroast. Danek