On Wed, Oct 21, 2020 at 9:04 AM Bob Goodwin <bobgood...@fastmail.us> wrote:

>
>
> On 2020-10-21 09:34, Tim via users wrote:
> > "dd" on the command line is one alternative.  But I suspect your
> > problem is expecting Media Writer to do something that it doesn't do,
> > and you forgot how you actually did it last time.
> >
> .
> Upon completing it's work media writer presents a block that says
> "Install." I do not know what happens after I click on that except that
> it does what is needed to finish the job. Quite possibly it is using
> "dd" as you describe.
>
> I have a lot more to think about now and I will probably experiment with
> the dd method.
>
> Again I thank you.   Bob
>
>
I wouldn't do it (writing an iso over the network from NFS storage, due to
the network possibly messing up the integrity of the iso image) but you
should still be able to with the "dd" command.  Issue a "mount" command and
you should see the mount path of your NFS storage.  Then, as Bob explained,
do "dd if=/path/to/NFS-storage/image.iso of=/dev/sdX bs=8M status=progress
oflag=direct"

Lance
_______________________________________________
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

Reply via email to