I have the issue, once again, on my Synology 1511+ !
This is amazing since I thought the issue was completely solved.
I got it long time ago on another 1511+ device.
I started to back everything and once ready to start from scratch, I checked one more the the space available and found... enough space to update !!!!!
So I did without thinking to avoid loosing time.
I guess it would be good to have Synology support to work on this issue and provide a way to fix it !
The usual "Backup and restart" should not be an option (I do have more than 7TB of data)
I'm pretty sure there is a way to fix it but... I can't figure out at the moment.
So... if anyone can help... I would appreciate (PS Send a request for support to Syno support).
Below, the usual info ;
df -hFilesystem Size Used Available Use% Mounted on
/dev/root.old 11.6M 6.9M 4.7M 59% /initrd
/dev/md0 2.3G 2.1G 104.6M 95% /
/tmp 1.5G 1.3M 1.5G 0% /tmp
/dev/md2 10.7T 6.7T 4.0T 63% /volume1
/volume1/@optware 10.7T 6.7T 4.0T 63% /opt
du -xkhd 1 /16.0K /.system_info
93.8M /usr
4.0K /mnt
3.2M /etc
32.0K /.old_patch_info
2.9M /etc.defaults
4.0K /lost+found
3.5M /lib64
7.9M /.syno
12.0K /volumeUSB1
128.0K /var.defaults
123.5M /lib
8.0K /root
1.7M /var
1.5M /bin
4.0M /sbin
72.0K /dev
242.2M /
According these information, nothing seems strange.
I don't use...
I don't use any kind of Media Server so the log trick is not possible.
Already cleaned the /usr/syno/synoman.
All my logs are small and clean
I guess there is some hidden files somewhere but I have not been able to find any yet.
Is there any command to search for hidden file bigger than 200MB ?
I tried- Code: Select all
find {/path/to/directory} -type f -size +{file-size-in-kb}k -exec ls -lah {} \; | awk '{ print $9 ": " $5 }'
sample- Code: Select all
find / -type f -size +100000k -exec ls -lah {} \; | awk '{ print $9 ": " $5 }'
but got no real success since it looks to the "Volume1" too... pfff...
Please... please... can someone help ?
Thanks,
MoBO