Subject: Re: SCSI card setup
To: JS <oghistorian@yahoo.com>
From: Robert Elz <kre@munnari.OZ.AU>
List: netbsd-help
Date: 11/15/2003 02:56:31
Date: Fri, 14 Nov 2003 10:47:46 -0800 (PST)
From: JS <oghistorian@yahoo.com>
Message-ID: <20031114184746.78138.qmail@web40805.mail.yahoo.com>
| Anyway, I was wondering, since I need this disk
| mounted everytime I turn the computer on, if there was
| a way to get the disk automatically mounted during the
| boot process.
Add it to /etc/fstab (see fstab(5)).
| Also, can I assign a different
| directory besides /mnt when I mount the disk?
Almost anywhere you want, just make the "anywhere" be an empty
directory with 755 permissions,
This works whether you mount manually, or via fstab.
kre