Luckily, there is a nifty command line tool available: genisoimage.
Install it with the following command in Terminal:
sudo apt-get install genisoimage
Use it with this command (make an iso out of entire directory):
genisoimage -o OUTPUT.iso INPUTDIRECTORY/
(*Note, you can name the .iso anything you like.)
Or this (make an iso out of selected files):
genisoimage -o OUTPUT.iso INPUTFILE1 INPUTFILE2 INPUTFILE3
Here are the examples:
geniso image -o mymovies.iso /home/user/mymoviesdirectory/
geniso image -o mymovies.iso clip1.mov clip2.mov clip3.mpg clip4.avi
ahh good info!
ReplyDeletethanks didn't know!
ReplyDeleteGreat info for beginners. Ubuntu, while intuitively user-friendly, does have that initial learning curve that may deter others from trying it out.
ReplyDeleteinteresting blog. Keep it up
ReplyDeleteNever knew you could do that from the command line very cool!
ReplyDeleteHave been using this for a while..
ReplyDeleteCurrently working on a custom *buntu...
great info for everybody who use linux ( for example me ;] ) thx !! following
ReplyDeletenice to know
ReplyDeletecool info man, eventhough i am not a linux user, i appreciate it...
ReplyDeletethis looks useful
ReplyDeleteno idea what I'm looking at but thanks for helping people.
ReplyDeleteI've heard a lot about Ubuntu, hoping to learn a bit more from you.
ReplyDelete