search for: md1a

Displaying 3 results from an estimated 3 matches for "md1a".

Did you mean: md1
2008 May 19
1
reshape a wide data frame from wide to a long format with metadata columns
...ata (embedded in the column names of the wide table) to new metadata columns in the long format. #example data frame. NOTE column names contain metadata:: mediacont.21.MC1A contains treatment=mediacont, time=21, rep=MC1A data1<-data.frame(cbind(name=0:10, mediacont.21.MC1A=10:20,mediatreat.20.MD1A=30:40, treat.20.T2C=50:60,treat.20.T2A=70:80,condtp.20.C2A=90:100,condtp.20.C2B=100:110, mediacont.21.MC1B=120:130, mediacont.21.MC1B=130:140)) #example of reshape code that works, this creates a data frame with single metadata column and unique ID column. I could use this and create a loop to wri...
2014 Dec 05
3
CentOS 7 install software Raid on large drives error
...m over to sdb1 and sdb2 if I wanted to be able to boot from drive sdb if drive sda failed. I am not sure that this result is what I really want, as it doesn't Raid my entire drives. The structure below is what I believe I want to have. sda & sdb RAID1 to produce md1 md1 partitioned md1a /boot non-LVM md1b /boot/efi non-LVM md1c-f LVM containing /, /var, /home, and /swap Well the abbreviations may not be the proper syntax, but you probably get the idea of where I am going. If this is correct, then it looks like I need to create the RAID from the command l...
2014 Dec 06
0
CentOS 7 install software Raid on large drives error
...to be able to boot from drive > sdb if drive sda failed. > > I am not sure that this result is what I really want, as it doesn't Raid my > entire drives. The structure below is what I believe I want to have. > > sda & sdb RAID1 to produce md1 > md1 partitioned > md1a /boot non-LVM > md1b /boot/efi non-LVM > md1c-f LVM containing /, /var, /home, and /swap > > Well the abbreviations may not be the proper syntax, but you probably get > the idea of where I am going. If this is correct, then it looks like I > need to create...