• Sundray@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    19
    arrow-down
    1
    ·
    13 days ago

    I mean, if your server is using samba to share: net use * \homeserver\share {password} /user: {username} /persistent: yes /savecreds

    • FauxLiving@lemmy.world
      link
      fedilink
      arrow-up
      13
      ·
      12 days ago

      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

      mount -t nfs3 server:/srv/nfs/exporteddir E:
      

      Mounts an NFS export to the E drive.