Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2006 23:34:03 +0000 (GMT)
From:      Robert Davison <rob_27_preston@yahoo.co.uk>
To:        freebsd-questions@freebsd.org
Subject:   Automount
Message-ID:  <989739.2161.qm@web25008.mail.ukl.yahoo.com>

next in thread | raw e-mail | index | archive | help
I've just installed an external SCSI hard drive in the form of a sun StorEdge. All is working well.
   
  The StorEdge has two drives called da0 and da1 respectivly.
   
  I've put entries into /etc/fstab so that they are mounted on boot as /s and /t. My question is.......
   
  If I dont have the StorEdge running 24/7 and I reboot the server, the boot process fails when mounting the file systems as /s /t can not be reached.
   
  Is there anyway of writing an automount line in fstab that is smart enough to know that if the /s and /t are not reachable then continue with the boot process without stopping. My fstab enty is...
   
  /dev/da0s1d   /s    ufs    rw    0    0
   
  I see that the cdrom has the entry
   
  /dev/cd0    /cdrom    cd9660  ro,noauto   0    0
   
  Is it simply a case of changing the mount option to rw,noauto ??

 		
---------------------------------
 Try the all-new Yahoo! Mail . "The New Version is radically easier to use" – The Wall Street Journal



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