good evening dear Yancek
many thanks for the quick reply
Originally Posted by
yancek
The error you report in post 7 shows you do not have space free on the device to write the iso. Is there anything (data) on the device? If so, using dd will overwrite it. Is the iso smaller than the size of the device? What is the device you want to write to shown as? Is it something like sdb, sdc...? You need to write to the device not a partition meaning /dev/sdb rather than sdb1. You posted the output of whatever command you used in your last post but neglected to post the actual command so that's not very useful and that output clearly shows it failed.
sdb1 - this is (i am pretty sure- my USB-stick
so in the end i tried the folowing
Code:
1834647552 bytes (1,8 GB, 1,7 GiB) copied, 132,674 s, 13,8 MB/s
[martin@thecomputer-4243f53 ~]$ sudo dd bs=4M if=~/Downloads/EOS1.iso of=/dev/sdb1 status=progress && sync
hmmm - i try another usb- siick and come back to show what happened
your forum is abslout great - i am happy to be here
update: well - believe it or not - this is what happens with the next usb-stick
Code:
[sudo] Passwort für martin:
1937768448 bytes (1,9 GB, 1,8 GiB) copied, 278 s, 7,0 MB/s
dd: Fehler beim Schreiben von '/dev/sdb1': Auf dem Gerät ist kein Speicherplatz mehr verfügbar
463+0 records in
462+0 records out
1940422656 bytes (1,9 GB, 1,8 GiB) copied, 346,925 s, 5,6 MB/s
[martin@thecomputer-4243f53 ~]$
funni - but wait - now i take a huge usb-stick
and - with the dd - it will erase everything - wont it !?
Bookmarks