Reply
Thread Tools
Posts: 121 | Thanked: 60 times | Joined on Jun 2012
#21


I cannot clean up them...
 
Posts: 3,328 | Thanked: 4,475 times | Joined on May 2011 @ Poland
#22
Originally Posted by skate_boy92 View Post


I cannot clean up them...
Post output of
Code:
df -h /opt
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Posts: 2,101 | Thanked: 1,934 times | Joined on Sep 2008 @ Berlin, Germany
#23
If you are not confident with copy and paste from X-Terminal, then try to redirect the output to a file and attach the file to the next post.
Code:
df -h > /home/user/MyDocs/.documents/debug.txt
mount >> /home/user/MyDocs/.documents/debug.txt
du -kx / | sort -n | tail -n25 >> /home/user/MyDocs/.documents/debug.txt
You will find the 'pipe symbol, the horizontal bar, and the 'greater' symbol after clicking the blue arrow followed by the 'Sym'-key above. This creates a file in your Documents folder, but no output, except for some errors regarding permissions, on the screen. Please attach the file for support here.
 
Posts: 121 | Thanked: 60 times | Joined on Jun 2012
#24
/dev/mmcblk0p2 Size: 2GB Used: 276.4M Available: 1.6G
............................................Use 14% Mount: /home
 
Posts: 2,101 | Thanked: 1,934 times | Joined on Sep 2008 @ Berlin, Germany
#25
Originally Posted by michaaa62 View Post
If you are not confident with copy and paste from X-Terminal, then try to redirect the output to a file and attach the file to the next post.
Code:
df -h > /home/user/MyDocs/.documents/debug.txt
mount >> /home/user/MyDocs/.documents/debug.txt
du -kx / | sort -n | tail -n25 >> /home/user/MyDocs/.documents/debug.txt
You will find the 'pipe symbol, the horizontal bar, and the 'greater' symbol after clicking the blue arrow followed by the 'Sym'-key above. This creates a file in your Documents folder, but no output, except for some errors regarding permissions, on the screen. Please attach the file for support here.
push with ten letters
 
Posts: 121 | Thanked: 60 times | Joined on Jun 2012
#26
du -kx / | sort -n | tail -n25 >> /home/user/MyDocs/.documents/debug.txt
after enter this, it says

 
Posts: 3,328 | Thanked: 4,475 times | Joined on May 2011 @ Poland
#27
Originally Posted by skate_boy92 View Post
after enter this, it says

Use sudo whenever permission denied (requires sudser). Or do as root.
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Posts: 2,101 | Thanked: 1,934 times | Joined on Sep 2008 @ Berlin, Germany
#28
I asked you to attach the file debug.txt from your Documents folder here.
 
Posts: 121 | Thanked: 60 times | Joined on Jun 2012
#29
here, it's debug.txt
Attached Files
File Type: txt debug.txt (2.9 KB, 56 views)
 
Posts: 2,101 | Thanked: 1,934 times | Joined on Sep 2008 @ Berlin, Germany
#30
Strangely your /home/opt is not mounted.
Please try to show the output of
Code:
du -kx /opt
du -kx /home/opt
and to verify the version you are on
Code:
apt-cache policy mp-fremantle-community-pr mp-fremantle-generic-pr
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 12:49.