As I have stated on how to mount ISO files in Solaris, here is a follow up on how to create an ISO file under Solaris.
# mkisofs -l -L -r -o /some/folder/your-image.iso /the/directory/you/want/to/image/
whereas the parameters used are as follows:
-l Allow full 31 character filenames
-L This option will get POSIX.1-2001 semantics with mkisofs-2.02.(but you may use -allow-leading-dots)
-r This is like the -R option, but file ownership and modes are set to more useful values. The uid and gid are set to zero, because they are usually only useful on the author's system, and not useful to the client
-o filename is the name of the file to which the iso9660 filesystem image should be written.
Its been a while since I have written an article. Hope to have more time to write more articles.
Wednesday, October 29, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment