linux poison RSS
linux poison Email

Create ISO image of directory

To make an ISO from files on your hard drive, create a directory which holds the files you want. Then use the mkisofs command.

mkisofs -o /tmp/cd.iso /home/nikesh/

This results in a file called cd.iso in folder /tmp which contains all the files and directories in /home/nikesh/.


0 comments:

Post a Comment

Related Posts with Thumbnails