On Wed, Apr 25, 2012 at 2:49 PM, Kevin Chadwick <[email protected]> wrote: > On a side note should pacman be using /proc/mounts for Checkspace > rather than /etc/mtab.
1) We don't reference a filename at all in the code, we use "standardized" functions to access this 2) On your Arch machine, /etc/mtab is a symlink to /proc/self/mounts already So I'm not quite sure what your plan of action is here. -Dan
