View Single Post
  #6 (permalink)  
Old 04-Jul-2009, 07:43
swerdna's Avatar
swerdna swerdna is online now
Global Moderator
 
Join Date: Mar 2008
Location: Oz
Posts: 4,884
swerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the rough
Default Re: SAMBA problems once more

I assumed throughout reading the posyts that mount.cifs works. I usually use mount -t cifs. So I tried your version (i.e. mount.cifs) and got these errors:
Quote:
improperly formatted UNC name. --verbose does not begin with \\ or //
Mounting the DFS root for domain not implemented yet
No ip address specified and hostname not found
Then just by switching to mount -t cifs and dropping the "--verbose" bit, then it worked fine. So I suggest drop the verbose and try this:
mount -t cifs -o username=SERVERUSER,password=SERVERPASSWORD //IP_Address/documents /home/steme/Documents/fileserver1

I still think a real IP address would be required. If I use localhost address it just cracks up.
__________________
Drop in and visit some time.
Reply With Quote