]> git.ipfire.org Git - thirdparty/util-linux.git/blame - disk-utils/fdprm
Imported from util-linux-2.5 tarball.
[thirdparty/util-linux.git] / disk-utils / fdprm
CommitLineData
6dbe3af9
KZ
1# /etc/fdprm - floppy disk parameter table
2
3# Common disk formats. Names are of the form
4# actual media capacity/maximum drive capacity
5# (Note: although 5.25" HD drives can format disks at 1.44M, they're listed
6# as 1200 because that's the common maximum size.)
7
8# size sec/t hds trk stre gap rate spec1 fmt_gap
9360/360 720 9 2 40 0 0x2A 0x02 0xDF 0x50
101200/1200 2400 15 2 80 0 0x1B 0x00 0xDF 0x54
11360/720 720 9 2 40 1 0x2A 0x02 0xDF 0x50
12720/720 1440 9 2 80 0 0x2A 0x02 0xDF 0x50
13720/1440 1440 9 2 80 0 0x2A 0x02 0xDF 0x50
14360/1200 720 9 2 40 1 0x23 0x01 0xDF 0x50
15720/1200 1440 9 2 80 0 0x23 0x01 0xDF 0x50
161440/1440 2880 18 2 80 0 0x1B 0x00 0xCF 0x6C
17
18# Non-standard disk formats:
19
20# BEWARE: They're incomplete and possibly incorrect. The only reason why
21# they are in this file is to show how such formats are added.
22
231440/1200 2880 18 2 80 0 ???? ???? ???? ???? # ?????
241680/1440 3360 21 2 80 0 0x0C 0x00 0xCF 0x6C # ?????
25
26# Add user-specific formats here