Replies: 5 comments 4 replies
-
i think your problem is not related to the version, but to the user. the reason you are not getting 0.53 with npm is that it is still in beta version, but you can do it with |
Beta Was this translation helpful? Give feedback.
-
Thank you for reply, I changed account with administrator privilege to start windows services, same problem I cannot see the network drive, I don't know if thre is solution to solve my problem. |
Beta Was this translation helpful? Give feedback.
-
This might be related https://woshub.com/how-to-access-mapped-network-drives-from-the-elevated-apps/ |
Beta Was this translation helpful? Give feedback.
-
Thank you for the link. I can access to X:\ with command >dir x: without restriction, I added EnableLinkedConnections in the registry as mentionned but no change, I cannot see the network drive. |
Beta Was this translation helpful? Give feedback.
-
anyway, if you google for it, you find it is a known problem, of Windows services in general |
Beta Was this translation helpful? Give feedback.
-
Hello,
If I run hfs.exe directly from my folder c:\hfs release is 0.53.0 rc16 and from http://localhost/~/admin/#/fs I can access to C: drive but also the network drive like Z: and X:
But if I try to install hfs as windows service with the following command:
run npm -g i hfs
run npx qckwinsvc2 install name="HFS" description="HFS" path="%APPDATA%\npm\node_modules\hfs\src\index.js" args="--cwd %HOMEPATH%.hfs" now
When I open the console http://localhost/~/admin/#/f I can see only C: drive but not the shared drive like Z: and X:, someone have and idea why I cannot see shared drive (Z: & X;)?
Other thing, there is a difference between the release, hfs.exe on c:\hfs is release is 0.53.0 rc16 but If I use the procedure above (run npm -g i hfs) release is 0.52.9, I don't know if the difference between these two release can explain my problem with network drive not avalaible? or maybe it's an another problem?
My goal it's to use hfs as windows and access to my network drive, I hope that it's possible.
Thank you in advance for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions