× NETGEAR will be terminating ReadyCLOUD service by July 1st, 2023. For more details click here.
Orbi WiFi 7 RBE973
Reply

Volume: System volume root's usage is 87%. This condition should not occur under normal conditions.

svfrogman
Aspirant

Volume: System volume root's usage is 87%. This condition should not occur under normal conditions.

 

Hello,

  i am using a readyNAS104 and i am getting this msg. "Volume: System volume root's usage is 87%. This condition should not occur under normal conditions." i see that the /dev/md0 is taking up alot of space but can not delete it i get permssion denied. thanks for the help.

i do not have a support agreement i do have a full back up soi need to reinstall fro scratch i can.

 

see the command results

admin@ZombieNAS:/$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 10M 4.0K 10M 1% /dev
/dev/md0 4.0G 3.4G 316M 92% /
tmpfs 249M 0 249M 0% /dev/shm
tmpfs 249M 472K 248M 1% /run
tmpfs 125M 11M 114M 9% /run/lock
tmpfs 249M 0 249M 0% /sys/fs/cgroup
/dev/md127 8.2T 3.4T 4.8T 42% /BigDisk
/dev/md127 8.2T 3.4T 4.8T 42% /apps
/dev/md127 8.2T 3.4T 4.8T 42% /home
/dev/md127 8.2T 3.4T 4.8T 42% /var/ftp/Survey
/dev/md127 8.2T 3.4T 4.8T 42% /var/ftp/Video
/dev/md127 8.2T 3.4T 4.8T 42% /var/ftp/Workout
/dev/sde2 4.6T 3.4T 1.2T 75% /media/USB_HDD_1
admin@ZombieNAS:/$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 10M 4.0K 10M 1% /dev
/dev/md0 4.0G 3.4G 316M 92% /
tmpfs 249M 0 249M 0% /dev/shm
tmpfs 249M 472K 248M 1% /run
tmpfs 125M 11M 114M 9% /run/lock
tmpfs 249M 0 249M 0% /sys/fs/cgroup
/dev/md127 8.2T 3.4T 4.8T 42% /BigDisk
/dev/md127 8.2T 3.4T 4.8T 42% /apps
/dev/md127 8.2T 3.4T 4.8T 42% /home
/dev/md127 8.2T 3.4T 4.8T 42% /var/ftp/Survey
/dev/md127 8.2T 3.4T 4.8T 42% /var/ftp/Video
/dev/md127 8.2T 3.4T 4.8T 42% /var/ftp/Workout
/dev/sde2 4.6T 3.4T 1.2T 75% /media/USB_HDD_1

 

Model: RN10400|ReadyNAS 100 Series 4- Bay (Diskless)
Message 1 of 6

Accepted Solutions
mdgm-ntgr
NETGEAR Employee Retired

Re: Volume: System volume root's usage is 87%. This condition should not occur under normal conditio

The user with full access to the system via SSH is 'root' (no quotes) not admin.

You could do a bind mount of the mounted root volume to look for what's taking up the space

# mount --bind / /mnt
# du -csh /mnt/*

Once you've found what's filling it you can identify why, deal with the situation and when you're done don't forget to do

# umount /mnt

View solution in original post

Message 2 of 6

All Replies
mdgm-ntgr
NETGEAR Employee Retired

Re: Volume: System volume root's usage is 87%. This condition should not occur under normal conditio

The user with full access to the system via SSH is 'root' (no quotes) not admin.

You could do a bind mount of the mounted root volume to look for what's taking up the space

# mount --bind / /mnt
# du -csh /mnt/*

Once you've found what's filling it you can identify why, deal with the situation and when you're done don't forget to do

# umount /mnt
Message 2 of 6
svfrogman
Aspirant

Re: Volume: System volume root's usage is 87%. This condition should not occur under normal conditio

Thanks that did help but now when i try to unmount i get this

root@ZombieNAS:/mnt# unmount /mnt
-bash: unmount: command not found

 

hope it will not be a big problem if i can unmount?

 

Thanks

Message 3 of 6
StephenB
Guru

Re: Volume: System volume root's usage is 87%. This condition should not occur under normal conditio

umount not unmount

Message 4 of 6
svfrogman
Aspirant

Re: Volume: System volume root's usage is 87%. This condition should not occur under normal conditio

Thanks guessi shoud copy and paste the command next time.

Message 5 of 6
StephenB
Guru

Re: Volume: System volume root's usage is 87%. This condition should not occur under normal conditio

That's an easy mistake to make (speaking from experience).

Message 6 of 6
Top Contributors
Discussion stats
  • 5 replies
  • 1736 views
  • 2 kudos
  • 3 in conversation
Announcements