View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#7
This useless, if you do not give full output with copy and paste! You might want to redirect the output into a file and attach that file, but please copy and paste the commands to not ruin it by typos.
Code:
mount > debug.txt
df -h >> debug.txt
ls -al /home/user/MyDocs >> debug.txt
sudo gainroot  >> debug.txt
sfdisk -l >> debug.txt
This does not have any output in the terminal, but redirects the output to a file debug.txt. Please attach that file to the next post.