On Wed, Oct 21, 2020 at 9:04 AM Bob Goodwin <bobgoodwin@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