When browsed from Remote places, Samba Shares, Home network, Su (computer name) A Share on a win XP machine comes up in the address bar as
smb://su@su/OGGMusic
I am asked for the user name and passsword. Entering the Win XP username and Password allows me in.
I have added that username (su) and the same passsword on the Kubuntu machine using
sudo useradd -s /bin/true mark
sudo smbpasswd -L -a mark
sudo smbpasswd -L -e mark
but I still need to type in the username and password every time.
Have tried as mentioned in
http://www.justlinux.com/nhf/Filesys...rmanently.html
but still no joy
on another Win XP machine, That has the same username and password as the Kubuntu machine, I just access the shared folders directly and it come up just as smb://npsony/My Documents not smb://username@computername/foldername
I can get it to mount using:
neil@Feisty:~$ sudo mount -t smbfs //su/OGGMusic /home/neil/Music -o username=su,password=Puma3754, but need to do this everytime.
it was working fine as per this post
http://kubuntuforums.net/forums/inde...opic=3082676.0
until a reinstall of windows on the machine 'Su'
So I want to get the auto mount in fstab working again, and get it setup so I dont need to enter the username and password everytime whrn using the Remote places/samba shares browser
smb://su@su/OGGMusic
I am asked for the user name and passsword. Entering the Win XP username and Password allows me in.
I have added that username (su) and the same passsword on the Kubuntu machine using
sudo useradd -s /bin/true mark
sudo smbpasswd -L -a mark
sudo smbpasswd -L -e mark
but I still need to type in the username and password every time.
Have tried as mentioned in
http://www.justlinux.com/nhf/Filesys...rmanently.html
but still no joy
on another Win XP machine, That has the same username and password as the Kubuntu machine, I just access the shared folders directly and it come up just as smb://npsony/My Documents not smb://username@computername/foldername
I can get it to mount using:
neil@Feisty:~$ sudo mount -t smbfs //su/OGGMusic /home/neil/Music -o username=su,password=Puma3754, but need to do this everytime.
it was working fine as per this post
http://kubuntuforums.net/forums/inde...opic=3082676.0
until a reinstall of windows on the machine 'Su'
So I want to get the auto mount in fstab working again, and get it setup so I dont need to enter the username and password everytime whrn using the Remote places/samba shares browser
Comment