Re: /etc/fstab config

2003-02-13 Thread Jason Hunt
On Wed, Feb 12, 2003 at 10:29:33PM -0500, george donnelly wrote:
> hi i've got a 3 disk raid 5 partition that is my main fs and then an 80gb
> ide drive on a separate partition at /vol1. i need to config my /etc/fstab
> for this and this is what i've got (see below). can someone tell me if looks
> correct? 
> 

> # DeviceMountpoint  FStype  Options Dump   Pass#
> /dev/da0s1b noneswapsw  0   0
> /dev/da0s1a /   ufs rw  1   1
> /dev/ad2s1e /vol1   ufs rw  2   2
> proc/proc   procfs  rw  0   0
> 

Check the fstab(5) man page.  I think maybe the Dump field for /vol1 should
be 1 as well.  dump(8) tells you more about this.  I am not 100% sure.


> also, if i were to reboot the machine with the pass # for /dev/ad2s1e
> (/vol1)  set to 1, would this be incorrect (i think so) and would it cause
> damage to the disk?

The fstab(5) man page says that the root filesystem should be set to 1
andother filesystems should be set to 2.  If you set them to 0, they will
not be checked.  I don't think setting that field to 1 will damage
anything, but should be set 2 anyways.

Hope this helps.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



/etc/fstab config

2003-02-12 Thread george donnelly
hi i've got a 3 disk raid 5 partition that is my main fs and then an 80gb
ide drive on a separate partition at /vol1. i need to config my /etc/fstab
for this and this is what i've got (see below). can someone tell me if looks
correct? 

also, if i were to reboot the machine with the pass # for /dev/ad2s1e
(/vol1)  set to 1, would this be incorrect (i think so) and would it cause
damage to the disk?

# DeviceMountpoint  FStype  Options Dump   Pass#
/dev/da0s1b noneswapsw  0   0
/dev/da0s1a /   ufs rw  1   1
/dev/ad2s1e /vol1   ufs rw  2   2
proc/proc   procfs  rw  0   0

thanks

<-->
george donnelly - http://zettai.net/ - "We Love Newbies" :)
Zope Hosting - Dynamic Website Design - Search Engine Promotion
Yahoo, AIM: zettainet - ICQ: 51907738 - e:[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message