This way I could edit any files I needed to with accessible software and not have to constantly use SCP to send files back and fourth. It is now abandonware, so it's no longer maintained and not available on the Novell website , but it's free to use. I found quite a few available to download by searching for "netdrive.
And they made it free for personal use:. If it works as expected and advertised, it would do exactly what you are looking for. This is not a 'Dokany' or 'dokan' based solution which from experiance seems more stable and performant, also see WinFsp Performance Testing.
It is a virtual file system you can run on your linux machine that will allow you to mount folders on your linux machine in windows using SMB.
You need to mount a remote share on your windows machine. What you'll be doing is turning your Linux box into an SMB server, which lets it share files in a way that plays nice with Windows. If you're not on the same network, you'll need to tunnel this through your SSH connection which may not be worth the effort. I don't think you can mount a Linux folder as a network drive under windows having only access to ssh.
I can suggest you to use WinSCP that allows you to transfer file through ssh and it's free. Second David's answer below: I needed to mount a network drive automatically when users logged in. The solution I'm trialling now involves adding a virtual network adapter with file sharing disabled , using plink to open a tunnel via the new adapter to the remote machine running SAMBA, and mounting the network drive against the new adapter. The tunnel and network drive can be set up with a login script, so a few seconds after login users can use the mapped drive without needing to take any action.
Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. Asked 13 years ago. Active 3 years, 3 months ago. Viewed k times. Improve this question. Michael Haren Jared Jared Do you have root access or some other means to install software on the linux box? A small Linux VM with shared folder would do at least ubuntu Add a comment.
Select manufacturer "Microsoft" and then adapter "Microsoft Loopback Adapter". Click Next until finished. Open Properties for your loopback adapter. The checkbox for Internet Protocol Version 4 must remain enabled.
Select Internet Protocol Version 4. Click Properties. Select Use the following IP address. Enter a private IP address such as Enter subnet mask Deselect Automatic metric and enter as Interface metric.
Name the task as you prefer, e. In the Trigger tab, select "When I log on". In the Action tab, select "Start a program". Enter "start smb" under Arguments.
Before clicking Finish, select the checkbox Open the Properties dialog. Click Finish and the task Properties window will show up. Select Run whether user is logged on or not. Then, select Do not store password.
Select Run with highest privileges. Go to the Triggers tab, and right click to edit the At log on trigger. In the Edit Trigger window, change the setting Specific user or group to Any user.
In the Conditions tab, make sure that the option Start the task only if the computer is on AC power is not set. Execute: netstat -an find "" You should see an entry such as: TCP You can now set up your SSH client to forward local port on interface Older Windows Platforms On Windows versions prior to Windows Vista, you can forward file shares over an SSH connection by forwarding connections on port on the sharing-consumer machine via SSH to the sharing-provider machine.
The exact setup differs depending on the version of Windows on the sharing-consumer machine: Windows configure the SSH client to listen on interface This is all that is necessary.
Windows XP: same as for Windows , but before using the forwarded share, the local client's Windows file sharing server needs to be stopped via 'net stop server'. Step-by-step instructions Follow these steps if you wish to get quickly up and started with Windows file sharing over SSH. On the server machine: the file-sharing provider Install Bitvise SSH Server on the server - the machine that has the resources you wish to access with Windows file sharing.
You may wish to make changes to the default SSH Server configuration later on, to restrict what SSH features are accessible to remote users. Apart from installing the SSH Server, the only thing you need to do on the server is ensure that there is a Windows account which you can use to log on locally, and which you are comfortable using through Bitvise SSH Client and Server.
If such an account does not yet exist, create one and use it to log on for the first time through the local Windows console to make sure all settings for the new account are initialized. On the client machine: If the client is running Windows XP or and you wish to retain the ability to share the client's resources, install and configure the Microsoft Loopback Adapter. Just a regular SFTP client like FileZilla would work, but I'd prefer not to have to manually transfer the file s over for compilation every time I make a change, so something that mounts it as a local volume is preferred.
Another solution is to use MindTerm along with NetDrive both have free home versions :. There you have it! Sign up to join this community. The best answers are voted up and rise to the top. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams?
Learn more. Asked 12 years, 2 months ago. Active 5 years, 8 months ago. Viewed k times. Improve this question. Community Bot 1. Adrian Petrescu Adrian Petrescu 3, 2 2 gold badges 23 23 silver badges 23 23 bronze badges.
0コメント