gcnsdna
Showing posts with label
cache
.
Show all posts
Showing posts with label
cache
.
Show all posts
2019-03-08
mount ex4 image file
# ext4 이미지 파일을 mount 하는 방법
$ mount -t ext4 -o loop image_ext4.raw /mnt/ext4_target
@ read-only 마운드
$ mount -t ext4 -o loop,ro image_ext4.raw /mnt/ext4_target
# 참고 : 안드로이드 이미지를 raw 형식으로 변환
$ ./simg2img system.img image_ext4.raw
Older Posts
Home
Subscribe to:
Posts (Atom)