i was poking around and inadvertantly ran makeboot from the clonezilla download package. Now several of my thumb drives are no longer recognised: how do i fix this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Even if you run makeboot.bat on your USB flash drive, it should still be recognized.
Anyway, because makeboot.bat only writes the boot loader on your drive, it actually won't destroy your partitoin table. Therefore if you really want to clean the MBR, you can try this:
fdisk /mbr g:
(replace g: with your thumb drive)
Steven.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i was poking around and inadvertantly ran makeboot from the clonezilla download package. Now several of my thumb drives are no longer recognised: how do i fix this?
Even if you run makeboot.bat on your USB flash drive, it should still be recognized.
Anyway, because makeboot.bat only writes the boot loader on your drive, it actually won't destroy your partitoin table. Therefore if you really want to clean the MBR, you can try this:
fdisk /mbr g:
(replace g: with your thumb drive)
Steven.