renzev@lemmy.world to linuxmemes@lemmy.worldEnglish · 23 days agoYou just gotta think differentlemmy.worldexternal-linkmessage-square176fedilinkarrow-up140
arrow-up140external-linkYou just gotta think differentlemmy.worldrenzev@lemmy.world to linuxmemes@lemmy.worldEnglish · 23 days agomessage-square176fedilink
minus-squarejaschen@lemm.eelinkfedilinkarrow-up0·23 days agoIt’s pretty easy. Just right mouse click the network and Map Network Drive. Follow prompts. Success
minus-squaremittorn@masturbated.onelinkfedilinkarrow-up0·23 days ago@jaschen @SpaceNoodle or some unknown error only disappearing after reboot (especially with winsshfs/winfsp-like drivers)
minus-squareSpaceNoodle@lemmy.worldlinkfedilinkarrow-up0·23 days agoWindows does not have native SSHFS support
minus-squarejaschen@lemm.eelinkfedilinkarrow-up0·23 days agoIt doesn’t need it. All NAS systems have samba on by default.
minus-squareSpaceNoodle@lemmy.worldlinkfedilinkarrow-up0·edit-223 days agoNot everything is prebuilt NAS.
minus-squareSundray@lemmy.sdf.orglinkfedilinkEnglisharrow-up0·23 days agoI mean, if your server is using samba to share: net use * \homeserver\share {password} /user: {username} /persistent: yes /savecreds
minus-squareFauxLiving@lemmy.worldlinkfedilinkarrow-up0·23 days agoWindows 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 mount -t nfs3 server:/srv/nfs/exporteddir E: Mounts an NFS export to the E drive.
minus-squareTaiCrunch@sh.itjust.workslinkfedilinkEnglisharrow-up0·23 days agoYou can even bypass all that and just mount it in the Explorer GUI.
minus-squareCommanderCloon@lemmy.mllinkfedilinkarrow-up0·edit-223 days agoI’ve used this in the past (on the client side) https://github.com/winfsp/sshfs-win
Windows: ☠️
It’s pretty easy. Just right mouse click the network and Map Network Drive. Follow prompts. Success
@jaschen @SpaceNoodle or some unknown error only disappearing after reboot (especially with winsshfs/winfsp-like drivers)
Just use samba.
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.
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
Mounts an NFS export to the E drive.
You can even bypass all that and just mount it in the Explorer GUI.
I’ve used this in the past (on the client side) https://github.com/winfsp/sshfs-win