Thursday, January 24, 2013

windows: restore mk802 bootable sd

how to recover an sd card used to boot fedora on mk802

using windows:

1. use computer disk management to clear previously created partitions
right click on my computer > manage > disk management
delete partitions of removable disk

2. use diskpart to create new partition
# diskpart
# list disk
# select disk <your sd card>
# create partition primary size = <size>

3. use explorer to format
right click on your sd card drive then click format

tada! :)

No comments:

Post a Comment

SSH : No matching host key type found. Their offer: ssh-rsa,ssh-dss

Got this while connecting to my mikrotik router via ssh   Unable to negotiate with <ip address> port <ssh port>: no matching hos...