Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
I am trying to mount a network drive. I am pritty sure you chose access nfs drice after you do a ./fsconf. I go to add and I put the IP of the server in for server. The server has a bunch of directories you can map (ex software, branches, etc) and when you map it in windows you put \\server\dir so I have been putting one of the dir names in the Volume, and setting the mount point to /dev/servername. When I go to mount it, it says "mount RPC: Unable to receive; errno = Connection refused, return 32" How do I get this to work? Thanks
Name: Mik Date: March 13, 2001 at 07:57:18 Pacific
Reply:
I don't know if it is a typing error. But it is impossible to set the mount point at /dev/servername. Instead choose something like /mnt/servername. Make sure the dir /mnt/servername exists before you do the mount command.
oops, typo. I dont know why I typed /dev. I was putting it in /mnt/servername.
0
Response Number 3
Name: James Date: March 16, 2001 at 15:23:08 Pacific
Reply:
What are you mounting? NFS or SMB shares. Also if you are getting conection refused there is no service up. basically mouning NFS is similar to any file system
mount -t nfs server:/drive /mntpoint
or perhaps on windows shares mount -t smbfs -o username=? ,password=? //z22sbs/jmars /smb
Summary: Heeeelp!! Again one silly question. How do we map a network drive under Linux. The drive's name under Win98 is J. Do we use the mount command? I read a few articles and since my English are not that g...