30 October 2010

Create ISO file from any Folder in Linux / Windows

In Windows, u can use Folder2ISO program.. damn good freeware :)


In Linux, just use mkisofs command, very powerful...

syntax is easy..

mkisofs -o [outputfilename.iso] -J -R [foldername]

-o = output
-J = enable Joliet function
-R = enable Rock Ridge function

e.g.

dindon@dindon-laptop:~/Desktop$ mkisofs -o amir.iso -J -R amir-cv
I: -input-charset not specified, using utf-8 (detected in locale settings)
Using AMIR_000.DOC;1 for /Amir Irman App Letter.docx (Amir_Irman_Bahruddin.doc)
Total translation table size: 0
Total rockridge attributes bytes: 363
Total directory bytes: 0
Path table size(bytes): 10
Max brk space used 0
262 extents written (0 MB)

No comments:

Post a Comment