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

Strange Warning: Less than 5% of volume media's capacity is free.

ikonuk
Guide

Strange Warning: Less than 5% of volume media's capacity is free.

I got a strange Warning ofrom my RN102 after upgrading to ReadyNAS 6.6.1.

 

"Volume: Less than 5% of volume media's capacity is free."

 

When I browse the sytem via the Web interface I see that I have about 75 percent unused space (out of 8 TB). Next day, the logs show all is OK.

 

Anyone can enlignten us why the syetm is giving such a warning? Perhaps I have not deleted the logs for a while?

 

Good day to all.

 

I. Konuk

 

Model: RN102|ReadyNAS 100 Series
Message 1 of 45

Accepted Solutions
StephenB
Guru

Re: Strange Warning: Less than 5% of volume media's capacity is free.

On another thread, Netgear said they'd be starting a 6.7.0 beta very soon to roll out AV fixes.

View solution in original post

Message 29 of 45

All Replies
Sandshark
Sensei

Re: Strange Warning: Less than 5% of volume media's capacity is free.

Others have reported the NAS incorrectly reporting a problem with a share when it's the OS partition that's almost full, and that sounds like your problem.  There are several things that can cause it. But you need to check before it gets completely full and you are unable to access Frontview.

 

Currently, the only way to check/fix a filling OS partition is via SSH (and tech support mode, I thnk) and some knowlege of Unix or specific directions.  I have put in a suggestion that better tools be provided for preventing and fixing this issue.  There are a number of existing message chains on this subject.

Message 2 of 45
Paul608085
Tutor

Re: Strange Warning: Less than 5% of volume media's capacity is free.

I am getting this warning regularly for the past couple of days on my RN214: "System volume root's usage is 95%. This condition should not occur in normal conditions. Contact technical support." Is this the same thing? ( I am also getting the less than 5% free warning).

I was getting it on OS v6.6.0 and after upgrading to v6.6.1

 

I have linux-dash installed and I see this:

 

Disk Usage
 
 
Filesystem Size Used Avail Use% Mounted
/dev/md03.7G3.5G0100%/
/dev/md12711T2.6T8.4T24%/data
/dev/md12711T2.6T8.4T24%/home
/dev/md12711T2.6T8.4T24%/apps
tmpfs1009M01009M0%/dev/shm

 

I can see that it is /dev/md0 that is reporting to be full, what can I do about it? I am OK with SSHing and Linux command line, but I don't know what commands I need to use.

 

Can anyone help please?

 

Regards,

 

Paul

Model: RN214|4 BAY Desktop ReadyNAS Storage
Message 3 of 45
Retired_Member
Not applicable

Re: Strange Warning: Less than 5% of volume media's capacity is free.

You can use du to locate where the space is used. This situation (full root) can occur for different reasons, most common ones are applications installed from backend (like mysql or crashplan), log files that aren't rotated (added by apps), etc.

 

1. cd into the path you want to analyze first

2. du tells you where the space is used

3. cd into biggest folder

4. du

5. Repeat until you find the folder containing the files, then use ls

 

# cd /
# du -d1 -hx .
-> var is the biggest
# cd var
# du -d1 -hx .
-> log is the biggest
# cd log
# du -d1 -hx .
-> current folder only is big
# ls -alh
Message 4 of 45
Retired_Member
Not applicable

Re: Strange Warning: Less than 5% of volume media's capacity is free.

The step by step approach is interesting to analyze the filesystem usage. But there are shortcuts available, like this one:

du -hx / | sort -hr | head -n 10

If the first line doesn't show 4GB, then there might some data in a folder that is not readible using du (for example, /data, but not on the data volume, on the OS volume ; data that was created under the mountpoint path before the other volume was mounted). 

Message 5 of 45
Paul608085
Tutor

Re: Strange Warning: Less than 5% of volume media's capacity is free.

Thanks for reply.

 

I found that Logitech Media Server was one of the largest folders at around 450MB, ClamAV was only slightly smaller (IIRC). I have been using the Super-Poussin version of LMS since the problems that happened when the OS was upgraded to 6.6.0 and I saw on another thread that this could have been causing a problem since it writes a lot of data to root (?). I tried uninstalling it and manually removing the associated folders that I could find, but only managed to get /dev/md0 down to 94% used. Uninstalling all of my remaining apps had no effect on this, so I decided that the only way I was going to be able to completely clear it out was a full factory reset and rebuild, (luckily I had updated my backup the day before!). The Volume is still resyncing, but I have re-installed LMS, (NAStools version from the repository this time), DVBLink, linux-dash and Transmission. I will activate the Anti-Virus after the volumes have re-synced as it seems to slow it down a lot.

Linux-dash is now showing:

 

Disk Usage
 
 
Filesystem Size Used Avail Use% Mounted
/dev/md03.7G484M3.0G14%/

 

I'll keep an eye on it to see if if uses significantly more over time.

 

Thanks again,

 

Paul

 

 

 

Model: RN214|4 BAY Desktop ReadyNAS Storage
Message 6 of 45
Paul608085
Tutor

Re: Strange Warning: Less than 5% of volume media's capacity is free.

The Volume has now synced and I have actvated the AntiVirus. Linux-dash now shows:

 

Filesystem Size Used Avail Use% Mounted

/dev/md03.7G620M2.9G18%/

 

I'll keep an eye on it to see if it fills up significantly over time.

 

Paul

 

 

Model: RN214|4 BAY Desktop ReadyNAS Storage
Message 7 of 45
ikonuk
Guide

Re: Strange Warning: Less than 5% of volume media's capacity is free.

Dear HyacintheJ:

 

I have started this thread. I checked my system following your instructions after rebooting my system once again (after 6.6.1 upgrade). I see now that everything is normal. I have 75% free space.

 

However, my system log contains two warning messages (right after the OS upgrade); one indicating 30% free space left and second indicating only 5% free space left.

 

I had installed or removed no application. I deleted from or added to no file to the OS partition. You may like to check the upgrade procedure. It may have created and not deleted properly tempoarary files until the second reboot somehow. I hope you find this inorfmation useful. Thank you again for your continued help, all Netgear folks.

 

I. Konuk

Model: RN102|ReadyNAS 100 Series
Message 8 of 45
StephenB
Guru

Re: Strange Warning: Less than 5% of volume media's capacity is free.


@ikonuk wrote:

 

However, my system log contains two warning messages (right after the OS upgrade); one indicating 30% free space left and second indicating only 5% free space left.

 

 

Are you seeing any warnings about the system or root volume in the log?

Message 9 of 45
Jommi
Tutor

Re: Strange Warning: Less than 5% of volume media's capacity is free.

Hello,

I have the same problem with capacity on RN10200 after FW upgrade to 6.6.1.

The overview page show 2,08TB free of 2,72TB

 

This is my Log. For the first time the system found viruses but i don't think this is the problem of my readynas

 

Thu Jan 19 2017 12:24:58 System: Set locale to en-us.
Thu Jan 19 2017 11:25:20 Backup: Saved backup job Backup Giornaliero.
Thu Jan 19 2017 10:57:01 Volume: Less than 10% of volume media's capacity is free. Performance on volume media is degraded. To improve performance, you must add capacity.
Thu Jan 19 2017 9:04:52 System: Antivirus scanner definition file was updated to 57.22913.
Thu Jan 19 2017 2:08:05 Backup: Successfully completed backup job Backup Giornaliero.
Thu Jan 19 2017 0:13:39 Snapshot: Snapshot prune worker successfully deleted snapshot 2016_12_22__00_00_05 from share or LUN Documenti.
Thu Jan 19 2017 0:13:28 Snapshot: Snapshot prune worker successfully deleted snapshot 2016_12_22__00_00_04 from share or LUN Backup.
Thu Jan 19 2017 0:00:15 Miscellaneous: Snapshot c_1484780413 was successfully created for share or LUN Documenti.
Thu Jan 19 2017 0:00:14 Miscellaneous: Snapshot c_1484780413 was successfully created for share or LUN Backup.
Wed Jan 18 2017 10:07:53 Volume: Less than 30% of volume media's capacity is free. NETGEAR recommends that you add capacity to maintain current performance levels. Continuous protection snapshots will be deleted when volume free space is less than 5%.
Wed Jan 18 2017 9:03:52 System: Antivirus scanner definition file was updated to 57.22912.
Wed Jan 18 2017 2:08:27 Backup: Successfully completed backup job Backup Giornaliero.
Wed Jan 18 2017 0:05:00 Snapshot: Snapshot prune worker successfully deleted snapshot 2016_12_21__00_00_27 from share or LUN Documenti.
Wed Jan 18 2017 0:04:49 Snapshot: Snapshot prune worker successfully deleted snapshot 2016_12_21__00_00_26 from share or LUN Backup.
Wed Jan 18 2017 0:00:05 Miscellaneous: Snapshot c_1484694003 was successfully created for share or LUN Documenti.
Wed Jan 18 2017 0:00:03 Miscellaneous: Snapshot c_1484694003 was successfully created for share or LUN Backup.
Tue Jan 17 2017 21:07:27 System: Antivirus scanner found a threat (Heuristics.Broken.Executable) in the file /tmp/clamav-b63c075873024cfdc82f9324c3b54843.tmp (deleted). Please delete the infected file soon if automatic delete setting is not enabled.
Tue Jan 17 2017 21:07:25 System: Antivirus scanner found a threat (Heuristics.Broken.Executable) in the file /tmp/clamav-803af997ac7819cc76de74371a78af0b.tmp (deleted). Please delete the infected file soon if automatic delete setting is not enabled.
Tue Jan 17 2017 21:07:24 System: Antivirus scanner found a threat (Heuristics.Broken.Executable) in the file /tmp/clamav-2bf56fc1d45156d9291dbbcba9c17d99.tmp (deleted). Please delete the infected file soon if automatic delete setting is not enabled.
Tue Jan 17 2017 21:07:19 System: Antivirus scanner found a threat (Heuristics.Broken.Executable) in the file /data/Documenti/Downloads/Total Commander/tcmd704a.exe (deleted). Please delete the infected file soon if automatic delete setting is not enabled.
---- OTHER VIRUS FOUND....
Tue Jan 17 2017 9:16:01 System: Antivirus scanner definition file was updated to 57.22907.
Tue Jan 17 2017 8:59:40 System: Firmware was upgraded to 6.6.1.
Tue Jan 17 2017 8:59:41 System: ReadyNASOS background service started.
Tue Jan 17 2017 8:56:39 System: The system is rebooting.
Message 10 of 45
ikonuk
Guide

Re: Strange Warning: Less than 5% of volume media's capacity is free.

No, I do not see any warnings at all since the incident and the warnings I got seem tnot to be about the system or root volume.

 

I am copying the segment of the relevant log FYI:

 

Sat Jan 14 2017 0:00:09 Miscellaneous: Snapshot c_1484370005 was successfully created for share or LUN Documents.
Sat Jan 14 2017 0:00:07 Miscellaneous: Snapshot c_1484370005 was successfully created for share or LUN Backup.
Fri Jan 13 2017 22:57:30 Volume: Less than 5% of volume media's capacity is free. Performance on volume media is degraded. To improve performance, you must add capacity.
Fri Jan 13 2017 22:49:22 Volume: Less than 30% of volume media's capacity is free. NETGEAR recommends that you add capacity to maintain current performance levels. Continuous protection snapshots will be deleted when volume free space is less than 5%.
Fri Jan 13 2017 15:15:41 System: Antivirus scanner definition file was updated to 57.22886.
Fri Jan 13 2017 0:03:45 Snapshot: Snapshot prune worker successfully deleted snapshot 2016_12_16__00_00_16 from share or LUN Videos.
Fri Jan 13 2017 0:03:23 Snapshot: Snapshot prune worker successfully deleted snapshot 2016_12_16__00_00_16 from share or LUN readydrop

Message 11 of 45
chrhei
Luminary

Re: Strange Warning: Less than 5% of volume media's capacity is free.

After having some trouble with this:

https://community.netgear.com/t5/Using-your-ReadyNAS/No-antivirus-updates-since-upgrade-to-6-6-1/td-...

 

Issue was fixed last night 18jan2017. This evening I've received some notifications from my RN202 that a virus was found:

System: Antivirus scanner found a threat (Eicar-Test-Signature) in the file ....... (several times)

The Eicar-Test-Virus was part of some documentation.

 

At the same time this issues started:

Thu Jan 19 2017 19:17:33
Volume: Less than 10% of volume media's capacity is free. Performance on volume media is degraded. To improve performance, you must add capacity.
Thu Jan 19 2017 19:07:27

Volume: Less than 30% of volume media's capacity is free. NETGEAR recommends that you add capacity to maintain current performance levels. Continuous protection snapshots will be deleted when volume free space is less than 5%.

 

Then I remebered this thread and strted reading. I found this from Jommi:

...

Tue Jan 17 2017 21:07:27 System: Antivirus scanner found a threat (Heuristics.Broken.Executable) in the file /tmp/clamav-b63c075873024cfdc82f9324c3b54843.tmp (deleted). Please delete the infected file soon if automatic delete setting is not enabled.
Tue Jan 17 2017 21:07:25 System: Antivirus scanner found a threat (Heuristics.Broken.Executable) in the file /tmp/clamav-803af997ac7819cc76de74371a78af0b.tmp (deleted). Please delete the infected file soon if automatic delete setting is not enabled.
Tue Jan 17 2017 21:07:24 System: Antivirus scanner found a threat (Heuristics.Broken.Executable) in the file /tmp/clamav-2bf56fc1d45156d9291dbbcba9c17d99.tmp (deleted). Please delete the infected file soon if automatic delete setting is not enabled.
Tue Jan 17 2017 21:07:19 System: Antivirus scanner found a threat (Heuristics.Broken.Executable) in the file /data/Documenti/Downloads/Total Commander/tcmd704a.exe (deleted). Please delete the infected file soon if automatic delete setting is not enabled.
---- 

OTHER VIRUS FOUND....

 

 

I have the feeling that the NEW Anti Virus concept introduced with Firmware 6.6.1 is causing this behaviour when ClamAV kicks in. Just guessing....

 

Regards,

 

Message 12 of 45
Paul608085
Tutor

Re: Strange Warning: Less than 5% of volume media's capacity is free.

"System: Antivirus scanner found a threat (Heuristics.Broken.Executable) in the file /tmp/clamav-"

 

So does this mean that Calm AntiVirus is itself being reported as a threat?

 

Paul

Model: RN214|4 BAY Desktop ReadyNAS Storage
Message 13 of 45
StephenB
Guru

Re: Strange Warning: Less than 5% of volume media's capacity is free.


@Paul608085 wrote:

 

So does this mean that Calm AntiVirus is itself being reported as a threat?

 


I suspect all four entries are about the same file -  /data/Documenti/Downloads/Total Commander/tcmd704a.exe

 

But I agree it is confusing, it would be good if Netgear chimed in.

Message 14 of 45
Paul608085
Tutor

Re: Strange Warning: Less than 5% of volume media's capacity is free.

Now that the AntiVirus extra features is no longer a stand alone app but part of the OS, how does one access the AV to do things like a virus scan etc. (Although I had AV activated previously, I never installed the extra app).

 

Paul

Model: RN214|4 BAY Desktop ReadyNAS Storage
Message 15 of 45
ikonuk
Guide

Re: Strange Warning: Less than 5% of volume media's capacity is free.

I think I found the problem. It always happens after or during the Virusscan definition updates. This is my latest log with the warning. 

 

I hope NETGEAR looks in to this urgently.

 

 

Sat Jan 21 2017 16:37:42 Volume: Less than 5% of volume media's capacity is free. Performance on volume media is degraded. To improve performance, you must add capacity.
Sat Jan 21 2017 11:27:40 System: Antivirus scanner definition file was updated to 57.22923.
Sat Jan 21 2017 10:51:49 Snapshot: Snapshot prune worker successfully deleted snapshot 2016_11_26__00_00_22 from share or LUN Videos.
Sat Jan 21 2017 10:51:41 Snapshot: Snapshot prune worker successfully deleted snapshot 2016_11_26__00_00_22 from share or LUN readydrop.
Sat Jan 21 2017 10:51:32 Snapshot: Snapshot prune worker successfully deleted snapshot 2016_11_26__00_00_22 from share or LUN Pictures.
Sat Jan 21
Model: RN102|ReadyNAS 100 Series
Message 16 of 45
FramerV
NETGEAR Employee Retired

Re: Strange Warning: Less than 5% of volume media's capacity is free.

Hi ikonuk

 

Based on the description of the issue that you have provided, I may need to check this with others who can probably assist you and get back to you as soon as possible.

 

Thanks for your cooperation!

 

 

Regards,

Message 17 of 45
ikonuk
Guide

Re: Strange Warning: Less than 5% of volume media's capacity is free.

Dear FramerV:

 

Thank you very much. I am glad I could be helpful.

 

I checked my logs again. Indeed, since the 6.6.1 OS upgrade, everytime virusscan definition is updated I have a "low Volume Media" message. No problem after that until the next definition update.

 

By the way, I have a very plain vanilla system with no applications installed and no major modifications on the system or the default options (few exceptions like disk spin down etc which should normally not effect the OS).

 

I am looking forward to working with NETGEAR to isolate and resolve the source of the problem.

 

I. Konuk

Model: RN102|ReadyNAS 100 Series
Message 18 of 45
rick_heinig
Aspirant

Re: Strange Warning: Less than 5% of volume media's capacity is free.

Hi, having yellow codes come up with low media capacity.  Todays codes pasted below.  Helpful information is that system is updated to 6.6.1 and perform USB backups to 2T Toshiba drive.  You can see that antivirus has been updated recently.  I'm having difficulty getting scans from our network printer/copier/scanner.  Is this related to the low media capacity errors?  How can I fix it?

NielsenNAS

Tue Jan 24 2017 10:27:14 Volume: Less than 10% of volume media's capacity is free. Performance on volume media is degraded. To improve performance, you must add capacity.
Tue Jan 24 2017 10:17:10 Volume: Less than 30% of volume media's capacity is free. NETGEAR recommends that you add capacity to maintain current performance levels. Continuous protection snapshots will be deleted when volume free space is less than 5%.
Tue Jan 24 2017 8:59:20 System: ReadyNASOS background service started.
Tue Jan 24 2017 8:59:16 System: ReadyNASOS service or process was restarted.
Tue Jan 24 2017 8:35:56 System: Antivirus scanner definition file was updated to 57.22941.
Tue Jan 24 2017 8:35:44 System: ReadyNASOS background service started.
Tue Jan 24 2017 8:35:42 System: External storage device connected.
Tue Jan 24 2017 8:31:31 System: The system is rebooting.
Tue Jan 24 2017 8:18:58 System: Host name was changed to NielsenNAS.
Tue Jan 24 2017 8:09:15 System: External storage device connected.
Tue Jan 24 2017 8:08:00 Volume: Less than 30% of volume media's capacity is free. NETGEAR recommends that you add capacity to maintain current performance levels. Continuous protection snapshots will be deleted when volume free space is less than 5%.
Model: RN10400|ReadyNAS 100 Series 4- Bay (Diskless)
Message 19 of 45
StephenB
Guru

Re: Strange Warning: Less than 5% of volume media's capacity is free.

Is the volume actually over 90% full?

 

If not: There's some indication from other posters that suggests the new AV might be misbehaving.  You might try turning it off for a day and see if the system behaves better.

Message 20 of 45
rick_heinig
Aspirant

Re: Strange Warning: Less than 5% of volume media's capacity is free.

Hi Steve, just under 2.38 TB available.  I can try shutting the system down overnight tonight.  However, I have unplugged it and replugged it in this morning...still got the low media capacity codes.

Message 21 of 45
ikonuk
Guide

Re: Strange Warning: Less than 5% of volume media's capacity is free.


@StephenB wrote:

Is the volume actually over 90% full?

 

If not: There's some indication from other posters that suggests the new AV might be misbehaving.  You might try turning it off for a day and see if the system behaves better.


StephenB:

 

I have received two definition updates (one yesterday and one this morning), so far so good. NETGEAR may have resolved the issue. Let us wait few days and see.

 

I. Konuk

Model: RN102|ReadyNAS 100 Series
Message 22 of 45
rick_heinig
Aspirant

Re: Strange Warning: Less than 5% of volume media's capacity is free.

Hi Konuk, is this message in my logs pertaining to the system updating my netgear?  "System: ReadyNASOS background service started"

Message 23 of 45
ikonuk
Guide

Re: Strange Warning: Less than 5% of volume media's capacity is free.


@rick_heinig wrote:

Hi Konuk, is this message in my logs pertaining to the system updating my netgear?  "System: ReadyNASOS background service started"


No my message to Steven was about the Warning Messages (5% Full Volume) after every Virusscan definition update. (Sorry if I caused any confusion.)

Message 24 of 45
chrhei
Luminary

Re: Strange Warning: Less than 5% of volume media's capacity is free.

After doing some research I found the following:

- The problem described in post#1 occurs only (at least for me) when clamav finds a virus (also a test virus)

- clamav is then creating some files within the /tmp folder

- /tmp should be excluded from scanning according /etc/clamav/clamd.conf, but it seems to fail for recursive directories according 'clamav.conf' man page.

 

Conclusion. NetGear kindly should review the clamav configuration files and the scanning behaviour.

Message 25 of 45
Top Contributors
Discussion stats
  • 44 replies
  • 6425 views
  • 2 kudos
  • 12 in conversation
Announcements