• 0 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: July 6th, 2023

help-circle





  • Enable file sharing over the network in windows, create a directory on the 3TB drive, and right click the folder in Windows and select Share. It will broadcast as an SMB share over the network, and you can use it’s UNC path to access it from Linux.

    In linux type $ mount -t cifs //YOURWINDOWSSHARE /mn and it will mount it as a network drive in linux that you can direct files to.