View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#3
Try to check the filesystem
Code:
sudo gainroot
umount /dev/mmcblk0p1
fsck -af /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
check the config file of ereswap
Code:
cat /home/user/.config/ereswap/config
and the setup of the sdcard device
Code:
sudo gainroot
sfdisk -l /dev/mmcblk0
 

The Following 2 Users Say Thank You to michaaa62 For This Useful Post: