22
Aug
Unix에서 ISO 이미지 만들기.
#mkisofs -o /tmp/cies.iso -V cies -R /test
-o : Output Option
/tmp/cies.iso : Image file이 생성되는 디렉토리
-V : Volume 이름 Option
cies : Volume 이름
-R : Sub dir. Option
/test : Image를 만들고자 하는 디렉토리(Source)
This entry was posted
on 금요일, 8월 22nd, 2003 at 11:40 오후 and is filed under Solaris(솔라리스).
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Leave a reply