qwbfsmanager icon indicating copy to clipboard operation
qwbfsmanager copied to clipboard

Hangs while trying to read magic from floppy disk drives (and possibly other removable media like tape drives)

Open pasnox opened this issue 10 years ago • 0 comments

From [email protected] on November 22, 2013 13:32:25

What steps will reproduce the problem? 1. Start qwbfsmanager What is the expected output? What do you see instead? Expected qebfsmanager to start. It hangs with a gray splash box (where the image should be), strace tells me it's trying to read /dev/fd0 (Mine is a 5.25" ds dd drive capable of accessing 40 or 80 track disks) What version of the product are you using? On what operating system? Version = ? OS = Arch Linux Please provide any additional information below. A temp. fix is to remove /dev/fd0, which allows qwbfs to start, but this makes accessing floppies rather difficult.

qwbfs could check the devicename first (I suppose there is no reason to try to access any device with names different from hd* and sd* ) ? However I don't know how that would behave on for example a scsci attached tape drive, maybe checking for the type of device before trying to read it would be better?

Original issue: http://code.google.com/p/qwbfs/issues/detail?id=30

pasnox avatar May 01 '14 10:05 pasnox