Re: [partial resolution] Re: Problem withj dd

2018-02-23 Thread Richard Owlett
On 02/21/2018 12:39 PM, Richard Owlett wrote: On 02/21/2018 12:22 PM, Reco wrote: Hi. On Wed, Feb 21, 2018 at 11:39:42AM -0600, Richard Owlett wrote: I've downloaded the netinst iso with intention of copying it to a flash drive. I've done it before without problem.

Re: Re: [partial resolution] Re: Problem withj dd

2018-02-22 Thread Andy Smith
Hi Jacques, On Fri, Feb 23, 2018 at 02:46:47AM +0100, Rodary Jacques wrote: > 1/ No the same removable device doesn't always receive the same /dev/sdX.If > you unmount it ( umount /dev/sdX) and plug it again, it can be called > /dev/sdY (I suppose the kernel keeps tne name in memory for some

Re: Re: [partial resolution] Re: Problem withj dd

2018-02-22 Thread Rodary Jacques
1/ No the same removable device doesn't always receive the same /dev/sdX.If you unmount it ( umount /dev/sdX) and plug it again, it can be called /dev/sdY (I suppose the kernel keeps tne name in memory for some time). 2/ use "mount" without arguments., plug your flash drive and run "mount"

Re: [partial resolution] Re: Problem withj dd

2018-02-22 Thread Brian
On Thu 22 Feb 2018 at 06:45:47 +0300, Abdullah Ramazanoglu wrote: > On Wed, 21 Feb 2018 12:39:28 -0600 > Richard Owlett wrote: > > On 02/21/2018 12:22 PM, Reco wrote: > > > On Wed, Feb 21, 2018 at 11:39:42AM -0600, Richard Owlett wrote: > > > A variation of the "device

Re: Problem withj dd

2018-02-21 Thread Reco
Hi. On Wed, Feb 21, 2018 at 11:39:42AM -0600, Richard Owlett wrote: > I've downloaded the netinst iso with intention of copying it to a flash > drive. I've done it before without problem. > > > root@debian-jan13:/home/richard# dd bs=64k > >

[partial resolution] Re: Problem withj dd

2018-02-21 Thread Richard Owlett
On 02/21/2018 12:22 PM, Reco wrote: Hi. On Wed, Feb 21, 2018 at 11:39:42AM -0600, Richard Owlett wrote: I've downloaded the netinst iso with intention of copying it to a flash drive. I've done it before without problem. root@debian-jan13:/home/richard# dd bs=64k

Re: Problem withj dd

2018-02-21 Thread Eduardo M KALINOWSKI
On qua, 21 fev 2018, Richard Owlett wrote: I've downloaded the netinst iso with intention of copying it to a flash drive. I've done it before without problem. root@debian-jan13:/home/richard# dd bs=64k if=/home/richard/Downloads/debian-9.3.0-amd64-netinst.iso of=/dev/sdc dd: failed to

Problem withj dd

2018-02-21 Thread Richard Owlett
I've downloaded the netinst iso with intention of copying it to a flash drive. I've done it before without problem. root@debian-jan13:/home/richard# dd bs=64k if=/home/richard/Downloads/debian-9.3.0-amd64-netinst.iso of=/dev/sdc dd: failed to open '/dev/sdc': No medium found