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"
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
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
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
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
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 -- '/^# \