Go to advanced search

by jjsteing
Fri May 22, 2015 8:21 am
Forum: General discussion
Topic: 16Gb SD Full - out of space
Replies: 16
Views: 2260

Re: 16Gb SD Full - out of space

OK Done ;) For those who want, here is a script to check and do whatever needed ... I put this script in crontab every 5 min..and it create a log.. this script can be better, but it does all what I need :) Chears.. #! /bin/sh MyMountPoint='/media/DicoNoir/Video' Test=`mountpoint $MyMountPoint | grep...
by jjsteing
Wed May 20, 2015 8:28 pm
Forum: Advanced users
Topic: 0% Space left -> not able to find the reason
Replies: 9
Views: 1513

Re: 0% Space left -> not able to find the reason

rpdom find out why my sd was full, it was a 'share folder problem' .. maybe you have the same problem.. hope you find arround a solution

Have a good day.
by jjsteing
Wed May 20, 2015 8:27 pm
Forum: General discussion
Topic: 16Gb SD Full - out of space
Replies: 16
Views: 2260

Re: 16Gb SD Full - out of space

Exaclty !! it s what I discovered when I removed the LAN cable from my NAS :(

So I delete all files from my sd and it s fine now :)

I used this share to put my torrents ( from deluged ) .. How can I verify if I access to /media/DicoNoir/Video/* to my share (NAS) or to the sd ?

thanks
by jjsteing
Mon May 18, 2015 11:58 am
Forum: Advanced users
Topic: 0% Space left -> not able to find the reason
Replies: 9
Views: 1513

Re: 0% Space left -> not able to find the reason

FYI

I have the same problem here :

viewtopic.php?f=63&t=110752&p=760830#p760830

If one of us resolve it will be find :)
by jjsteing
Mon May 18, 2015 11:56 am
Forum: General discussion
Topic: 16Gb SD Full - out of space
Replies: 16
Views: 2260

Re: 16Gb SD Full - out of space

Like @rpdom I've usually used a du based alias to search for large file(s) etc.: alias hsdu='du -k | sort -n -r | head' However, courtesy of @cdo, I'm now aware of its more powerful cousin, ncdu as discussed in this similar thread: https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=109276 You ...
by jjsteing
Mon May 18, 2015 11:51 am
Forum: General discussion
Topic: 16Gb SD Full - out of space
Replies: 16
Views: 2260

Re: 16Gb SD Full - out of space

Dear all.. Thanks for reply.. but still not working.. I tried to remove my mount directory in my fstab file with a '#' and finaly remove the line..reboot ( 10 times) because I thought that is was why RPI find 97% used df -k rootfs 13597616 12413468 470372 97% / /dev/root 13597616 12413468 470372 97%...
by jjsteing
Mon May 18, 2015 3:38 am
Forum: General discussion
Topic: 16Gb SD Full - out of space
Replies: 16
Views: 2260

Re: 16Gb SD Full - out of space

And fyi I use noobs so root file system is already expand as you can see on my 1st post 13gb on 16gb sd for rootts partition ..

Can you answer my question : partition 13gb used 12gb but list all files 3gb used.. Where are my 9gb ??

Give me some command lines please.

Thanks
by jjsteing
Mon May 18, 2015 3:17 am
Forum: General discussion
Topic: 16Gb SD Full - out of space
Replies: 16
Views: 2260

Re: 16Gb SD Full - out of space

Hi

I m not a pro but no more a noob ;)

Already make easy cleanup..
by jjsteing
Sun May 17, 2015 2:02 pm
Forum: General discussion
Topic: 16Gb SD Full - out of space
Replies: 16
Views: 2260

16Gb SD Full - out of space

HI Everybody, I run out of space on my RPI with an 16Gb SD du -sh * give me around 3Gb used but df -k show me 12Gb Used .. where are my 9 gb remaining ?? Thanks .. root@raspberrypi:/# df -k Filesystem 1K-blocks Used Available Use% Mounted on rootfs 13597616 12412824 471016 97% / /dev/root 13597616 1...

Go to advanced search