Cannot mount smbfs share without requiring manual password

2009-05-04 Thread Ryan van Eerdewijk
You, sir, are a genius. This solved it. Much thanks, Ryan V. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Cannot mount smbfs share without requiring manual password

2009-05-04 Thread Tim Judd
On Mon, May 4, 2009 at 9:59 AM, Ray wrote: > On May 4, 2009 09:31:09 am Ryan van Eerdewijk wrote: > > Hi, > > > > I have a strange issue. If I type: > > > > mount_smbfs //theu...@theserver/myshare$ /mnt/here > > > > ... I will be prompted for theuser's password, I type it, and the share > > will

Re: Cannot mount smbfs share without requiring manual password

2009-05-04 Thread Ray
On May 4, 2009 09:31:09 am Ryan van Eerdewijk wrote: > Hi, > > I have a strange issue. If I type: > > mount_smbfs //theu...@theserver/myshare$ /mnt/here > > ... I will be prompted for theuser's password, I type it, and the share > will mount fine. But I want this share to mount automatically at boo

Cannot mount smbfs share without requiring manual password

2009-05-04 Thread Ryan van Eerdewijk
Hi, I have a strange issue. If I type: mount_smbfs //theu...@theserver/myshare$ /mnt/here ... I will be prompted for theuser's password, I type it, and the share will mount fine. But I want this share to mount automatically at bootup. I haven't been able to get it to work through /etc/fstab or

Re: mount smbfs

2004-10-12 Thread Kevin D. Kinsey, DaleCo, S.P.
Uros wrote: Hello! I want to know how to add options in /etc/fstab for smbfs mount. I would like to add fmask dmask or -f -d Hmm, not for sure. I do note that I have a mount with an option coming in via root's crontab, though: @reboot /usr/sbin/mount_smbfs -N //house/SharedDocs /hous

mount smbfs

2004-10-12 Thread Uros
Hello! I want to know how to add options in /etc/fstab for smbfs mount. I would like to add fmask dmask or -f -d And some other thing. I have command awk -- '/^# \/.*[[:space:]]+smbfs[[:space:]]+/ { print $2,$3 }' /etc/fstab I want that output is set to some array. If I use vols=`awk -- '/^# \