On Monday 25 August 2014 13:46:12 André Somers wrote: > ???? ?????????? schreef op 25-8-2014 13:24: > > Can you provide an usecase why you need this feature? > > Sure. In our product, we support having the user choose where to put his > database. However, we only support doing that on a local file system, as > experience has shown us that using our database system on a network > drive is too unreliable and leads to database corruption. Therefore, we > need to detect the file system type when the user selects a location for > the database.
Do fuse filesystems count as local? Does it depend on what's on the other side of the fuse daemon? How about filesystem type, does it work on ntfs-3g, vfat, etc.? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
