Showing used space -but cant find where
|
3rd Jul, 2013, 07:59 AM
Post: #14
|
|||
|
|||
RE: Showing used space -but cant find where
ok, so :
edit /boot/cmdline.txt find root=/dev/mmcblk0p2 and change it to root=/dev/nothing reboot you will get command prompt with error message (not important) run "e2fsck /dev/mmcblk0p2" then edit /boot/cmdline.txt again with those steps: mount -t vfat /dev/mmcblk0p1 /tmp vi /tmp/cmdline.txt in the vi editor, you have to press "i" to start editing change root= to root=/dev/mmcblk0p2 now: press ESC, then ":" and "w". hit enter then run umount /tmp; sync reboot -f Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|