Skip to content
#

filesystem-library

Here are 68 public repositories matching this topic...

dokany
DDoSolitary
DDoSolitary commented Apr 10, 2020

I was a bit confused about the "delete on close" semantics on Windows and did some experiments on it. The result indicates that Dokan's current API doesn't accurately reflect its semantics.

  • If I call NtCreateFile on a file with DELETE permission and with the FILE_DELETE_ON_CLOSE flag set (let's call it h1)
    • If there's no other open handles, the file will be deleted once h1 g
Harvie
Harvie commented Feb 12, 2017

When you call eg. "lscp" without specifiing device it does look in /proc/mounts for first nilfs device and use this. But i think it should not just take first device. It should check wheter the current working directory is inside a NILFS mount and use according device. Also it should work if i specify directory instead of device. eg. lscp /mnt/nilfs.

BTW there is nilfs2 plugin for thunar that

Improve this page

Add a description, image, and links to the filesystem-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the filesystem-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.