Hi,
Here's my problem:
Here's what my filesystem output checks out at:
Obviously md1 needs to be shrunk, freed up etc. Reading a lot online it would seem to be logs issue. I ran a few rsync and they froze at one time as I guess the system could no longer use the logs. Running this on the md1 produces:
My question is: Where do I go to free up md1?
Thanks.
Here's my problem:
Code:
rsync: recv_generator: mkdir "/mnt/NewBKP/NAS/Downloads/Arcade/extras/printables/Commando/.AppleDouble" failed: No space left on device (28) *** Skipping any contents from this failed directory *** rsync: write failed on "/mnt/NewBKP/NAS/.DS_Store": No space left on device (28) rsync: connection unexpectedly closed (241 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(601) [sender=3.0.8]
Here's what my filesystem output checks out at:
Code:
[root@freenas] ~# df -h Filesystem Size Used Avail Capacity Mounted on /dev/ufs/FreeNASs1a 927M 429M 424M 50% / devfs 1.0K 1.0K 0B 100% /dev /dev/md0 4.3M 3.6M 392K 90% /etc /dev/md1 732K 732K -56K 108% /mnt /dev/md2 75M 14M 54M 21% /var /dev/ufs/FreeNASs4 20M 895K 17M 5% /data Backup 3.6T 2.7T 915G 75% /mnt/Backup
Obviously md1 needs to be shrunk, freed up etc. Reading a lot online it would seem to be logs issue. I ran a few rsync and they froze at one time as I guess the system could no longer use the logs. Running this on the md1 produces:
Code:
root@freenas] ~# cd / [root@freenas] /# du -sch * | grep M 1.0M bin 9.2M boot 7.4M conf 3.6M etc 7.4M lib 4.6M rescue 4.9M sbin 394M usr 14M var [root@freenas] /# cd /var/log [root@freenas] /var/log# du -sch * | grep M [root@freenas] /var/log# cd /usr [root@freenas] /usr# du -sch * | grep M 15M bin 6.4M lib 356M local 13M sbin 3.8M share 395M total
My question is: Where do I go to free up md1?
Thanks.