NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
jukkaforss
May 16, 2017Tutor
RN314 FW 6.7.1 root partition full, how to fix ?
Hi, I rebooted my readynas and after boot GUI didn't start, cli is still working fine. I logged in and it seems that root partition is full, but not full. It says 100% full, but there is only 1,...
- May 18, 2017
Skywalker fixed root fs somehow, and not it is working fine.
jak0lantash
May 16, 2017Mentor
To be able to look "under" mountpoints, mount-bind the root volume to /mnt:
mount --bind / /mnt
Then look inside it:
cd /mnt du -d1 -h
It will tell you which is the biggest folder, then cd into it and re-run:
cd <big_folder> du -d1 -h
Repeat the operation until there is no more big folder, only the total is big, which means it's big file(s) in the current directory, then:
ls -lhS
When you're finished cleaning up the big files, unmount the temporary bind:
cd umount /mnt
jak0lantash
May 16, 2017Mentor
If deleting data doesn't work, you may also need to balance the empty chunks:
btrfs balance start -musage=0 -dusage=0 /
- jukkaforssMay 18, 2017Tutor
jak0lantash wrote:If deleting data doesn't work, you may also need to balance the empty chunks:
btrfs balance start -musage=0 -dusage=0 /
root@readynas:/etc# btrfs balance start -musage=0 -dusage=0 / Done, had to relocate 0 out of 13 chunks root@readynas:/etc#
It didn't help, root is still full.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!