How do I format it to make it like a regular pendrive.? I was recently trying to boot the Chrome OS Flex in my pendrive in my Ubuntu 22.04 LTS system, using google guide from this website.
Google support for installation
When I use dd command with it,
sudo dd if=chrome_os.bin of=/dev/sdb bs=4M status=progress
After some time it just stopped showing anything. I left it several hours but nothing. I tried to eject, but it also did nothing. So, I pull it out immediately. After this incident, it stops working. I tried to format it in every way I read on internet. I even used windows disk format but it also did nothing. I am so confused.
I have a Toshiba 64 gb.
I think that my pendrive has corrupted.
Sorry for bad English.
This is the screenshot of disks app.
It goes on forever. And it gives a popup after 3-4 hours.Since I cannot stay for that long again. \
This is the log file of using rufus
This is what mkusb doing ,it stucks here.
@Karel I did all the steps from the question you linked and they did nothing to it.
This screen stucks when I make partion using AOMEI Partition Assistant
**
In simple words, I have pluged out my pendrive in between dd command and now, it is formating, writable,readable,etc.So,what should I do to fix it?
@Sudodus alright I want to want to know from where should I read all these eisks before dealing with commands. Please suggest me a website
dd
on the USB flash drive. – karel Jan 27 '23 at 03:18+
button? You should be trying to Format. The Disks screenshot shows us that the hardware is recognized as a storage device, so if the format fails or hangs and never completes then the likelihood is high that the hardware has died. – Nmath Jan 27 '23 at 03:40dd
does weird things to some models of USB flash drives. I tried about 20 different methods over the course of more than a year before I discovered a method of restoring functionality to a USB flash drive after runningdd
that actually worked. – karel Jan 27 '23 at 03:44dd
. Pendrives are mass produced, and there are lots of evidence of sudden failures. It can happen during any write operation (I would not blamedd
). You may find 'a few more tips' at this link, but I think you have done enough to conclude that your pendrive is damaged beyond repair. – sudodus Jan 27 '23 at 13:17dd
is risky when cloning drives, but it is mainly because it does what you tell it to do without any question. So if you tell it to overwrite the family pictures, it does so without hesitating. But if you wrap a security overcoat around it, as I do with mkusb, the risk is reduced a lot. Generally, it is a good idea to use tools with a final checkpoint, where you can double-check, that you have chosen the correct target for operations directly onto the drive or its partition table. – sudodus Jan 27 '23 at 17:31dd
via mkusb. When a pendrive is getting 'tired', when the write speed is reduced to less than half of the original one, it is a good idea to wipe the whole device, overwrite it with zeros. It will not only restore the write speed to almost the original one, but it will also reduce the risk of 'gridlock', a failure mode, where the drive hardware becomes read-only. See also this link and links from it. – sudodus Jan 27 '23 at 17:36