1- Install smbfs: sudo apt-get install smbfs

2- Put into /etc/fstab: (sudo kate /etc/fstab)

//servername/sharename   /home/username/sharename     smbfs  
credentials=/home/username/.smbpasswd,workgroup=ABC.COM,umask=000,uid=1000,gid=1000
     0       0
(all are only in one line)
3- Create directory sharename in your home directory (mkdir 
/home/username/sharename)

4- Create hidden text file .smbpasswd in your home directory and put into 2 
lines:
username= xxxxxx
password=xxxxxx
this is your network account (can access sharename directory)

5- Restart 
Good luck

-- 
Kubuntu Edgy - smb bug
https://launchpad.net/bugs/73676

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to