Daniel-Abrecht / fuse-nfs-crossbuild-scripts

fuse-nfs for windows using dokany
MIT License
41 stars 5 forks source link

Simulate Local Disk #4

Closed c0dyhi11 closed 3 years ago

c0dyhi11 commented 3 years ago

Hello,

I'm wondering if there is a way to simulate a local disk on an NFS share rather than making it think this is a removable or shared disk.

My use case is to backup this disk using software that disallows NAS mounts.

If I use dokan to mirror this NFS share to another drive it seems to work for a while but then the dokan mirror executable fails.

Since Dokan's mirror.exe can fool the software into thinking the disk is a local one. I figured this same way of mounting the disk could be done with fuse-nfs since it uses Donkan under the covers.

If this is something you are not interested in... That's fine. I understand.

Thank you, Cody Hill

c0dyhi11 commented 3 years ago

Wow.. I just noticed Issue: #3 I downloaded the release master/master and everything worked! Thanks