View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#93
Last try to get your partition table from the external card
Code:
sudo gainroot
sfdisk -d /dev/mmcblk0 > table
Please also check the state of the swap partition
Code:
cat /proc/swaps
Two questions to answer:
Did you edit the file /etc/event.d/ ? Those changes should take care of the partitioning setup.

Did you copy all the files of /home and /opt before you mounted them ? This would be essential to free up space in rootfs.

The output hints that you did both, but better save than hurried
 

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