NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Stevenup
Jan 06, 2021Guide
Front view does not load any more
Hi guys, after my NAS cashed recently i managed to restart it - via OS reninstall follwoing the step by step in the user manual. Now the ready nas has finisched the data check and i can access al...
Stevenup
Jan 06, 2021Guide
see SSH screenshot. where to from here? thanks
StephenB
Jan 06, 2021Guru - Experienced User
Of course we don't know exactly what you did after you logging into the NAS. Normally you'd enter the following commands to get normal access to the OS partition:
# start_raid.sh # mount /dev/hdc1 /sysroot # mount --bind /proc /sysroot/proc # mount --bind /dev /sysroot/dev # mount --bind /dev/pts /sysroot/dev/pts # chroot /sysroot /bin/bash
This assumes you are running XRAID. (Note you don't actually enter the # at the beginning).
After that you can look at the OS fullness by entering:
# df // -h # df // -i
The first command tells you how much free space there is on the OS partition. Normally only 25% of the space is used.
The second command tells you how many inodes are used. It's rare to run out of inodes, but it can happen, so it's worth checking.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!