-
-
Log in to to your instance and update repositories: sudo apt update
-
Install Samba: sudo install samba -y
-
Edit the Samba configuration file: sudo vi /etc/samba/smb.conf
-
Append the following lines to your smb.conf file and adjust them to your setup and save it.
-
Define a new Samba share password for the user: sudo smbpasswd -a <username>
-
You may create a "transfer" user that will be only used for Samba share in the future. Make sure the "transfer" user has permission to read/write the Samba share.
-
Restart Samba share service with the updated configuration: sudo systemctl restart smbd.service
-
-
-
Log in to the Support PC with your CORE credentials.
-
Open Windows Explorer -> select Computer menu -> Map network drive
-
For the shared folder use the IP address of your instance and the [sharename] your defined in in the smb.conf file in the previous step. E.g.: \\172.23.7.69\raw_data
-
Tick both check boxes.
-
Click Finish.
-
Enter your Samba share credentials. Username and password were defined in the previous step (sudo sambapasswd -a <username>).
-
-
-
Run the automated transfer script in Powershell, to move your micrograph to you storage.
-
Right click to ZMB_transfer.ps1 -> Run with PowerShell
-
Follow the instructions on the screen.
-
Almost done!
Finish Line