PDA

View Full Version : Mount ARM images



expphoto
2013-03-23, 21:34
Okay, so after playing with the Rasberry Pi and ss808 images, I've yet to be able to get them to mount in linux.

mount -o loop -t ext4 doesn't work, it throws an error saying filesystem not found. But the thing is, I can mount via GUI on my mac via macfuse.

What's the command in linux to mount these images? Why isn't this done as simple as the SINGLE BT5 image?

clearday
2013-03-24, 13:16
Try win32diskimager to write the image to the sdcard instead of dd utility.

m4xx3d0ut
2013-04-18, 06:16
mount -o loop,offset=512 /path/to/kali.img /path/to/mountpoin