Hello,
looking at the src/mediaprm file from fdutils-5.4-20020222 I notice that the last two entries have no colon after the name. I do not know whether this causes problems, but it looks strange.
If there is no special reason for the ommitted colons this could be changed by the following patch
== patch starts at next line =============================== --- fdutils-5.4-20020222.orig/src/mediaprm +++ fdutils-5.4-20020222/src/mediaprm @@ -779,8 +779,8 @@ SS DD sect=18 cyl=35 ssize=256
# TO7 (Thomson), sides 1 and 2 -"TO7-1" +"TO7-1": SS DD sect=16 ssize=256
-"TO7-2" +"TO7-2": SS DD sect=16 ssize=256 swapsides == patch ends at previous line =============================
Jochen