I installed SFU on my Windows machine, but when I execute the above command, I get something like RPC Program not registered (I'm not at work right now, so I am paraphrasing).
Main Topics
Browse All TopicsHi,
I have a Solaris 10 OS. I would like to map a network drive to a Windows machine. I have typed the following command
#mount 192.1.1.1:/content_dir /windows
192.1.1.1 - ip address of my windows box
content_dir - directory that I have shared out to others users on my windows box
/windows - is the mount point I created on my Solaris box
I get the following errors:
nfs mount: 192.168.1.102: RPC: Rpcbind failure - RPC: Unable to receive
What is a quick and easy way to map a network drive? ( I do have Samba installed and I don't have a clue on how to configure it)
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I'm not a big Solaris guy, but in AIX and Linux this is how you mount a network drive with Samba. Try this:
mount -t smbfs -o username='something',passw
Here is a list of all the Samba options you can use:
http://www.die.net/doc/lin
Business Accounts
Answer for Membership
by: gheistPosted on 2006-02-11 at 08:51:39ID: 15931031
samba does not provide mount capability.
smbclient id ftp-like share client, or SFU on windows doea NFS export (very crappy way IMO)