Floppy disks have 0 cylinders and can't be formated with fdisk
Maximal98 opened this issue ยท 1 comments
Maximal98 commented
floppys have 0 cylinders and cannot be formated with standard fdisk
fnuecke commented
Looks like the virtio driver defaults to using cylinders = megabytes or something. For which floppies are too small. Will need to look into if adding the VIRTIO_BLK_F_TOPOLOGY feature to the block device can solve this.