Hi,
I have long time using samba, linking windows PC and my Linux server, BUT now I having a laptop with Linux desktop also and I don know how to setup the samba in this.
Alx
Printable View
Hi,
I have long time using samba, linking windows PC and my Linux server, BUT now I having a laptop with Linux desktop also and I don know how to setup the samba in this.
Alx
Normally you would have smbclient installed with the Desktop OS system.
try
to mount a Samba share useCode:smbclient ////server-name/share-name your-password
Code:mount -t smbfs //server-name/share-name /mnt/directory-name -o username=x,password=y