Is there a way to programmatically determine the type(/name) of the underlying file system? The file system in this case can be a parallel file system like lustre/pvfs. So I need to query this name, and not the name of the underlying file system like ext3.
Thank you.
What is the
f_typefield from thestatfs()function giving you?