Main INDEX
Monthly INDEX
PREV
NEXT
Make New Entry,
Make Followup Entry
User name Ole Hansen
Log entry time 17:54:37 on February20,2009
Entry number 262352
keyword=/adaqfs/home full - cleanup
/adaqfs/home is 100% full, and data taking fails. (At least the run start/stop scripts stop working). Cleaning up....
find /adaqfs/home/adaq -name "*.root" -atime +14 -size +50M -exec rm -fv {} \;
deletes all *.root files last accessed 14 or more days ago larger than 50MB.
Don't say I didn't tell you NOT to write root files to /adaqfs/home.