Make an ISO Image from files on your hard disk drive
Using linux, to make an ISO image from files on your hard drive use the mkisofs command.
mkisofs -o image.iso /path/to/directory/
This results in a file called image.iso in the current directory which contains all the files and directories in /path/to/directory/
A simple thing to know.
0 comments
