diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-30 15:20:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-30 15:20:52 +0000 |
commit | ed4544722041a8d095b9133b42f0e9ed8cfcccf0 (patch) | |
tree | ac4e2d5411d73110b92594188f5d62505a99a8f0 | |
parent | fc97d4e3bda2065c5380269dee53c7159b24e14b (diff) |
16 partitions
-rw-r--r-- | etc/etc.arc/disktab | 6 | ||||
-rw-r--r-- | etc/etc.sparc/disktab | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/etc/etc.arc/disktab b/etc/etc.arc/disktab index ef5ad37f20b..81523fe22eb 100644 --- a/etc/etc.arc/disktab +++ b/etc/etc.arc/disktab @@ -7,9 +7,9 @@ # ns #sectors/track # nt #tracks/cylinder # nc #cylinders/disk -# p[a-h] partition sizes in sectors -# b[a-h] partition block sizes in bytes -# f[a-h] partition fragment sizes in bytes +# p[a-p] partition sizes in sectors +# b[a-p] partition block sizes in bytes +# f[a-p] partition fragment sizes in bytes # # All partition sizes contain space for bad sector tables unless # the device drivers fail to support this. diff --git a/etc/etc.sparc/disktab b/etc/etc.sparc/disktab index c73868b86de..b21d3fb81a7 100644 --- a/etc/etc.sparc/disktab +++ b/etc/etc.sparc/disktab @@ -1,4 +1,4 @@ -# $Id: disktab,v 1.5 1995/12/15 02:33:11 deraadt Exp $ +# $Id: disktab,v 1.6 1996/09/30 15:20:17 deraadt Exp $ # # @(#)disktab 5.5 (Berkeley) 2/27/91 # @@ -12,9 +12,9 @@ # se sector size, 512 default # sf supports bad144-style bad sector forwarding # so partition offsets in sectors -# p[a-h] partition sizes in sectors -# b[a-h] partition block sizes in bytes -# f[a-h] partition fragment sizes in bytes +# p[a-p] partition sizes in sectors +# b[a-p] partition block sizes in bytes +# f[a-p] partition fragment sizes in bytes # # pseudo-geometry taken from rd7945 |