You are not logged in.
Following the guidelines in the Wiki 'USB Installation Media', I tried to transfer the latest archlinux iso to a USB drive to function as a rescue disk:
sudo dd bs=4M if=archlinux-2012.11.01-dual.iso of=/dev/sdc
But when I enter this command, I get the following error message:
dd: opening ‘/dev/sdc’: No medium found
The Gnome Disks-utility shows that the USB drive is indeed located at /dev/sdc. It is not mounted.
I have tried this with two different USB drives. What am I doing wrong here?
Last edited by hermanr (2012-11-18 15:07:19)
Offline
Okay, I may have fixed this myself... I first unmounted the drive with Nautilus, but when I use umount to unmount the drive, the dd-command works...
Offline
Don't forget to mark the topic as solved (by editing the first post) so that other people (including yourself sometimes) may find useful.
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Okay, I may have fixed this myself... I first unmounted the drive with Nautilus, but when I use umount to unmount the drive, the dd-command works...
I ran into this yesterday. I think that nautilus uses 'eject' or some other magic that messes with your device file.
Offline