PINE64
Can't mount eMMC image on my desktop? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: General Discussion on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=127)
+--- Thread: Can't mount eMMC image on my desktop? (/showthread.php?tid=15108)



Can't mount eMMC image on my desktop? - nelstomlinson - 10-16-2021

I am using Jumpdrive to back up my eMMC onto my desktop hard drive. I trying to mount the resulting image on my desktop, and I get an error message saying cannot mount /dev/loop6p2 read only. dmesg tells me: 
Code:
[424075.284115]  loop6: p1 p2
[424075.484174] EXT4-fs (loop6p1): INFO: recovery required on readonly filesystem
[424075.484175] EXT4-fs (loop6p1): write access unavailable, cannot proceed (try mounting with noload)
[424075.492295] F2FS-fs (loop6p2): Need to recover fsync data, but write access unavailable
[424148.014700] [UFW BLOCK] IN=wlp34s0 OUT= MAC=01:00:5e:00:00:01:68:ff:7b:34:73:1d:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2

The mount command doesn't recognize the noload option.

I can mount downloaded images like the nightly Mobian builds, but I cannot mount any of the images I have saved from the phone.

I'm running Linux Mint on the desktop.

Any idea what's up?