Thread
:
kernel power and multiboot
View Single Post
pythoneye2
2018-07-19 , 14:02
Posts: 110 | Thanked: 363 times | Joined on May 2014
#
6
MyDocs and /home/opt "ususally" are
/dev/mmcblk0p1 and /dev/mmcblk0p2 and are on emmc and not nand.
Take out microsd card to have /dev/mmcblk0 point to emmc.
to access MyDocs content from freshly booted rescue os
you can do:
mkdir /tmp/MyDocs
mount /dev/mmcblk0p1 /tmp/MyDocs
ls /tmp/MyDocs
and for opt:
mkdir /tmp/opt
mount /dev/mmcblk0p1 /tmp/opt
ls /tmp/opt
Good Luck
Quote & Reply
|
The Following 5 Users Say Thank You to pythoneye2 For This Useful Post:
endsormeans
,
imaginaryenemy
,
juiceme
,
justmemory
,
peterleinchen
pythoneye2
View Public Profile
Send a private message to pythoneye2
Find all posts by pythoneye2