disktab.5
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 5 代码 · 共 65 行
5
65 行
.\" SCCSID: @(#)disktab.5 8.1 9/11/90.TH disktab 5.SH Namedisktab \- disk description file.SH Syntax.B #include <disktab.h>.SH Description.NXR "disktab file" "format"The.PN disktabfileis a simple data base that describes disk geometries anddisk partition characteristics. The format is patternedafter the .MS termcap 5terminal data base. Entries in .PN disktabconsist of a number of fields separated by colons (:). Thefirst entry for each disk gives the names that areknown for the disk, separated by vertical bars (|). Thelast name given should be a long name fully identifyingthe disk. .PPThe following list indicates the normal valuesstored for each disk entry:.NXR "disktab file" "field reference list".EX 0Name Type Descriptionns num Number of sectors per tracknt num Number of tracks per cylindernc num Total number of cylinders on the diskba num Block size for partition `a' (bytes)bd num Block size for partition `d' (bytes)be num Block size for partition `e' (bytes)bf num Block size for partition `f' (bytes)bg num Block size for partition `g' (bytes)bh num Block size for partition `h' (bytes)fa num Fragment size for partition `a' (bytes)fd num Fragment size for partition `d' (bytes)fe num Fragment size for partition `e' (bytes)ff num Fragment size for partition `f' (bytes)fg num Fragment size for partition `g' (bytes)fh num Fragment size for partition `h' (bytes)pa num Size of partition `a' in sectorspb num Size of partition `b' in sectorspc num Size of partition `c' in sectorspd num Size of partition `d' in sectorspe num Size of partition `e' in sectorspf num Size of partition `f' in sectorspg num Size of partition `g' in sectorsph num Size of partition `h' in sectorsse num Sector size in bytesty str Type of disk (e.g. removable, winchester).EE.PPThe.PN disktabentries can be automatically generated with the.PN diskpartprogram..SH Files.PN /etc/disktab.SH See Alsochpt(8), newfs(8)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?