type smb unknown when trying to mount xp mount via samba
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I didn't expect vfat to work, since it is being shared on the Linux side by samba - and unfortunately I was correct.
The smb notation works fine on my other (FC3) machine - the problem seems to be the upgrade from FC3 to FC5 - something was left out or improperly updated.
I have found out so far that I must replace smbfs with cifs, but it only works if I:
mount -t cifs //192.168.1.100/C /mnt/kodiak
it will fail if I use
mount -t cifs //kodiak/C /mnt/kodiak
which is lame, since man mount.cifs says it should work and nmblookup (also part of samba) can find //kodiak just fine (and returns an IP of 192.168.1.100)
Thanks - that worked, except kodiak uses DHCP, and won't always be 192.168.1.100 - samba is supposed to accept //kodiak as a share name, and resolve the IP that way.
nmblookup //kodiak (also part of samba) returns 192.168.1.100 without any changes to /etc/hosts
This is probably a little late for you, but if you want to go back to mounting it as a smb share, try installing the smbfs package for your distro. I had to install that seperately from Samba on my Debian box to mount network shares from my W2K server.
To get the //XPHostname/Sharename to resolve winbind must be running at bootup, apparently it is not running by default. Use your favorite bootup configurator to get it going automatically at boot. (I really like webmin)
please post more. from asking question to answering question. more than 30 post than u will level up to members. Just like New2Linux2, i think he just promoted.
If you want better title, I think you need to post more than 1000.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.