Comment 8 for bug 1532062

Revision history for this message
Scott Moser (smoser) wrote :

Robert,
I took a quick gander at util-linux source, and it is just reading
  /sys/class/block/<KERNEL_NAME>/removable

There isnt' any util-linux specific knowledge that says "this is removable", but rather its just telling you what the kernel is telling it.

Would you mind posting/attaching:
 sudo lshw
?

I really suspect at this point that kernel is reporting "correctly", and that curtin probably has an incorrect idea of what "removable" means. So I'm goign to move this off util-linux and to curtin for now.