Displaying 3 results from an estimated 3 matches for "vertex3".
Did you mean:
vertex
2012 Oct 03
1
OCZ Vertex3 SSD and LSI 9211-8i (mpt2sas)
I have a couple development servers running centos 6.3 64bit that have
LSI 9211-8i SAS2 controllers connected to a SAS2 backplane. these
work fine with SATA hard disks (populated with a bunch of 3TB SATA
drives)...
I'm trying to install a OCZ Vertex3 SSD on each of the two servers to do
some ssd caching tests... system sees the drive, so I do the following...
# parted -a min /dev/sdu
parted> mklabel gpt
parted> mkpart primary ext4 2048s -1s
parted> q
# mkfs.ext4 /dev/sdu1
and it hangs at 'Discarding de...
2012 May 22
3
SSD erase state and reducing SSD wear
I''ve got two recent examples of SSDs. Their pristine state from the
manufacturer shows:
Device Model: OCZ-VERTEX3
# hexdump -C /dev/sdd
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
*
1bf2976000
Device Model: OCZ VERTEX PLUS
(OCZ VERTEX 2E)
# hexdump -C /dev/sdd
00000000 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
|................|
*
df99e6000
What''s a go...
2011 Apr 09
3
Converting edgelist to symmetric matrix
Hi,
I have network data in the form of a couple of edgelists containing weights in
the format "x,y,weight" whereby x represents row header and y represents column
header. All edgelists are based on links among 634 nodes and I need to convert
them into a 634*634 weighted matrix.
I searched for online help using possible keywords I know, but I could not find
a clue how to do this in