nkk71

Untitled

Sep 3rd, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. ~ # mount
  2. /dev/block/dm-0 on /data type ext4 (rw,seclabel,relatime,data=ordered)
  3. /dev/block/dm-0 on /sdcard type ext4 (rw,seclabel,relatime,data=ordered)
  4.  
  5. ~ # umount /data
  6. ~ # mount
  7. /dev/block/dm-0 on /sdcard type ext4 (rw,seclabel,relatime,data=ordered)
  8.  
  9. ~ # mount -t ext4 /dev/block/bootdevice/by-name/userdata /data
  10. mount: mounting /dev/block/bootdevice/by-name/userdata on /data failed: Device or resource busy
  11. ~ # mount -t ext4 /dev/block/dm-0 /data
  12. ~ # mount
  13. /dev/block/dm-0 on /sdcard type ext4 (rw,seclabel,relatime,data=ordered)
  14. /dev/block/dm-0 on /data type ext4 (rw,seclabel,relatime,data=ordered)
  15.  
  16. ~ # umount /data
  17. ~ # mount
  18. /dev/block/dm-0 on /sdcard type ext4 (rw,seclabel,relatime,data=ordered)
  19.  
  20. ~ # mount /data
  21. ~ # mount
  22. rdered)
  23. /dev/block/dm-0 on /sdcard type ext4 (rw,seclabel,relatime,data=ordered)
  24. /dev/block/dm-0 on /data type ext4 (rw,seclabel,relatime,data=ordered)
Advertisement
Add Comment
Please, Sign In to add comment