Once upon a time, Jon Ingason <jon.inga...@telia.com> said:
> I am trying to clone /dev/sdb, Hitachi HTS545050A7E380, 465.76 GiB,
> to /dev/sbc, Samsung SSD 870 EVO 500G, 465.76 GiB.
> 
> $ sudo dd if=/dev/sdb bs=4MB of=/dev/sbc bs=4MB conv=noerror,sync

Is it really "sbc", or is it "sdc"?  I expect it's the latter, and you
just wrote a new file called "sbc" in /dev, which is a special
filesystem (that's only 4M) and you just filled it up.

-- 
Chris Adams <li...@cmadams.net>
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to