This is probably trivial, but what is the most elegant way to find out
which of the currently mounted filesystems are local, ie. mounted
off a local disk? A simple

        mount | grep ' (local'

works for me, but is there a better way
(besides mount -t and listing the 'local' FS types)?

        Jan

Reply via email to