View Single Post
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#22
Originally Posted by HtheB View Post
Hmmm, thats weird. I couldnt mount it, asks me if I'm root or not :/
tried it with opensh, gives an error aswell:
You cannot mount it because you are runnig the system, you cannot overlay a mount when you have LOTS of open files there currently

How to check i now; Create another directory where you can do the mount, or if for example your /mnt/ is unmounted, do:
Code:
mount -t ext4 /dev/mmcblk0p3 /mnt/
Then just check what you have on the /mnt/

When you can check that you actually HAVE the stuff that's supposed to be there, you can boot your device in maintanance mode, copy the recent stuff that you have in your rootFS /home/ to mmcblk0p3, delete all stuff under your rootFS /home/ to save rootfs space, and finally correct the thing why it does not mount it in boot phase.

I suspect you have played with your /sbin/preinit and changed the mount order...
 

The Following User Says Thank You to juiceme For This Useful Post: