http://plog.longwin.com.tw/post/1/132
http://www.linuxcenter.com.tw/LinuxCenter/ShowFAQLinuxContent.do?FAQLinuxID=297
mkisofs -r -o test.iso target_dir
執行後會將 taget_dir下的所有目錄和檔案包裝成test.iso.
檢查可否用
mount -t iso9660 -o loop test.iso /mnt/cdrom/
http://plog.longwin.com.tw/post/1/132
http://www.linuxcenter.com.tw/LinuxCenter/ShowFAQLinuxContent.do?FAQLinuxID=297
mkisofs -r -o test.iso target_dir
執行後會將 taget_dir下的所有目錄和檔案包裝成test.iso.
檢查可否用
mount -t iso9660 -o loop test.iso /mnt/cdrom/
留言