Re: SOLVED? - Re: Command line for creating partitions

2014-08-10 Thread Robert Moskowitz
On 08/10/2014 05:20 PM, Chris Murphy wrote: On Aug 9, 2014, at 9:07 PM, Robert Moskowitz wrote: On 08/08/2014 06:11 PM, Chris Murphy wrote: On Aug 8, 2014, at 2:16 PM, Robert Moskowitz wrote: On 08/08/2014 03:00 PM, Chris Murphy wrote: On Aug 8, 2014, at 4:29 AM, Robert Moskowitz wrote:

Solved - Re: Error with xz

2014-08-10 Thread Robert Moskowitz
It was ownership that xz wsa complaining about. Changed that and ran again. No errors and xzcat piped to /dev/sdb gives me a bootable card. More progress. On 08/10/2014 10:35 AM, Robert Moskowitz wrote: On 08/10/2014 09:46 AM, Robert Moskowitz wrote: First I dd an SD card: sudo dd if=/dev

Re: SOLVED? - Re: Command line for creating partitions

2014-08-10 Thread Chris Murphy
On Aug 9, 2014, at 9:07 PM, Robert Moskowitz wrote: > > On 08/08/2014 06:11 PM, Chris Murphy wrote: >> On Aug 8, 2014, at 2:16 PM, Robert Moskowitz wrote: >> >>> On 08/08/2014 03:00 PM, Chris Murphy wrote: On Aug 8, 2014, at 4:29 AM, Robert Moskowitz wrote: > Unfortuately ther

Re: Error with xz

2014-08-10 Thread Robert Moskowitz
On 08/10/2014 09:46 AM, Robert Moskowitz wrote: First I dd an SD card: sudo dd if=/dev/sdb of=/home/rgm/arm/rsel-minimal.img bs=4096 conv=notrunc,noerror Then I ran xz which produced an error: xz -k rsel-minimal.img xz: rsel-minimal.img.xz: Cannot set the file group: Operation not permitte

Error with xz

2014-08-10 Thread Robert Moskowitz
First I dd an SD card: sudo dd if=/dev/sdb of=/home/rgm/arm/rsel-minimal.img bs=4096 conv=notrunc,noerror Then I ran xz which produced an error: xz -k rsel-minimal.img xz: rsel-minimal.img.xz: Cannot set the file group: Operation not permitted Is this because the sudo made the owner of .img