Use username of the remote share. You’ll be prompted for the password for the remote user:
mount -t cifs -o user=username //ip_address_of_remote_server/sharename /local_mount_point
Articles, notes and random thoughts on Software Development and Technology
Use username of the remote share. You’ll be prompted for the password for the remote user:
mount -t cifs -o user=username //ip_address_of_remote_server/sharename /local_mount_point