[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: [LI] Cd-Writing doubts



Mrinal Kalakrishnan [mrinal@xxxxxxxxx] wrote:
> Hi,
> 
> linuxfan@xxxxxxxxxxx typed:
> > I had created Cd on my linux system by using the following sequence
> > mount -t iso9660 -o ro,loop=/dev/loop0 cd_image /cdrom
> > cdrecord -v speed=2 dev=0,6,0  -data  cd_image
> > The problem is that the CD which I had created is not readable by
> > other Operating system such as windows and NT.
> > how to write a Cd which is readable by all the Operating systems
> 
> I assume you created the image using mkisofs. Use the -J flag for
> mkisofs to create Joliet directory records - if you use -r then it
> uses Rock Ridge, which is not readable by Win*. (I think the 8.3
> filenames should still be visible under Windows in this case, I'm not
> sure)

Actually I use the Rockridge protocol all the time in mkisofs and the 
resulting image is definately readable under other OSes. 

However, remember to use the -r flag not the -R one. Using -r will set 
UID and GID to 0 and therefore the resulting files on the cd won't have the 
permissions of the original files.

Hope this helps
Cyrus

-- 
Cyrus Patel - cyrus@xxxxxxxxxxxx
Dept. of Computer Engineering                           Debian GNU/Linux 
University of New South Wales                           (Potato)
Sydney, Australia.					ICQ: 50738541


--------------------------------------------------------------------
The Linux India Mailing List Archives are now available.  Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.