Enable SAMBA Share (Single ORG SMA)
- Click Settings | Security Settings
- Locate the section Samba
- Check the box to Enable file sharing
- Set the password
- Click Save and Restart Services
- Confirm that services will restart
- Services will restart
Enable SAMBA Share (ORG enabled SMA)
- Log into the System UI
- Go to Settings | Security Settings
- Locate the section Samba
- Check the box to Enable organization file shares
- Click Save and Restart Services
- Confirm that services will restart (Click Yes)
- Services will restart
- Log over to each desired ORG that needs Samba enabled
- Go to Settings | General Settings
- Locate the section Samba Share Settings
- Check the box to Enable File Sharing
- Set the password
- Click Save
Mapping a drive via Windows 10:
- Open Windows File Explorer
- Click on Computer
- Click Map Network Drive at the top
- Select your Drive Letter
- Use the following for folder: \\IporHostnameofSMA\clientdrop
- Leave Reconnect at signin checked
- Click Finish
- Add credentials (user = admin and password was set above while enabling Samba)
Mapping a drive via Command Line:
- Open Command Line. Type net use * \\IporHostnameofSMA\clientdrop /user:admin .
- If that fails the try three commands in order to delete old entries and recreate a new one:
net use \\k1000\clientdrop /delete net use \\k1000\client /delete net use K: \\k1000\clientdrop /user:admin
Where K: is the letter you want to map for the share.