Re: burn iso to usb

2021-08-03 Thread Gunnar Gervin
Guys and girls: Thx a lot for crash course/s! I have to let it go a bit; pretty extreme learning portions here. My head gets all wired up. But I have to go this track; for me it's all in the terminal; it's more accurate, always works,& faster. And I remember it way better. Geg On Mon, 2 Aug

Re: burn iso to usb

2021-08-03 Thread Gunnar Gervin
Nicolas. Will it work if I su into Root ? BR, geg. On Mon, 2 Aug 2021, 22:52 Nicolas George, wrote: > Greg Wooledge (12021-08-02): > > No, that won't work. > > > > https://mywiki.wooledge.org/BashPitfalls#pf53 > > > > If you want to use redirections with sudo, you either need to wrap > > things

Re: burn iso to usb

2021-08-02 Thread tomas
On Mon, Aug 02, 2021 at 03:44:03PM -0400, Greg Wooledge wrote: > On Mon, Aug 02, 2021 at 10:02:18PM +0300, Gunnar Gervin wrote: > > pv -parle /dev/sdX > > would rather be: > > sudo pv -parle /dev/sdb > > No, that won't work. > > https://mywiki.wooledge.org/BashPitfalls#pf53 > > If you want to

Re: burn iso to usb

2021-08-02 Thread Nicolas George
Greg Wooledge (12021-08-02): > No, that won't work. > > https://mywiki.wooledge.org/BashPitfalls#pf53 > > If you want to use redirections with sudo, you either need to wrap > things in "sh -c" a lot, or else get a full interactive shell first > (sudo -s), and *then* run your commands with

Re: burn iso to usb

2021-08-02 Thread Greg Wooledge
On Mon, Aug 02, 2021 at 10:02:18PM +0300, Gunnar Gervin wrote: > pv -parle /dev/sdX > would rather be: > sudo pv -parle /dev/sdb No, that won't work. https://mywiki.wooledge.org/BashPitfalls#pf53 If you want to use redirections with sudo, you either need to wrap things in "sh -c" a lot, or else

Re: burn iso to usb

2021-08-02 Thread Gunnar Gervin
Hi. The different suggestions are not complete, are they?? Like: pv -parle /dev/sdX would rather be: sudo pv -parle /dev/sdb And even not sure on that example as being correct. Please correct my possible failure/s in the above try. As you can see, I`m trying a -64bit- because Macbook 2.1 might fit

Re: burn iso to usb

2021-08-02 Thread Anssi Saari
David Wright writes: > On Mon 02 Aug 2021 at 16:14:15 (+0300), Anssi Saari wrote: >> Stefan Monnier writes: >> >> >>> > cp /path/to/file.iso /dev/sdX >> >>> dd if=whatever.iso of=/dev/sdX >> >> It's up to taste. >> > >> > Not at all. The only right answer is: >> > >> > pv -parIe

Re: burn iso to usb

2021-08-02 Thread David Wright
On Mon 02 Aug 2021 at 16:14:15 (+0300), Anssi Saari wrote: > Stefan Monnier writes: > > >>> > cp /path/to/file.iso /dev/sdX > >>> dd if=whatever.iso of=/dev/sdX > >> It's up to taste. > > > > Not at all. The only right answer is: > > > > pv -parIe /dev/sdX > > Actually I'm not sure how

Re: burn iso to usb

2021-08-02 Thread Anssi Saari
Stefan Monnier writes: >>> > cp /path/to/file.iso /dev/sdX >>> dd if=whatever.iso of=/dev/sdX >> It's up to taste. > > Not at all. The only right answer is: > > pv -parIe /dev/sdX Actually I'm not sure how good it is to have both -a and -r, pv doesn't really show which rate counter is

Re: burn iso to usb

2021-08-02 Thread Robbi Nespu
On 8/1/21 1:30 AM, to...@tuxteam.de wrote: On Sat, Jul 31, 2021 at 06:42:50PM +0200, Hans wrote: Am Samstag, 31. Juli 2021, 14:05:59 CEST schrieb Nicolas George: Gunnar Gervin (12021-07-31): Just: cp /path/to/file.iso /dev/sdX Hi, isn't it just2 : dd if=whatever.iso of=/dev/sdX

Re: burn iso to usb

2021-08-01 Thread Gunnar Gervin
Nicolas, thx for loads of instructions, I`ll read & do ASAP. Gunnar Gervin On Sat, 31 Jul 2021 at 15:06, Nicolas George wrote: > Gunnar Gervin (12021-07-31): > > How mount iso to usb in terminal? (Debian 10.10 i386 32 bit) > > Mount? or "burn"? I'll assume the later. > > Just: > > cp

Re: burn iso to usb

2021-07-31 Thread Stefan Monnier
>> > cp /path/to/file.iso /dev/sdX >> dd if=whatever.iso of=/dev/sdX > It's up to taste. Not at all. The only right answer is: pv -parIe /dev/sdX Anyone who says otherwise is trying to trick you, Stefan

Re: burn iso to usb

2021-07-31 Thread Thomas Schmitt
Hi, was https://www.debian.org/CD/faq/#write-usb already mentioned in this thread ? Besides the already mentioned Unix methods it gives advise for users of MS-Windows, to which i would add program Rufus and its "dd" mode. Greg Wooledge wrote: > > If you're going to use dd for this, be sure to

Re: burn iso to usb

2021-07-31 Thread tomas
On Sat, Jul 31, 2021 at 02:34:14PM -0400, Stefan Monnier wrote: > >> > cp /path/to/file.iso /dev/sdX > >> dd if=whatever.iso of=/dev/sdX > > It's up to taste. > > Not at all. The only right answer is: > > pv -parIe /dev/sdX I had to look /that/ up, and I consider myself a command-line

Re: burn iso to usb

2021-07-31 Thread tomas
On Sat, Jul 31, 2021 at 01:34:31PM -0400, Greg Wooledge wrote: > On Sat, Jul 31, 2021 at 07:30:42PM +0200, to...@tuxteam.de wrote: > > On Sat, Jul 31, 2021 at 06:42:50PM +0200, Hans wrote: > > > Am Samstag, 31. Juli 2021, 14:05:59 CEST schrieb Nicolas George: > > > > Gunnar Gervin (12021-07-31): >

Re: burn iso to usb

2021-07-31 Thread Greg Wooledge
On Sat, Jul 31, 2021 at 07:30:42PM +0200, to...@tuxteam.de wrote: > On Sat, Jul 31, 2021 at 06:42:50PM +0200, Hans wrote: > > Am Samstag, 31. Juli 2021, 14:05:59 CEST schrieb Nicolas George: > > > Gunnar Gervin (12021-07-31): > > > > > Just: > > > > > > cp /path/to/file.iso /dev/sdX > > > > >

Re: burn iso to usb

2021-07-31 Thread tomas
On Sat, Jul 31, 2021 at 06:42:50PM +0200, Hans wrote: > Am Samstag, 31. Juli 2021, 14:05:59 CEST schrieb Nicolas George: > > Gunnar Gervin (12021-07-31): > > > Just: > > > > cp /path/to/file.iso /dev/sdX > > > > Hi, > > isn't it just: > > dd if=whatever.iso of=/dev/sdX It's up to taste.

Re: burn iso to usb

2021-07-31 Thread Nicolas George
Hans (12021-07-31): > isn't it just: > > dd if=whatever.iso of=/dev/sdX No. cp is more efficient by default, and this case does not need the fine control offered by dd. Regards, -- Nicolas George signature.asc Description: PGP signature

Re: burn iso to usb

2021-07-31 Thread Hans
Am Samstag, 31. Juli 2021, 14:05:59 CEST schrieb Nicolas George: > Gunnar Gervin (12021-07-31): > Just: > > cp /path/to/file.iso /dev/sdX > Hi, isn't it just: dd if=whatever.iso of=/dev/sdX Best Hans signature.asc Description: This is a digitally signed message part.

Re: burn iso to usb

2021-07-31 Thread tomas
On Sat, Jul 31, 2021 at 02:05:59PM +0200, Nicolas George wrote: > Gunnar Gervin (12021-07-31): > > How mount iso to usb in terminal? (Debian 10.10 i386 32 bit) > > Mount? or "burn"? I'll assume the later. > > Just: > > cp /path/to/file.iso /dev/sdX ...but make sure /dev/sdX is not mounted.

Re: burn iso to usb

2021-07-31 Thread Andrew M.A. Cater
On Sat, Jul 31, 2021 at 01:59:48PM +0200, Gunnar Gervin wrote: > How mount iso to usb in terminal? (Debian 10.10 i386 32 bit) > > Multiwriter does not work; > Debian Mate answers in the red: "Cannot find program". > > Terminal is also difficult; "cannot find or open file" etc, but at least >

Re: burn iso to usb

2021-07-31 Thread Nicolas George
Gunnar Gervin (12021-07-31): > How mount iso to usb in terminal? (Debian 10.10 i386 32 bit) Mount? or "burn"? I'll assume the later. Just: cp /path/to/file.iso /dev/sdX where sdX is the device for your USB drive. You will need to make sure you have the permissions for the devices; I advise it