MollenOS
dokany
MollenOS | dokany | |
---|---|---|
1 | 14 | |
447 | 5,273 | |
- | 1.0% | |
0.0 | 7.7 | |
6 months ago | about 1 month ago | |
C | C | |
GNU General Public License v3.0 only | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
MollenOS
dokany
-
Projected File System
It's not really the same though. A Projected File System copies the files from the backing store to somewhere on the local file system when requested and then performs IO normally on the local files.
For an actual implementation of userspace filesystems on Windows see dokany: https://github.com/dokan-dev/dokany
-
Tutorial fo unlimited backup solution in these trying times with Backblaze, Raidrive and Dokany
Now that you are inside the Mirror folder with cmd, let’s start the Mirror function to attach a NAS or cloud folder as a local disk in order to get recognized by the BB client and be backed up. Write something like (read the dokany documentation for more details here): mirror.exe /r x:\ /l m , where x:\ should be the letter of the folder attached with Raidrive and m:\ the letter you want to assign to the new local disk.
-
Ask HN: What are some good resources for learning about low level disk/file IO?
I lead a project that included shipping a filesystem driver and a virtual disk on Windows.
What I did to learn the lower-level APIs, and perform initial testing on the driver, was write a "mirror" drive. The user-mode code pointed to a folder on disk, the driver made a virtual disk drive, and all reads and writes in the virtual disk drive went to the mirror folder.
On Windows, you can implement something like that using Dokany, Dokan, or Winfsp. On linux, there's the Fuse API. On Mac, there's MacFUSE.
Even if you don't do a "mirror" drive, understanding the callbacks that libraries like Dokany, Dokan, Winfsp, and Fuse do helps you understand how IO happens in the driver. Many IO methods provided in popular languages provide abstractions above what the OS does. (For example, the Windows kernel has no concept of the "Stream" that's in your C# program. The "Stream"'s Position property is purely a construct within the .Net framework.)
https://dokan-dev.github.io/
https://github.com/dokan-dev/dokany
https://osxfuse.github.io/
Another place to start is the OS's documentation itself. For example, you can start with Window's CreateFileA function. This typically is what gets called "under the hood" in most programming languages when you open or create a file: https://learn.microsoft.com/en-us/windows/win32/api/fileapi/...
-
Add USB connected phone as video source
You'll need this ressource installed in 1.X version to make it work : https://github.com/dokan-dev/dokany
-
Cheapest Way to Backup 40TB to Backblaze
Potentially no need to buy any hardware https://github.com/dokan-dev/dokany/wiki/Use-Mirror-example
- using back blaze personal? backing up nas?
- Error when trying to unlock any vault
- User mode file system library for windows with FUSE Wrapper
-
Cryptomator and Windows 11 - Experiences?
Yeah, I had an issue and had to downgrade the Dokan Library. I downloaded from here.
- ceph-dokan mount issues. Looking for the right place to ask questions.
What are some alternatives?
charlex-os - CharleX is a simple operating system. The kernel is written in C. I am still working on the source code to improve the kernel with many new features. My goal is to create a free, open-source operating system similar to Linux and FreeBSD.
winfsp - Windows File System Proxy - FUSE for Windows
fusion - Fusion, x86 Hobby & Unique /s operating system project.
Cryptomator - Cryptomator for Windows, macOS, and Linux: Secure client-side encryption for your cloud storage, ensuring privacy and control over your data.
picotcp - PicoTCP is a free TCP/IP stack implementation
reactos - A free Windows-compatible Operating System
limine - x86/x86_64 BIOS/UEFI Bootloader.
fuse-overlayfs - FUSE implementation for overlayfs
htestu - Library for testing Haskell PRNGs for correctness using TestU01 suite
udmabuf - User space mappable dma buffer device driver for Linux.
ifuse - A fuse filesystem to access the contents of iOS devices