mount -o loop -t iso9660 filename.iso /mount_directory
mount -o loop,ro -t iso9660 filename.iso /mount_directory
ISO 파일을 마운트 하기 위해서는 Mount Type을 iso9660으로 하고
옵션으로 loop device를 추가 해주면 된다.
다른 옵션으로 cd는 읽기 전용이므로 ro를 추가 한다.
결론 : 리눅스는 deamon이 필요 없다.
[참조 : http://stlinux.com/drupal/?q=install/distribution/mounting]
[참조 : http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/]
mount -o loop,ro -t iso9660 filename.iso /mount_directory
ISO 파일을 마운트 하기 위해서는 Mount Type을 iso9660으로 하고
옵션으로 loop device를 추가 해주면 된다.
다른 옵션으로 cd는 읽기 전용이므로 ro를 추가 한다.
결론 : 리눅스는 deamon이 필요 없다.
[참조 : http://stlinux.com/drupal/?q=install/distribution/mounting]
[참조 : http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/]
'Linux' 카테고리의 다른 글
tar - The GNU version of the tar archiving utility (4) | 2009.02.13 |
---|---|
Fedora LiveUSB Creator를 이용한 USB LiveCD 만들기 (0) | 2009.01.28 |
계정 관련 파일 목록 (4) | 2009.01.22 |
리눅스 NIC 관련 명령어 - ipconfig like commands (0) | 2009.01.20 |
라이브러리 분석 - ar / ldd (2) | 2009.01.14 |