Table of Contents
Before large floppy disks can be used under LRP, there must be device files for them. Most current releases have these; however, if not, this is how they are created:[8]
mknod
/dev/fd0u1680 b 2 44 | 1.68M |
mknod /dev/fd0u1722 b 2 60 | 1.72M |
mknod /dev/fd0u1743 b 2 76 | 1.74M |
mknod /dev/fd0u2880 b 2 32 | 2.88M |
The technical details of several different floppy sizes are below[9] ; for most this can be skipped without adverse effects:
Device | Major Device Number | Minor Device Number | Cylinders | Heads | Sectors |
---|---|---|---|---|---|
/dev/fd0u1440 | 2 | 28 | 80 | 2 | 18 |
/dev/fd0u1600 | 2 | 124 | 80 | 2 | 20 |
/dev/fd0u1680 | 2 | 44 | 80 | 2 | 21 |
/dev/fd0u1722 | 2 | 60 | 82 | 2 | 21 |
/dev/fd0u1743 | 2 | 76 | 83 | 2 | 21 |
/dev/fd0u1760 | 2 | 96 | 80 | 2 | 22 |
dev/fd0u1840 | 2 | 116 | 80 | 2 | 23 |
/dev/fd0u1940 | 2 | 100 | 80 | 2 | 24 |
/dev/fd0u2880 | 2 | 32 | unknown | 2 | unknown |
The disk device files with ‘D’, ‘H’, and ‘E’ in the names (for the 3.5" disk formats) are no longer used. [10] Some distributions may not have any of these device files, in which case they will have to be created.
[8] Ray Olszewski <ray@comarre.com>
(LRP mailing list, 3 September 2000, 22:14:09)
[9] Ibid.
[10] Linux 2.2.18 kernel documentation: linux/Documentation/devices.txt.