17%
    
    
    21.01.2020
        
    
    	
            8        2  488383488 sda2
12    8       16 6836191232 sdb
13    8       64 6836191232 sde
14    8       80   39078144 sdf
15    8       48 6836191232 sdd
16    8       32 6836191232 sdc
17   11        0    1048575 sr0
    
 
		    
				        
    17%
    
    
    25.03.2020
        
    
    	
                0    1048575 sr0
With the parted utility, you can create a single partition on each entire HDD:
$ for i in sdb sdc sdd sde; do sudo parted --script /dev/$i mklabel gpt mkpart primary 1MB 100
    
 
		    
				        
    17%
    
    
    12.05.2020
        
    
    	
        ):
root@c31656cbd380:/# apt-get update
Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
...
Fetched 18.0 MB in 9s (1960 kB/s)
After the package repositories are synced, I can
    
 
		    
				        
    17%
    
    
    07.10.2014
        
    
    	
        /lib/sheepdog
root       582   581  0 13:13 ?        12:00:00 AM sheep -p 7000 /var/lib/sheepdog
# grep sheep /proc/mounts
/dev/sdb1 /var/lib/sheepdog ext4 rw,relatime,data=ordered 0 0
# grep sheep /etc/fstab
/dev
    
 
		    
				        
    17%
    
    
    20.05.2014
        
    
    	
        
Viewing Server Topology
01 # numactl --hardware
available: 8 nodes (0-7)
node 0 cpus: 0 1 2 3 4 5 6 7 8 9
node 0 size: 16373 MB
node 0 free: 15837 MB
node 1 cpus: 10 11 12 13 14 15 16 17 18 19
node 1
    
 
		    
				    
    17%
    
    
    21.08.2012
        
    
    	 
        /primary_db                                                                                                       | 419 kB     00:00
epel                                                                                                                    | 4.0 kB     00:00
epel
    
 
		    
				        
    17%
    
    
    18.07.2012
        
    
    	
         that come with the package. In this case, hwloc
 itself is 1.0MB, but the sum of it and all of the dependencies is 11MB. Again, this might or might not seem like a large amount to you. It’s your decision
    
 
		    
				        
    17%
    
    
    20.06.2012
        
    
    	
         was there. To test whether this worked, ssh
 to the node n0001
 as root.
[root@test1 ~]# ssh n0001
Last login: Sat May 26 12:00:06 2012 from 10.1.0.250
The /etc/hosts
 on the master node works fine
    
 
		    
				        
    17%
    
    
    14.11.2013
        
    
    	
         Controller
login2$ ls -s /sys/devices/system/edac/mc/mc0
total 0
0 ce_count         0 csrow1  0 csrow4  0 csrow7   0 reset_counters       0 size_mb
0 ce_noinfo_count  0 csrow2  0 csrow5  0 device   0 sdram
    
 
		    
				        
    17%
    
    
    17.06.2017
        
    
    	
         were now allowed to put the code anywhere you wanted, and you could label statements, for example:
sum = 0.0 all: do i=1,10 sum = sum + real(i) enddo all
The next big feature in F90 is my personal