I have just started running Kubuntu Badger version 6.06. Although Samba seems to be installed, there is no smbmount program. What would I use to mount a samba share? Plain old 'mount -t smbfs'? Larry -- Larry Alkoff N2LA - Austin TX Using Thunderbird on Slackware Linux
> What would I use to mount a samba share? > Plain old 'mount -t smbfs'?mount -t cifs //server/share /mount/point ....
i know on fedora core 5 you use mount -t cifs "\\server\share" /mnt/point -o username=validuser not sure about what kubuntu has but you should try that. Larry Alkoff wrote:> I have just started running Kubuntu Badger version 6.06. > Although Samba seems to be installed, there is no smbmount program. > > What would I use to mount a samba share? > Plain old 'mount -t smbfs'? > > Larry