Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Lunix smbmount to windows 2003

Status
Not open for further replies.

pilg

Programmer
Feb 16, 2001
82
GB
Hi,

I am really really new to linux and I am trying to mount a share from a redhat fedora box to windows 2003 server I manage to mount the share fine using:
mount -t smbfs -o username=username,password=password //server/share /mount/point

It mounts without errors but when I try to do an ls within the /mount/point I get a permission denied error. When I try to view the permissions on the /mount/point they look like:

?----------- ? ? ? ? ? mountpoint

Have microsoft done something to stop this...? I'm totally confused. Please help.

Pilg.

 
you should use
mount -t cifs //server/share /mountpoint -o username=USER,password=PASS

______________________________________________________________________
There's no present like the time, they say. - Henry's Cat.
 
Great thanx!!!!!

Sorry I must sound stupid but how do I go about putting this in the fstab file?

what is the sysntax?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top