우분투에서 ".img" 파일(추출된 큐비안 파일)을 마운트하는 방법

우분투에서 ".img" 파일(추출된 큐비안 파일)을 마운트하는 방법

이 명령을 사용했습니다

sudo mount -t ext2 -o loop Cubian-desktop-r1-a20.img mountpoint

이 명령의 출력은 다음과 같습니다.

mount: wrong fs type, bad option, bad superblock on /dev/loop0,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

관련 정보