View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#14
I do not think that anything of your data is lost.
Please paste the complete output of these commands to analyze your current setup.
Code:
sudo gainroot
sfdisk -l
mount
df -h
for understanding what's going on with the MyDocs partition it is essential to get the full exact output. If copy and paste is not possible, please, redirect the output of the commands to a file like this:
Code:
sudo gainroot
sfdisk -l > debugging.txt
mount >> debugging.txt
df -h >> debugging.txt
Transfer the file to your PC and copy and paste the content of the file from there or use the 'Go Advanced' button under the quick reply textbox and attach the file.