POV-Ray : Newsgroups : povray.off-topic : Today's quest : Re: Today's quest Server Time
29 Jul 2024 12:15:37 EDT (-0400)
  Re: Today's quest  
From: Jim Henderson
Date: 29 Feb 2012 01:48:22
Message: <4f4dca36@news.povray.org>
On Tue, 28 Feb 2012 19:02:19 -0800, Darren New wrote:

> On 2/27/2012 12:15, Orchid Win7 v1 wrote:
>> So, uh, anyway... Can I literally just do a block-level copy from the
>> ISO
> 
> Do *not* do a block-level copy to a USB stick if you ever want that
> stick to ever work again.

Unless I'm misunderstanding what you mean by this, no, this isn't correct 
- you can do:

dd if=/path/to/iso/dvd.iso of=/dev/sdg

And create a bootable USB flash drive if the iso is prepped with 
isohybrid.

And when done, you can reformat the device very easily:

dd if=/dev/zero of=/dev/sdg
fdisk /dev/sdg

Piece of cake.

Jim


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.