search for: 469b

Displaying 5 results from an estimated 5 matches for "469b".

Did you mean: 469
2015 Jun 16
4
Two partitions with samd UUID??
...Ds for those partitions. A few examples:- > /dev/sda5: LABEL="a5u" UUID="3cbc7570-30b8-4970-a0df-a9a9602770d0" TYPE="ext4" > /dev/sda2: UUID="e954fbaa-dc51-46dc-a352-cceb439080e5" TYPE="crypt_LUKS" > /dev/ram0: UUID="49b98b86-116a-469b-b6de-a157bb0a12dd" TYPE="ext2" > /dev/sda1: LABEL="d6sys" UUID="cd632820-0701-4a6a-b329-6798b6a29966" TYPE="ext3" SEC_TYPE="ext2" -- Regards, Paul. England, EU. England's place is in the European Union.
2015 Jun 16
0
Two partitions with samd UUID??
...s. > > A few examples:- > >> /dev/sda5: LABEL="a5u" UUID="3cbc7570-30b8-4970-a0df-a9a9602770d0" TYPE="ext4" >> /dev/sda2: UUID="e954fbaa-dc51-46dc-a352-cceb439080e5" TYPE="crypt_LUKS" >> /dev/ram0: UUID="49b98b86-116a-469b-b6de-a157bb0a12dd" TYPE="ext2" >> /dev/sda1: LABEL="d6sys" UUID="cd632820-0701-4a6a-b329-6798b6a29966" TYPE="ext3" SEC_TYPE="ext2" LUKS provides a UUID, so being encrypted isn't a barrier to having a UUID. jh
2008 Apr 18
2
Line-wrap problem
I'm wondering if someone can tell me how R determines where to wrap lines in its output. I'd like to understand this because occasionally often after running a script the output of R no longer wraps at the correct location. For example, the statement, '1:40' would ordinarily return something like this... [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
2015 Jun 15
5
Two partitions with samd UUID??
On 06/15/2015 07:56 AM, Robert Nichols wrote: > On 06/14/2015 10:08 PM, jd1008 wrote: >> >> >> On 06/14/2015 08:58 PM, John R Pierce wrote: >>> On 6/14/2015 6:55 PM, Timothy Murphy wrote: >>>> Maybe I used dd at some point. >>>> Would this keep the same UUID? >>> >>> DD just does a blind block by block copy between two devices
2010 May 05
0
R-help Digest, Vol 87, Issue 5
...: Tue, 4 May 2010 10:31:46 -0400 From: David Winsemius <dwinsemius at comcast.net> To: Jorge Ivan Velez <jorgeivanvelez at gmail.com> Cc: r-help at r-project.org, someone <vonhoffen at t-online.de> Subject: Re: [R] Show number at each bar in barchart? Message-ID: <982FA4DD-6CC1-469B-843E-9A28D9CD3E4C at comcast.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes On May 4, 2010, at 9:40 AM, Jorge Ivan Velez wrote: > Hi someone, > > Try this: > > x <- c(20, 80, 20, 5, 2) > b <- barplot(x, ylim = c(0, 85), las = 1) > text(b,...