* ubuntu iso 이미지 사용하기
// 마운트 포인트를 만든다.
[code bash/shell]
$ sudo md /mnt/cdrom
[/code]
[code bash/shell]
$ sudo md /mnt/cdrom
[/code]
// 마운트
[code bash/shell]
$ sudo mount -t iso9660 -o loop /home/iso/sample.iso /mnt/cdrom
[/code]
[code bash/shell]
$ sudo mount -t iso9660 -o loop /home/iso/sample.iso /mnt/cdrom
[/code]
//우분투 시작시 자동 마운드
[code bash/shell]
$ sudo gedit /ect/rc.local
[/code]
[code bash/shell]
$ sudo gedit /ect/rc.local
[/code]
//unmount
[code bash/shell]
$ unmount /mnt/cdrom
[/code]
[code bash/shell]
$ unmount /mnt/cdrom
[/code]
ubuntu gnome에서는 해당 ISO파일에서 오른쪽 마우스를 클릭 한후 "자료에 마운트(으)로 열기"로 선택 하면 마운트 됨
반응형
'os > Ubuntu' 카테고리의 다른 글
ubuntu 오피스 메뉴 한글깨짐 현상 (1) | 2010.01.08 |
---|---|
ubuntu wine - ie4linux & PlayOnLinux (0) | 2009.12.21 |
ubuntu 바둑 (0) | 2009.12.17 |
ubuntu 타이틀 창이 사라지다. (0) | 2009.12.16 |
우분투에서 유용한 프로그램들 (0) | 2009.12.14 |