I can't format a USB stick
by lucmove from LinuxQuestions.org on (#5R4WA)
In fact, I want to write an ISO image to it. But bear with me.
I insert the USB stick and it automounts to /dev/sdc1.
I don't want those contents anymore. I am ready to overwrite it all.
I umount /dev/sdc1.
Code:# dd if=/image.iso of=/dev/sdc
dd: failed to open '/dev/sdc': No medium foundI reinsert the USB stick.
It automounts to /dev/sdc1.
I umount /dev/sdc1.
Code:# dd if=/image.iso of=/dev/sdc
dd: failed to open '/dev/sdc': No medium foundI'm stuck.
I insert the USB stick and it automounts to /dev/sdc1.
I don't want those contents anymore. I am ready to overwrite it all.
I umount /dev/sdc1.
Code:# dd if=/image.iso of=/dev/sdc
dd: failed to open '/dev/sdc': No medium foundI reinsert the USB stick.
It automounts to /dev/sdc1.
I umount /dev/sdc1.
Code:# dd if=/image.iso of=/dev/sdc
dd: failed to open '/dev/sdc': No medium foundI'm stuck.