15 lines
289 B
Plaintext
15 lines
289 B
Plaintext
add following to /etc/disktab
|
|
|
|
floppy1232|1024byte sector format for 2HD floppy:\
|
|
:ty=floppy:se#512:nt#2:rm#360:ns#16:nc#77:\
|
|
:ts=3500:\
|
|
:pa#2464:oa#0:ba#8192:fa#1024:ta=4.2BSD:\
|
|
:pb#0:ob#0:\
|
|
:pc#2464:oc#0:
|
|
|
|
|
|
then,
|
|
|
|
# disklabel -w -r fd?a floppy1232
|
|
# newfs -i 32768 -c 77 /dev/rfd?a
|