On Monday 25. August 2014 08.09.15 Thiago Macieira wrote:
> Do fuse filesystems count as local? Does it depend on what's on the other
> side of the fuse daemon?

fuse exposes what has been mounted from where. fuse isn't very special, it 
just puts the translation code in userspace.

the simplest way to check if a file system is remote on linux is probably to 
just check for ':' in the device string.

-- 
Martin Sandsmark
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to