BTS

Message3709

Author mika
Recipients ch
Date 2011-03-20.12:19:24
Content
* Christian Hofstaedtler wrote in grml's BTS on 20110320 / 13:14:

> grml2usb sometimes complains that the target isn't a removable device, when this 
> is clearly not the case.

Yes.

> We should at least document what the underlying issue is, and if there was a bug 
> in earlier grml2usb versions, than that too.

grml2usb checks for /sys/class/block/sdX/removable and if there's
"1" inside it's detected as removable device, otherwise not.
Problem: some usb keys (wrongly) claim to be non-removable devices
(the Grml key suffers from this for example as well).

Could we safely consider usb drives to be *always* removable devices?

regards,
-mika-
History
Date User Action Args
2011-03-20 12:19:25mikasetrecipients: + ch
2011-03-20 12:19:25mikalinkissue975 messages
2011-03-20 12:19:24mikacreate