Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2008 15:06:39 -0500
From:      Tim Daneliuk <tundra@tundraware.com>
To:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Mounting smbfs At Boot Time
Message-ID:  <48596ACF.1050902@tundraware.com>

next in thread | raw e-mail | index | archive | help
I have this in my /etc/fstab:

  USER@SRV/SHARE     /localmount            smbfs   rw              0       0

This very nicely mounts an smbfs filesystem at boot time.  HOWEVER, if SRV
happens to not be up at the time FreeBSD boots, FBSD will halt and prompt
to go into single user mode thinking that there is a catastrophic problem.
I want the mount to occur if possible, and to be retried later if not
possible at boot time.  But I want this to occur automatically without
my having to poke at the machine manually to see to it.  

'noauto' was a tempting solution, but it seems not to work the way I'd expect.
I added it to the entry, manually unmounted /localmount, and then did
a 'mount -a'.  The smbmount did not come back.

Ideas anyone?

-- 
----------------------------------------------------------------------------
Tim Daneliuk     tundra@tundraware.com
PGP Key:         http://www.tundraware.com/PGP/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48596ACF.1050902>