SD grew 10%

jorgeg73

New Member
Joined
Feb 13, 2021
Messages
1
Reaction score
0
Credits
22
Hi to all new here!.
This is my dilemma, i running raspi OS on a RPI, i have a external HD attach to it i have a FTP client that send files to this RPI and send it to the external HD. The HD got disconnected for some minutes. My root directory grew about 10%, i am looking for the files that got writing in the SD. Can someone pointing to finding so i can delete them.
Thank you

This is were it grow
/dev/root 30G 6.4G 22G 23% /

pi@Pinas:/ $ ls -al
total 100
drwxr-xr-x 23 root root 4096 Jan 30 20:14 .
drwxr-xr-x 23 root root 4096 Jan 30 20:14 ..
drwxr-xr-x 2 root root 4096 Feb 8 15:27 bin
drwxr-xr-x 3 root root 3584 Dec 31 1969 boot
drwxr-xr-x 18 root root 4000 Feb 12 17:47 dev
drwxr-xr-x 106 root root 12288 Feb 12 15:32 etc
drwxr-xr-x 2 root root 4096 Oct 31 01:06 export
drwxr-xr-x 3 root root 4096 Aug 20 03:31 home
drwxr-xr-x 18 root root 4096 Nov 7 22:30 lib
drwx------ 2 root root 16384 Aug 20 03:47 lost+found
drwxr-xr-x 2 root root 4096 Aug 20 03:26 media
drwxr-xr-x 2 root root 4096 Aug 20 03:26 mnt
lrwxrwxrwx 1 root root 9 Aug 7 2012 net -> /c/Videos
drwxr-xr-x 4 root root 4096 Nov 6 23:02 opt
dr-xr-xr-x 364 root root 0 Dec 31 1969 proc
drwx------ 6 root root 4096 Jan 22 19:27 root
drwxr-xr-x 31 root root 1180 Feb 12 17:55 run
drwxr-xr-x 2 root root 12288 Feb 8 15:27 sbin
drwxr-xr-x 2 root root 4096 Oct 31 01:06 sharedfolders
drwxr-xr-x 19 root root 4096 Dec 16 15:18 srv
dr-xr-xr-x 12 root root 0 Dec 31 1969 sys
drwxrwxrwt 9 root root 200 Feb 12 19:07 tmp
drwxr-xr-x 11 root root 4096 Nov 6 23:09 usr
drwxr-xr-x 13 root root 4096 Nov 6 22:16 var
 


G'day @jorgeg73 and welcome to linux.org :)

Moving this to Single Board Computers.

Good luck

Chris Turner
wizardfromoz
 
My guess would be the log directory but can you share the output of the following.
Code:
sudo du -h --max-depth=1 / 2> /dev/null
 

Members online


Top