Mounting a Samab share at boot time

2003-07-10 Thread stan
I've got a boot up timing race issue. Here is what I'm trying to do. I want to mount a Samba share from a remote machine on boot up. Presently I have the appropriate entry in /etc/fsatb, such that I can mount the share _once I am in multiuser_. I have figured out how to get the smbfs kernel

Re: Mounting a Samab share at boot time

2003-07-10 Thread Rus Foster
Hi, Here is what I'm trying to do. I want to mount a Samba share from a remote machine on boot up. Presently I have the appropriate entry in /etc/fsatb, such that I can mount the share _once I am in multiuser_. I have figured out how to get the smbfs kernel module loaded at boot time, using

Re: Mounting a Samab share at boot time

2003-07-10 Thread Murray Taylor
I believe that the method mentioned here is the appropriate way. #!/bin/sh # # $Id: smbfs.sh.sample,v 1.3 2001/01/13 04:50:36 bp Exp $ # # Location: /usr/local/etc/rc.d/smbfs.sh # # Simple script to mount smbfs file systems at startup. # It assumes that all mount points described in fstab file

Re: Mounting a Samab share at boot time

2003-07-10 Thread stan
On Fri, Jul 11, 2003 at 12:11:03AM +, Murray Taylor wrote: I believe that the method mentioned here is the appropriate way. #!/bin/sh # # $Id: smbfs.sh.sample,v 1.3 2001/01/13 04:50:36 bp Exp $ # # Location: /usr/local/etc/rc.d/smbfs.sh # # Simple script to mount smbfs file systems