PrepAway - Latest Free Exam Questions & Answers

What command is used to create an ISO9660 filesystem that can be properly accessed from a Windows 95/98 machin

What command is used to create an ISO9660 filesystem that can be properly accessed from a
Windows 95/98 machine?

PrepAway - Latest Free Exam Questions & Answers

A.
mkisofs -l -o backup.iso /home/joe

B.
mkisofs -J -T -r -o backup.iso /home/joe

C.
mkisofs -D -T -o backup.iso /home/joe

D.
mkisofs -j -T -o backup.iso /home/joe

E.
mkisofs -d -T -o backup.iso /home/joe

Explanation:
see http://linux.about.com/library/cmd/blcmdl8_mkisofs.htm
-J Generate Joliet directory records in addition to regular iso9660 file names. This is primarily useful
when the discs are to be used on Windows-NT or Windows-95 machines.
-T Generate a file TRANS.TBL in each directory on the CDROM, which can be used on non-Rock Ridge
capable systems to help establish the correct file names.
-o filename is the name of the file to which the iso9660 filesystem image should be written.
———————————- actually you can leave the “-r” option, since you wouldn’t need Rock Ridge
on a Windows Machine.

2 Comments on “What command is used to create an ISO9660 filesystem that can be properly accessed from a Windows 95/98 machin


Leave a Reply