33%
20.10.2013
_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 117 099 006 Pre-fail Always - 130040264
3 Spin_Up_Time 0x0003 095 095 000 Pre-fail Always - 0
4 Start_Stop_Count 0x
33%
11.10.2016
000000000005f000-0x000000000005ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000060000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0
33%
22.09.2016
] usable
[ 0.000000] BIOS-e820: [mem 0x000000000005f000-0x000000000005ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000060000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000
33%
22.10.2012
not change unnecessarily
027 # weight 1.000
028 alg straw
029 hash 0 # rjenkins1
030 item device1 weight 1.000
031 }
032 host host2 {
033 id -3 # do
33%
29.09.2020
and Pennsylvania State University examined SSD failures in data centers [3]. Over nearly three years they examined about 500,000 SSDs from five very large data centers and several edge data centers. The drives were
32%
14.08.2020
to some of the various SMART commands.
Listing 3: SMART Capabilities
# smartctl -c /dev/sda
smartctl 7.2 2020-07-11 r5076 [x86_64-linux-5.4.0-42-generic] (CircleCI)
Copyright (C) 2002-20, Bruce
32%
12.03.2013
correctly within my ability to test a range of packages. I tested the script with a couple of versions of Python as well: 2.6.x and 2.7.x, but not 3.x. The script is offered up as is with no real guarantees
32%
20.11.2013
advantages: S3QL.
... 16384 Nov 10 10:00 lost+found
4 drwxr-xr-x. 3 root root 4096 Nov 10 10:00 ..
4 -rw-r--r-- 1 root root 294 Nov 10 10:07 s3ql_passphrase
4 -rw-r--r-- 1 root root 243 Nov 10 10:07 s3ql_seq_no_1
4 -rw ... advantages: S3QL.
... S3QL Filesystem for HPC Storage
32%
31.07.2013
Code Example
1 #include
2
3 /* Our structure */
4 struct rec
5 {
6 int x,y,z;
7 float value;
8 };
9
10 int main()
11 {
12 int counter;
13 struct rec my
32%
04.12.2013
3 type rec
4 integer :: x, y, z
5 real :: value
6 end type rec
7
8 integer :: counter
9 integer :: counter_limit
10 integer :: ierr
11
12 type (rec) :: my