You just gotta think different
You just gotta think different


You just gotta think different
You're viewing a single thread.
Windows: ☠️
I mean, if your server is using samba to share: net use * homeserver\share {password} /user: {username} /persistent: yes /savecreds
Windows terminal commands are an abomination before the site of the LORD.
They were wise enough to include a mount alias though so if you pretend you're on Linux it'll work well enough.
No idea if it supports SMB or ssh though, but it works with NFS
undefined
mount -t nfs3 server:/srv/nfs/exporteddir E:
Mounts an NFS export to the E drive.
You can even bypass all that and just mount it in the Explorer GUI.
It's pretty easy. Just right mouse click the network and Map Network Drive. Follow prompts. Success
Windows does not have native SSHFS support
It doesn't need it. All NAS systems have samba on by default.
Not everything is prebuilt NAS.
@jaschen @SpaceNoodle or some unknown error only disappearing after reboot (especially with winsshfs/winfsp-like drivers)
Just use samba.
I've used this in the past (on the client side) https://github.com/winfsp/sshfs-win
Works just as seamless as on Linux, has amazing GUI options too.