I have followed the howto on burning CD's. I created the image file and mounted it, all looks fine. Then I burned the CD. When I mount the CD under Windows NT4.0 SP6a there are no long file names. A lot of the names are simply cut off. Where did I go wrong, in creating the image or in burning the CD? Can someone straigten me out? Sam -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Sam Carleton wrote:
I have followed the howto on burning CD's. I created the image file and mounted it, all looks fine. Then I burned the CD. When I mount the CD under Windows NT4.0 SP6a there are no long file names. A lot of the names are simply cut off. Where did I go wrong, in creating the image or in burning the CD? Can someone straigten me out?
Hi Sam, mkisofs comes with a hell of extra switches to enable joliett, Rock Ridge and apple stuff. -R = index for RockRidge -J = joiliett index -T = create trans.tbl mkisofs -o /mydir/myimage.iso -R -T -J /from/myotherdir Juergen
Sam
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
-- =========================================== __ _ Juergen Braukmann juergen.braukmann@gmx.de| -o)/ / (_)__ __ ____ __ Tel: 0201-743648 dk4jb@db0qs.#nrw.deu.eu | /\\ /__/ / _ \/ // /\ \/ / ===========================================_\_v __/_/_//_/\_,_/ /_/\_\ -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Hi, On Tue, Jun 27 2000 at 19:15 -0400, Sam Carleton wrote:
I have followed the howto on burning CD's. I created the image file and mounted it, all looks fine. Then I burned the CD. When I mount the CD under Windows NT4.0 SP6a there are no long file names. A lot of the names are simply cut off. Where did I go wrong, in creating the image or in burning the CD? Can someone straigten me out?
CDs use a rather limited file system (iso9660) that does not even support long file names. Fortunately, there are extensions to iso9660 that allow storing long file names. Hower, Unix, Windows and MacOS all use different ones. On Unix it's Rock Ridge and on Windows it's Joliet. You'll have to instruct mkisofs to use RR and Joliet: mkisofs -RJ * &>/dev/null |cdrecord -v dev=0,2,0 speed=4 - ^^ |Joliet | Rock Ridge Ciao, Stefan -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (3)
-
Anonymous User
-
juergen.braukmann@ruhr-west.de
-
stefan.troeger@wirtschaft.tu-chemnitz.de