View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#2
First of all: You might want to remove your email address to not get spammed all over the place.

May be your data partition's file system has been corrupted.
Please open the X-Terminal command and run a couple of commands. Please try to copy and paste the command to avoid typing errors, also try to copy and paste the output for best possible support.
Do you have rootsh or some other application installed to gain the rights of 'root'-user?

Please run these commands:
Code:
df
mount
du -kx /home/opt/ | sort -n | tail -n20
du -kx /home/user/ | sort -n | tail -n20
 

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