Mount a SAMBA share in Linux terminal
Submitted by egbert on Sat, 10/06/2018 - 07:39
Mount share on linux bash:
First create a mount point:
sudo mkdir /MOUNTPOINT
Then mount as follows:
sudo mount -t cifs -o user=USERNAME //IP_NUMBER/SHARENAME /MOUNTPOINT
- Read more about Mount a SAMBA share in Linux terminal
- Log in to post comments