in reply to
follow up to "http://www.perlmonks.org/?node_id=101209" NFS stuff
The
statfs
system call might work for you. Under Linux the
f_type
encodes the type of file system. See the following links for more details:
statfs man page:
http://www.linuxmanpages.com/man2/statfs.2.php
Example of how to call
statfs
from perl:
Yet another example: statfs
Comment on
Re: follow up to "http://www.perlmonks.org/?node_id=101209" NFS stuff
Select
or
Download
Code
In Section
Seekers of Perl Wisdom