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
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
  sudo /usr/sbin/repquota /raid1 | sort -nk3
  sudo /usr/sbin/repquota /raid1 | sort -nk3


[{Category:Internal]]
 
If you need just a little more space, you can flush out yum's package cache with:
yum clean packages
 
 
[[Category:Sysadmin]]

Latest revision as of 20:44, 28 July 2016

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


If you need just a little more space, you can flush out yum's package cache with:

yum clean packages