Jan Stary <h...@stare.cz> wrote:
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)?

As long as you dont't tell us what you'd like to do:

man find
find -fstype local

--
No Swen today, my love has gone away
My mailbox stands for lorn, a symbol of the dawn

Reply via email to