On May 19, 2006, at 12:43 AM, Alex Young wrote: > Dave Burt wrote: > > On unices, I think this does the trick: > > $ df -h `mount | grep '^/dev' | cut -f 3 -d ' '` > > Works on Linux and OS X, certainly - I don't have any other BSDs to > check. It should work on most modern *nix systems, but `df -h` isn't available on Solaris 8 and older. Incidentally, this was one of my favorite changes in Solaris 9. Paul Knight