I'm trying to get smbmount to work on my FC3 machine. Here's what I have in fstab (all on one line) //dawndevs1/d /mnt/dawndevs1 smbfs user,rw,iocharset=utf8,uid=500, gid=500,fmask=775,dmask=775,password=<password>,user=hartley_h, workgroup=wesnet,debug=4 0 0 First, I'm assuming that "workgroup" the same as domain. If that's not right, that may be part of the problem. The server I want to connect to is named dawndevs1 and the "windows share" is simply "d". When I try to mount, here's what I get: [root@localhost ~]# mount -a passthrough options 'noexec,nosuid,nodev,user,iocharset=utf8,user=hartley_h' mount.smbfs started (version 3.0.9-1.fc3) added interface ip=10.1.4.29 bcast=10.1.15.255 nmask=255.255.240.0 Connecting to 10.81.9.8 at port 445 3390: session request ok Serverzone is 18000 3390: session setup failed: ERRDOS - ERRnoaccess (Access denied.) SMB connection failed So, it's finding the right IP address of dawndevs1 (10.81.9.8) but it's saying Access denied. I know I've got my corect domain password in there. Do I need to tell it that I'm logging in as a domain user and not a local user? If so, how? Thanks. -- Henry