NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Verhodo
May 26, 2021Aspirant
ReadyNAS ultra6 shares not reachable / frontview does not persist changes
I am facing the same issue as several others here in the forum where the NAS has become unreachable and frontview does not persist changes anymore.
I am guessing OS partition full.
In the past, NETGEAR would provide support for this and remotely log on the machine and do some fixes over telnet (enabled thru boot menu). As the device is end of life I can't get support from them anymore (tried this).
I was able to log onto the machine with telnet. However, I notice there is no full blown linux on there. So I feel rather limited in recursively trying to find large files etc.
Is there anyone who can give me some information on what folders to check and what to delete to make space. Or which statements to run on the machine?
It would be very very helpful and I already thank you sincerely.
PS: Rather bummed that NETGEAR is not providing a decent document on this.
13 Replies
Replies have been turned off for this discussion
- StephenBGuru - Experienced User
Verhodo wrote:
I was able to log onto the machine with telnet. However, I notice there is no full blown linux on there. So I feel rather limited in recursively trying to find large files etc.
Try entering
# start_raid.sh # mount /dev/md0 /sysroot # mount --bind /proc /sysroot/proc # mount --bind /dev/pts /sysroot/dev/pts # mount --bind /sys /sysroot/sys # chroot /systoor /bin/bash
That will actually mount the OS partition and chroot - giving you the full range of linux commands in the OS partition, and also letting you examine the OS partition.
Then you check fullness with df // -h and df // -i.
- mdgmVirtuoso
Verhodo wrote:
I am facing the same issue as several others here in the forum where the NAS has become unreachable and frontview does not persist changes anymore.
I am guessing OS partition full.
That is most likely the case. It can be full space usage or less common (but still happens sometime) full of inodes.
Verhodo wrote:
Is there anyone who can give me some information on what folders to check and what to delete to make space. Or which statements to run on the machine?
A common place to start is looking under /var/log on the 4GB root volume.
Verhodo wrote:
PS: Rather bummed that NETGEAR is not providing a decent document on this.
I used to work for NETGEAR and have looked at a number of problems with these symptoms in the past. The issue is that every problem is different. I could write something easily that would work as more or less a best practice for a few common cases, but that wouldn't be very applicable in others. Doing the wrong thing can sometimes make a problem worse. Writing a good document that covers off pretty much everything would be a major undertaking.
A lot of threads here ignore some basic things that should be done like checking the health of the disks and the state of the RAID before starting the RAID. There's also syncing writes, unmounting the root volume and stopping the RAID properly when you're done as well.
- VerhodoAspirant
First off thanks for your quick replies.
I just checked and managed to perform a df // -h which confirms that it is 100% in use.
The inodes are only 29% in use so I don't expect problems there.
In the /var/log/frontview there is a huge access.log file. As well as some others like command.log
in /var/log there is a cron.log and daemon.log and syslog which are also substantial.
Any pointers on how to clear space?
I am guessing (hoping :) ) this is a pretty standard case.
Again thanks for your help!
- StephenBGuru - Experienced User
Verhodo wrote:
Any pointers on how to clear space?
echo -n > logfilename
will truncate the file to 0 size. Logfilename can include the full path, or you can use cd to enter the appropriate folder (cd /var/log for example).
You can truncate a couple of these (to get the OS partition below 50% or so), which will let you reboot. You can then clear the logs from frontview to shrink the rest.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!