Home » Tips » Page 5

Tips

SCSI Speeds

A good reference to the various speeds of various types of SCSI.
http://www.ice.mtu.edu/~jamyles/references/speeds.html

No Comments »

NFS Locks

A good article on Diagnosing NFS lock hangs
http://www.unix.org.ua/orelly/networking_2ndEd/nfs/ch11_03.htm

No Comments »

Useful trick when lsof is not present

ps -o pid,ppid,rss,args -p “$(fuser / 2>/dev/null)”
processes with open files for root fs

No Comments »