<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Chris McD wrote:
<blockquote cite="midloom.20040811T224849-763@post.gmane.org"
 type="cite">
  <pre wrap="">Andrew Konosky wrote:
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap=""> 

      </pre>
    </blockquote>
    <pre wrap="">Okay, the names of the windows drive is simply the partition name "C." I 
don't have it setup to require username or password. What is the correct 
format for the fstab entry?

192.168.1.101:C    /mnt/network/192.168.1.101/    smbfs    
noauto,user,rw    0 0


    </pre>
  </blockquote>
  <pre wrap=""><!---->
you haven't got the syntax quite right.  
The fstab entry for mounting my router's smb share looks like this (all on one
line of course):

//192.168.7.5/chris    /mnt/router  smbfs  
credentials=/root/.routercreds,uid=chris,umask=0744      0 0

you can probably ignore the credentials part. the share is named chris on the
other machine. 

hope this helps

Chris 



  </pre>
</blockquote>
Okay, the computer I am mounting is my brothers, and he downloads crap
all the time (game hacks, cheats, paintball videos, etc...), so I  want
to be able to check it often for viruses. I already do this from
Windows, but I am rarely running windows anymore. In windows, my
computer's name is ANDREW and his is CARL. From network neighborhood,
the pathanme is //CARL/C. In fstab, I tried doing //192.168.1.101/C and
//192.168.1.101/CARL/C and 192.168.1.101/CARL, and I tried all in
lower-case too, but I am still getting an error:<br>
<br>
Called: mount //192.168.1.101/carl/c<br>
2994: session request to 192.168.1.101 failed (Called name not present)<br>
2994: session request to 192 failed (Called name not present)<br>
2994: session request to *SMBSERVER failed (Called name not present)<br>
SMB connection failed<br>
<br>
What next?<br>
</body>
</html>