NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
iCone
Sep 02, 2014Aspirant
/dev/md0 at 100%
Hi, While moving big files my Readynas' /dev/md0 got full, the unit is functional but want to know how can that be either cleaned up or at least reduce it's size. Filesystem 1K-blocks...
StephenB
Sep 02, 2014Guru - Experienced User
find . -type f -size +1024 -printf "%s:%h%f\n"
will find all files >= 1 MB in the current folder and its subfolders.
Changing the 1024 to a different value will change the threshold (1024 == 1024 KiB)
Related Content
NETGEAR Academy

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