Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 1998 22:36:12 -0700
From:      "Russell L. Carter" <rcarter@pinyon.org>
To:        freebsd-current@FreeBSD.ORG
Subject:   sda?? to da?
Message-ID:  <199810010536.WAA00322@psf.Pinyon.ORG>

next in thread | raw e-mail | index | archive | help

Ok, fine, sd->da.  However, the following mapping of
old vs. new fstabs fails very nasty:

This works just peachy keen with a C'd system:

/dev/sd0s1a      63486    42802    15606    73%    /
/dev/sd0s1g    4511020  1709772  2440368    41%    /u1
/dev/sd0s1f     793790   304062   426226    42%    /usr
/dev/sd0s1e      59502    12054    42688    22%    /var
/dev/sd1s2e    7876854  3277934  3968772    45%    /u2
procfs               8        8        0   100%    /proc

This map to a "once and future" fstab gives me lots of 
sd1 (da1) fsck failures:

/dev/sd0s1b => /dev/da0b
/dev/sd1s1b => /dev/da1b
/dev/sd0s1a => /dev/da0a
/dev/sd0s1g => /dev/da0g
/dev/sd0s1f => /dev/da0f
/dev/sd0s1e => /dev/da0e
/dev/sd1s2e => /dev/da1e

Duh, where is the map documented|described?

Russell


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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