Is there a way to mount a server to a drive letter in Windows? I know a compareable software called MacFusion. I really like the idea. and was wondering if anyone knows ways to do this type of thing in windows?
win-sshfs is capable of mounting a remote server's filesystem via SSH and mapping it to a drive letter. This is not for the faint of heart, though. There's almost no documentation (and I don't have time to write it :) ).
This is what I've been looking for.The solutions given did allow me to map to a web folder, but did not give me the drive letter. Having a web folder is only really a shortcut to FTP. I am unable to save changes to the web folder. I have to save them locally, then upload.
In this post I will explain how you can configure an NFS Server on a Windows 2016 Server and connect/mount the NFS exports on Linux clients, in my case I wanted to run a Linux virtual machine whist ensuring that the actual data resides on physical disks on my host machine ensuring that the data is automatically part of my nightly backup routine and did not need to run separate backup scripts on the VM(s).
In the past I used to run VMWare ESXi and hosted everything in their own virtual machine for better isolation and performance although since then, I had tested and was extremely happy with the performance of running virtual machines on top of Hyper-V and Windows Server so when I re-built my home server several months ago I decided to go down that route instead.
My home server has 1x SDD (500GB for the host operating system and local applications) in addition to 2x WD Red 4TB hard drives in a hardware RAID1 configuration, I periodically backup this array over my LAN to a Buffalo NAS device.
My plan is to install a new VM running Ubuntu Server 16.04 that will host an instance of NextCloud, this will provide me, my family and friends with a free alternative to DropBox with masses of space in addition to all the other cool things that NextCloud offer such as encrypted video calls and the like.
By setting up an NFS server on the host operating system, instead of provisioning this Linux VM with a massive virtual hard disk (and taking drive space away from the host OS) I have instead provisioned it with a single 20GB virtual hard drive and will then use NFS shares on my Windows Server to host the files on the physical disk and thus be automatically part of my backup routine and alleviate the need for using rsync or rsnapshot etc. on the VM and transferring it at regular intervals.
As you can see from the above screenshot, the permissions for this share are very restrictive by default, this is basically saying that for ALL MACHINES trying to access this share they WILL NOT be granted any access.
We can now jump back over to our Windows server and check our NFS server directory, we should see a file named test.txt and when we open it in Notepad, the contents should appear as follows:-
Sorry for posting an answer I can't comment yet. It sounds like a permissions error, I'd look up setting correct permissions for cifs. I had similar issues not being able to write to my shares when I set up my NAS using a raspberry pi. Try something along the lines of //your/server/ /your/mount/point cifs defaults,uid=username,gid=username,user=user,password=password,rw 0 0 obviously you can replace the username/password bit with you credentials. Also try sudo mount -t cifs //your/server /mount/point/ -o username=username to test mounting without having to reboot.
On a Windows 2008 R2 Server (Standard) I need to have a network drive mounted without having a specific user to log on to the machine first. Sort of like an NFS mount via fstab on Unix machines. The network drive will be a share via a BlackArmor (Seagate) appliance (which I presume runs Samba). The appliance can be a member of the domain if needed.
In situations like this where some crappy piece of code needs a user logged on to run (like Domino server, grumble) I've created a service account that's to always be logged in on a given server, and setup an auto-login script, so that the machine logs in the specified account on reboot automatically. I'd suggest that the easier, and more supportable solution to your problem would be to do the same, and have the drive mapped for that service account user by Group Policy or logon script.
Step two: Elevate again to root using PSExec.exe: Navigate to the folder containing SysinternalsSuite and execute the following command "psexec -i -s cmd.exe" you are now inside of a prompt that is "nt authority\system" and you can prove this by typing "whoami". The -i is needed because drive mappings need to interact with the user
WARNING: You can only remove this mapping the same way you created it, from the SYSTEM account. If you need to remove it, follow steps 1 and 2 but change the command on step 3 to: "net use z: /delete"
NOTE: The newly created mapped drive will now appear for ALL users of this system but they will see it displayed as "Disconnected Network Drive (Z:)". Do not let the name fool you. It may claim to be disconnected but it will work for everyone. That's how you can tell this hack is not supported by M$.
To get it working after a reboot, create a script just containing net use z: \servername\sharedfolder and set it to run on computer startup, per technet.microsoft.com/en-us/library/cc770556.aspx This will run as the SYSTEM account, so no need for psexec.
It should show as a disconnected drive and to automount it just create a startup script with step 5 in it. You will have to use steps 1 - 5 to delete the mapping just change 5 to reflectnet use x: /delete
Please someone help me, I bought an HPE Ultrium 8 unit in the USA and brought it to be used in Brazil on a Windows server externally with an HP smart array P822 controller, but I cannot mount the tapes on the unit using LTFS, the software HPE library and tape tools recognizes the LTO8 drive, but I cannot mount the tape drive.
You can try connecting it to a Linux machine and test it. LTT report about the drive condition is not good. So if the test on Linux machine turns out to be a failure. Then We suggest you to get this drive replaced ASAP as said this is a new drive. Log a call with the support team with the setial# and they can process a repalcement.
I have just finished relocating my DCE VM and a windows server VM (that i use as a portal server and backup location for DCE) from a workgroup where it was backing up happily, to our corperate domain vlan.
Both VM's are on the same new vlan with no firewalls in between and DCE now fails to mount the same share after i edit the existing backup schedule and update it with the new IP.
Nothing else has changed except IP's and the windows server is now joined to the domain.
I have found the solution.
In my environment when the server connected to the domain a local security policy changed the "Network security: LAN Manger authentication level" setting to "Send NTLMv2 responce only. Refuse LM & NTLM" when this happened all attemps were access denied.
You need to check if your backup user have correct permissions on your windows box. Permissions can change when you join computer to domain. Check both "Sharing" and "Security" tabs in folder properties.
Chad, try to replace "localhost" with actual domain name or server name. Else dig in security settings of your domain. Maybe some GPO blocks your connection. Check Windows Firewall rules, maybe its has been changed after joining machine to domain.
I ran into a similar issue where DCE wouldn't mount to a Windows share. My windows server had lots of Event ID 2017 errors (The server was unable to allocate from the system nonpaged pool because the server reached the configured limit for nonpaged pool allocations) in the systems logs that would occur whenever I tried to mount the share. So after researching the error I discovered that I needed to edit two registry keys as noted in the links I provided below. Since editing them I have been able to successfully mount to the Windows Share and perform full backups again.
Hi Chad, Have you slove your problem via this solution? I have the same issue with you, I check my "local group policy editor", same with yours. I just want to know how to change it ? must by network administrator? Thanks!
Hi Brenda, I didn't end up changing the GP, the latest DCE version added an option to address this NTLM issue. However I think i'm still getting this issue with DCO when mounting the remote share... I still need to look into the logs.
I am having similar difficulty mounting a share - which previously mounted properly. Attempting to download the logs as suggested in the comments. Prompted for credentials and unable to hit on which ones are expected.
I am trying to mount (connect to) folders on my company server, at boot and have the user name & password handled by the credentials file so that I can open & save files as easily as if it was a local file. I have if you have read the post last year, tried just about everything, except moving the server into my office and using it as a box.
Opened Terminal in Super User mode kwrite /etc/fstab Added ther line below /etc/fstab. Saved & closed fstab opened a new file in kwrite wrote username=WorldTextingFederations (You get the idea) the next line is password=yeahsureyoubetcha Then saved the file in /etc as .creds Next I closed kwrite and exited Terminal
Please use CODE tags around your computer text parts of your posts: -new-users/advanced-how-faq-read-only/451526-posting-code-tags-guide.html
Preferable inclusing the prompt and the command you used to get the output you post.
I did not post the following in my post above, because I stopt reading your post after I found out that it wouild took me time to unravel the puzzle of mixed story/computer text. But I now feel that I have to make a few remarks.
d3342ee215