-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kano-burners suggests wrong disk to burn to #29
Comments
Ah, so the error is that src/linux/disk.py is using two different tools, parted and fdisk. But those may return the disks in different order. |
I had the same thing, but didn't notice until I had closed the window and looked at the shell output.
After lots of futzing around trying to make it recognise the SDCard at all, I finally saw the 7.9GB size for the card listed as the only option and just selected that without properly checking the device label. I probably had a false sense of security having seen that kano-burner checks it won't write to a HD and it never listed the HD at all earlier. So much for that. The output isn't entirely clear whether it or not it overwrote anything on /dev/sda. It doesn't sound like it did, but just to be sure I'm in the middle of taking a backup before I do anything else. |
Here's my output of parted --list
If I start kano-burners, this debugging output will appear:
kano-burners will then offer to burn onto 'ATA HGST HTS541010A9'.
I preferred not to try that. :-/
The text was updated successfully, but these errors were encountered: