Roger Pack <rogerdpack2 / gmail.com> wrote: > I've used this method on Java File objects, and think it might be > convenient sometime... > > getTotalSpace() > getUsableSpace() > getFreeSpace() > > Something like that might be swell for ruby. Hi Roger, The sys-filesystem gem provides access to the statvfs(2) syscall and works great in my limited experience with it. -- Eric Wong