renzev@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 months agoYou just gotta think differentlemmy.worldimagemessage-square106linkfedilinkarrow-up1105arrow-down17
arrow-up198arrow-down1imageYou just gotta think differentlemmy.worldrenzev@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 months agomessage-square106linkfedilink
minus-squareSundray@lemmy.sdf.orglinkfedilinkEnglisharrow-up1·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-up1·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.
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.