Quote:
Originally Posted by mjprabakar
It outputed like error copying the file. device not ready or unavailable.
|
Try the following:
1. Connect your Kindle to PC.
2. Hold Kindle’s power button for about 40 seconds until it reboots.
3. Open command line (cmd.exe) and type
diskpart
4. DISKPART> string will appear. Then type
list volume
5. You’ll get the list of drives connected to your PC like this one:
DISKPART> LIST VOLUME
Volume ### Ltr Label Fs Type Size Status Info
———- — ———– —– ———- ——- ——— ——–
Volume 0 F New UDF DVD-ROM 4482 MB Healthy
Volume 1 E NTFS Partition 156 GB Healthy
Volume 2 D NTFS Partition 309 GB Healthy
Volume 3 System Rese NTFS Partition 547 MB Healthy System
Volume 4 C NTFS Partition 223 GB Healthy Boot
Volume 5 G Removable 0 B No Media
6. Find removable volume with 0B size and No Media status. In my case it was “Volume 5”
7. Next type the following string according to the information gained on previous step:
select volume 5
After that, you should be fine.