1.

Solve : How to mount local folder as drive??

Answer» <html><body><p>Hi!<br/><br/>I tried to mount local folder as drive and it requires network location only.<br/>So, I tried to use webbrowser format like when is local file opened in browser:<br/><br/>file:///F:/VirtualBox/Shared/<br/><br/>Not success - location not found.<br/><br/>I know that any command in command line exist to do it, but don't remember which and if is possible to mount local folder.<br/><br/>So, Q is <a href="https://interviewquestions.tuteehub.com/tag/simple-1208262" style="font-weight:bold;" target="_blank" title="Click to know more about SIMPLE">SIMPLE</a>: How to mount local folder as drive?<br/><br/>Thank you for help.<br/>Miro1. subst Q: D:\Freebasic<br/><br/>Now folder F:\Freebasic also appears as drive Q:<br/>Will not persist after <a href="https://interviewquestions.tuteehub.com/tag/reboot-1179238" style="font-weight:bold;" target="_blank" title="Click to know more about REBOOT">REBOOT</a> unless you put it in a batch file in your Startup folder. May not be <a href="https://interviewquestions.tuteehub.com/tag/useful-1441152" style="font-weight:bold;" target="_blank" title="Click to know more about USEFUL">USEFUL</a> if you need to <a href="https://interviewquestions.tuteehub.com/tag/access-846773" style="font-weight:bold;" target="_blank" title="Click to know more about ACCESS">ACCESS</a> the drive letter during boot.<br/><br/>2. Windows 10<br/><br/>Right click folder you wish to share<br/>Click "Give Access to"<br/>Click "Advanced Sharing" menu item<br/>Click Advanced Sharing button<br/>Check Share This Folder checkbox<br/>Edit share name if needed<br/>Click OK<br/>Copy Network Path<br/><br/>Open Windows Explorer in This PC<br/>Select Manage<br/>click Map Network Drive<br/>Select spare letter<br/>Paste Network Path<br/>click reconnect at logon (if you want it to)<br/> Quote from: <a href="https://interviewquestions.tuteehub.com/tag/salmon-1193794" style="font-weight:bold;" target="_blank" title="Click to know more about SALMON">SALMON</a> Trout on November 13, 2018, 01:48:50 PM</p><blockquote>1. subst Q: D:\Freebasic<br/><br/>Now folder F:\Freebasic also appears as drive Q:<br/>Will not persist after reboot unless you put it in a batch file in your Startup folder. May not be useful if you need to access the drive letter during boot.<br/><br/>2. Windows 10<br/><br/>Right click folder you wish to share<br/>Click "Give Access to"<br/>Click "Advanced Sharing" menu item<br/>Click Advanced Sharing button<br/>Check Share This Folder checkbox<br/>Edit share name if needed<br/>Click OK<br/>Copy Network Path<br/><br/>Open Windows Explorer in This PC<br/>Select Manage<br/>click Map Network Drive<br/>Select spare letter<br/>Paste Network Path<br/>click reconnect at logon (if you want it to)<br/></blockquote> <br/>Thank you, that saved me I thought I can't make it.I made an error above.<br/><br/> Quote<blockquote>1. subst Q: D:\Freebasic<br/><br/>Now folder F:\Freebasic also appears as drive Q: </blockquote> <br/>Of course I meant "now folder D:\Freebasic also appears as drive Q: "Thank you!<br/><br/>That typing error was ok, I understand this, no problem.<br/><br/>Thank you very much.<br/>Miro Quote from: myyskie on November 14, 2018, 02:27:16 AM<blockquote>Thank you, that saved me I thought I can't make it.<br/></blockquote> <br/>Thank goodness you saved this guy too...<br/>Where did that come from ? ?</body></html>


Discussion

No Comment Found