On 09/25/2016 04:23 PM, Jon LaBadie wrote:
On Sun, Sep 25, 2016 at 02:59:59PM -0600, Lawrence E Graves wrote:
Unless I did something wrong, that didn't work either. This the results:

[root@Jehovah ~]# dd if=<full-path-name-fedora25-iso> of=/dev/sd??  bs=16M
-bash: full-path-name-fedora25-iso: No such file or directory

Lawrence, this has nothing to do with hardware vs software.
Nor command line inexperience.  It has to do with common sense.

If I told you to address an US Mail envelope as

    <name of recipient>
    <address of recipient>

Would you literally write that on the envelope?

What about

     John Doe
     1234 Main St

I suspect you would also recognize those as placeholders
for your actual data which we have no way of knowing.

Jon
[root@Jehovah Downloads]# ls
'~'
Fedora-Workstation-Live-x86_64-25_Alpha-2.iso
VMware-Workstation-Full-12.5.0-4352439.x86_64.bundle
[root@Jehovah Downloads]# dd if=Fedora-Workstation-Live-x86_64-25_Alpha-2.iso of=/dev/sda1 bs=16M
dd: error writing '/dev/sda1': No space left on device
32+0 records in
31+0 records out
524288000 bytes (524 MB, 500 MiB) copied, 1.26722 s, 414 MB/s
[root@Jehovah Downloads]# dd if= Fedora-Workstation-Live-x86_64-25_Alpha-2.iso of=/dev/sda1 bs=16M
dd: unrecognized operand ‘Fedora-Workstation-Live-x86_64-25_Alpha-2.iso’
Try 'dd --help' for more information.
[

--
All things are workable but don't all things work.
Prov. 3:5 & 6
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to