Linux 썸네일형 리스트형 Openwrt combined image 마운트하기 파티션이 두 개로 나눠져 있어서 두 번 마운트해야한다. file 명령어에 -k 옵션을 주어 실행하면 좀더 자세한 파일 정보를 볼 수 있고, startsector라는 값을 기준으로 마운트 오프셋을 정한다. 한 섹터의 크기는 512 바이트이다. 파티션이 두 개라면 startsector가 두 번 출력될텐데 startsector의 값에 512를 곱해서 -oloop,offset에 옵션으로 주면 마운트가 된다. mount -text4 -oloop,offset=XXXXXX openwrt-... /mnt/... http://superuser.com/questions/466352/how-to-mount-image-created-with-dd 더보기 이전 1 다음