mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 01:15:30 -04:00
>From: Drew Hess <dhess@CS.Stanford.EDU>
>Date: Thu, 16 Sep 1993 23:35:48 -0700 (PDT) There is a typo in disktab in the NetBSD-0.9 distribution. This may be already fixed in NetBSD-current, but it's not in any of the source that I've sup'ed. line 9 reads: # sc #sectors/cylinder, nc*nt default should read: # sc #sectors/cylinder, ns*nt default
This commit is contained in:
parent
9483b7bb0e
commit
bdf1099dbb
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
# ns #sectors/track
|
||||
# nt #tracks/cylinder
|
||||
# nc #cylinders/disk
|
||||
# sc #sectors/cylinder, nc*nt default
|
||||
# sc #sectors/cylinder, ns*nt default
|
||||
# su #sectors/unit, sc*nc default
|
||||
# se sector size, DEV_BSIZE default
|
||||
# rm rpm, 3600 default
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
# ns #sectors/track
|
||||
# nt #tracks/cylinder
|
||||
# nc #cylinders/disk
|
||||
# sc #sectors/cylinder, nc*nt default
|
||||
# sc #sectors/cylinder, ns*nt default
|
||||
# su #sectors/unit, sc*nc default
|
||||
# se sector size, DEV_BSIZE default
|
||||
# rm rpm, 3600 default
|
||||
|
|
|
|||
Loading…
Reference in a new issue