sorry i am new bie in linux, please teach me. should i
change /servername/sharename  
/home/username/sharename etc with my condition. ie my
server name is PC0 then the folder i want to acces is
my document... please teach me.
 thank you

--- TranDu <[EMAIL PROTECTED]> wrote:

> 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
> 


 
____________________________________________________________________________________
Need a quick answer? Get one in minutes from people who know.
Ask your question on www.Answers.yahoo.com

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to