Disk full

From DISI
Revision as of 17:17, 30 January 2014 by Frodo (talk | contribs) (Created page with "if the disk is full, here is how you find out who the major culprits are (example here is /raid1) sudo /usr/sbin/repquota /raid1 | sort -nk3 [{Category:Internal]]")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

if the disk is full, here is how you find out who the major culprits are (example here is /raid1)

sudo /usr/sbin/repquota /raid1 | sort -nk3

[{Category:Internal]]