Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
10-25-2021, 09:31 PM
|
#1
|
Senior Member
Registered: Aug 2005
Location: Brazil
Distribution: Debian
Posts: 1,538
Rep:
|
I can't format a USB stick
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 found
I 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 found
I'm stuck.
|
|
|
10-25-2021, 09:36 PM
|
#2
|
LQ Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,736
|
This is a shot in the dark, but . . . .
/dev/sdc is the device.
/dev/sdc1 is the partition containing the files on the device.
Try pointing your command a /dev/sdc1.
|
|
|
10-25-2021, 09:43 PM
|
#3
|
Senior Member
Registered: Aug 2005
Location: Brazil
Distribution: Debian
Posts: 1,538
Original Poster
Rep:
|
Thanks, but no. An image must be written to the device. I've done that many times over the years.
For example,
https://www.system-rescue.org/Instal...-memory-stick/
|
|
|
10-25-2021, 10:10 PM
|
#4
|
Moderator
Registered: Mar 2008
Posts: 22,245
|
Try mount command just to check if something else is going on or use Gparted/Disks.
Try sudo but that should reply a permission issue.
|
|
1 members found this post helpful.
|
10-25-2021, 10:32 PM
|
#5
|
Senior Member
Registered: Aug 2005
Location: Brazil
Distribution: Debian
Posts: 1,538
Original Poster
Rep:
|
I've finally made it.
Insert the stick and let it automount. Whatever.
Run cfdisk /dev/sdc
Delete all partitions and write changes.
Remove and reinsert stick.
Run cfdisk /dev/sdc again, create one Linux partition and write changes.
Run dd to write the image.
Wait until it finishes.
The stick will automount again. Whatever.
Shake head in disgust.
Unmount /dev/sdc1 and /dev/sdc2 (yes, I had both. go figure)
Remove the stick.
|
|
|
10-26-2021, 12:29 AM
|
#6
|
LQ Guru
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, OS/2, others
Posts: 6,305
|
If a USB stick has a LABELs on its filesystems, for each that has an entry in fstab, with a noauto option, that filesystem won't be automounted. You can use that same set of LABELs for as many sticks as you please, and none will automount.
To eliminate the content of a stick, you don't need a partitioner. Simply use dd to write nonsense, nulls or zeros to the first sector(s). After removal, there won't be any filesystems to automount on next insertion.
|
|
1 members found this post helpful.
|
10-26-2021, 12:48 AM
|
#7
|
LQ Addict
Registered: Dec 2013
Posts: 19,872
|
Quote:
Originally Posted by lucmove
automounts
(...)
automounts
|
Quote:
Originally Posted by lucmove
automount
(...)
automount
|
The joys of "user friendly" desktop environments.
Shot in the dark(*): if you use the GUI to unmount, maybe it also "eject"s the USB. Then it doesn't show up under /dev anymore.
(*) your descriptions show your frustration but not much information.
|
|
|
10-26-2021, 04:30 AM
|
#8
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 23,485
|
you ought to switch off that automounter in such cases.
|
|
|
10-28-2021, 04:39 PM
|
#9
|
Senior Member
Registered: Aug 2016
Posts: 3,345
|
Quote:
Originally Posted by ondoho
The joys of "user friendly" desktop environments.
Shot in the dark(*): if you use the GUI to unmount, maybe it also "eject"s the USB. Then it doesn't show up under /dev anymore.
(*) your descriptions show your frustration but not much information.
|
Nautilus on fedora does exactly that. It both dismounts the file systems and ejects the device.
In order to use dd and write the iso to the usb drive it is necessary, from the command line, to check what is mounted, use umount to unmount the partition(s) from the usb device that may have automounted, then use dd to write the iso to the device. Partitions created do not automount again until the device is unplugged and plugged back in.
|
|
1 members found this post helpful.
|
All times are GMT -5. The time now is 06:44 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|