[Development] QStorageInfo
Martin Sandsmark
martin.sandsmark at kde.org
Mon Aug 25 17:32:33 CEST 2014
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
More information about the Development
mailing list