renzev@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 months agoYou just gotta think differentlemmy.worldexternal-linkmessage-square198fedilinkarrow-up11.16Karrow-down172
arrow-up11.09Karrow-down1external-linkYou just gotta think differentlemmy.worldrenzev@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 months agomessage-square198fedilink
minus-squareSundray@lemmy.sdf.orglinkfedilinkEnglisharrow-up19arrow-down1·2 months agoI mean, if your server is using samba to share: net use * \homeserver\share {password} /user: {username} /persistent: yes /savecreds
minus-squareFauxLiving@lemmy.worldlinkfedilinkarrow-up13·2 months 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-up4·2 months agoYou can even bypass all that and just mount it in the Explorer GUI.
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.