MrPig91 / PSChiaPlotter

A repo for powershell module that helps Chia Plotting
MIT License
181 stars 47 forks source link

the final drivers can't use mapping driver #70

Closed tiyo closed 3 years ago

tiyo commented 3 years ago

?

MrPig91 commented 3 years ago

Can you expand on this, I am not 100% sure what you mean exactly.

tiyo commented 3 years ago

Can you expand on this, I am not 100% sure what you mean exactly.

Unable to use network driver

moonpo commented 3 years ago

We cannot use neither a shared drive like \192.168.10.XX\ will be good if we can input it manually

MrPig91 commented 3 years ago

Network drives should be available, I do plan to add a manual way to input it in a future update though. Another person had a similar issue, but was able to resolve with the following command net use O: \server\share Except, use your driveletter and server. Was mentioned in a closed issue. vhttps://github.com/MrPig91/PSChiaPlotter/issues/63

tiyo commented 3 years ago

Network drives should be available, I do plan to add a manual way to input it in a future update though. Another person had a similar issue, but was able to resolve with the following command net use O: \server\share Except, use your driveletter and server. Was mentioned in a closed issue. vhttps://github.com//issues/63

thx