Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~ # mount
- /dev/block/dm-0 on /data type ext4 (rw,seclabel,relatime,data=ordered)
- /dev/block/dm-0 on /sdcard type ext4 (rw,seclabel,relatime,data=ordered)
- ~ # umount /data
- ~ # mount
- /dev/block/dm-0 on /sdcard type ext4 (rw,seclabel,relatime,data=ordered)
- ~ # mount -t ext4 /dev/block/bootdevice/by-name/userdata /data
- mount: mounting /dev/block/bootdevice/by-name/userdata on /data failed: Device or resource busy
- ~ # mount -t ext4 /dev/block/dm-0 /data
- ~ # mount
- /dev/block/dm-0 on /sdcard type ext4 (rw,seclabel,relatime,data=ordered)
- /dev/block/dm-0 on /data type ext4 (rw,seclabel,relatime,data=ordered)
- ~ # umount /data
- ~ # mount
- /dev/block/dm-0 on /sdcard type ext4 (rw,seclabel,relatime,data=ordered)
- ~ # mount /data
- ~ # mount
- rdered)
- /dev/block/dm-0 on /sdcard type ext4 (rw,seclabel,relatime,data=ordered)
- /dev/block/dm-0 on /data type ext4 (rw,seclabel,relatime,data=ordered)
Advertisement
Add Comment
Please, Sign In to add comment