Disk full: Difference between revisions

From DISI
Jump to navigation Jump to search
(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]]")
 
No edit summary
Line 3: Line 3:
  sudo /usr/sbin/repquota /raid1 | sort -nk3
  sudo /usr/sbin/repquota /raid1 | sort -nk3


[{Category:Internal]]
[[Category:Sysadmin]]

Revision as of 03:18, 14 February 2014

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