☰ Categories

Linux: samba command line options for remote connectivity

Nautalus:
smb://<servername>/<sharename>/

Terminal:
For sftp style connectivity:
smb://<servername>/<sharename>/

Mount a remote samba drive to your locally created mount directory:
mount -t smbfs -o username=<username> //<servername>/<sharename> /mnt/point/