-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mount point as a folder works weirdly #29
Comments
Does it work if you use an existing but empty folder? That's how NTFS folder mounting works normally. |
Seems to be "upstream" misfeature - dokan-dev/dokany#317 - at least w.r.t. apps being notified on drive letters added/removed.
Tried it with yasfw, also tried escapings: What bugs me is that yasfw shows different output, thus slightly different behaviour. So it is not sole issue of Dokany core, there is something about it inside yasfw too. But |
offtopic... Turns out, mere mount is not enough.... Git needs chmod/chown. Maye just pretend stub "it's ok" without actual function... BTW, what is your personal choice of Rust dev environment. OS, IDE/editor, something more ? |
echo {password}| yasfw -r -c --server {IP} --user root --mount-point D:\temp\ssh_test -C /vz/private/{something}
In this case
d:\temp
did exist butd:\temp\ssh_test
did not. This seems irrelevant though, as i tried a totally lunaticw:\xxx
and nothing seemed ot change.No warnings givens, however
Normal mounting exit shows
"Folder mounting" however missed two last lines (unmounted and exiting" at all.
Windows NT provides for filesystems being mounted both as folders and as drive names. If possible it would be nice to have it in yafsw too. If not (or until not) it would be nice to both document that only disk letters are accepted, and to actually check
--mount-point
value soundness (it is drive letter, it is not mounted already, UNC drive path? non-ASCII drive letter?)The text was updated successfully, but these errors were encountered: