That worked PROPER. Thanks a million. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig White Sent: Friday, March 03, 2006 1:50 PM To: [email protected] Subject: RE: [Samba] Fstab mounting error
try putting it inside of double quotes... //host/share /var/mount/hostname/sharename smbfs "username=DOMAIN \username,password=password,fmask=0777,dmask=0777" 0 0 Craig On Fri, 2006-03-03 at 13:32 -0700, Aaron Hawryluk wrote: > Addendum: fstab fails with DOSErr = 13 "Permission denied". The > mount -t smbfs command also fails if I don't add the DOMAIN\\ > indicator in front of the user name (DOMAIN\\username). Could this be > due to different parsing of backslashes between the mount commandline and fstab? > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Aaron Hawryluk > Sent: Friday, March 03, 2006 1:04 PM > To: [email protected] > Subject: [Samba] Fstab mounting error > > Hi all, > > I've googled on this but no luck so far. > > I'm using FC4. This works flawlessly: > > Mount -t smbfs //host/share /var/mount/hostname/sharename -o > username=username,password=password,domain=DOMAIN,fmask=0777,dmask=077 > 7 > > However, it fails in fstab when I do: > > //host/share /var/mount/hostname/sharename smbfs > username=username,password=password,domain=DOMAIN,fmask=0777,dmask=077 > 7 0 0 > > Any ideas? Is this because it's not root that runs the fstab mounts? > Because even if I run mount -a as root, still no love. > > --- > Aaron Hawryluk > Webmaster, The Calgary Sun > [EMAIL PROTECTED] > http://www.calgarysun.com > Office: (403)250-4371 > Cell: (403)828-8677 > Home email: [EMAIL PROTECTED] > http://www.silicongraffiti.com > --- > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba > -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
