User Tools

Site Tools


alicecrunchwip

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
alicecrunchwip [2020/06/12 16:27]
florido
alicecrunchwip [2020/06/12 16:32]
florido [2020612]
Line 105: Line 105:
 ==== 2020612 ==== ==== 2020612 ====
   * Formatted RAID volume as xfs <code bash>​mkfs.xfs -f -d su=1m,sw=5 -L alicedisk /​dev/​sda</​code>​   * Formatted RAID volume as xfs <code bash>​mkfs.xfs -f -d su=1m,sw=5 -L alicedisk /​dev/​sda</​code>​
-    * | su=1m | 1MB strip size | +    * Shows a warning but should be harmless
-    * | sw=5  | 5 RAID disks (+2 parity) +
  
 +^ su=1m        | 1MB strip size |
 +^ sw=5         | 5 RAID disks (+2 parity) |
 +^ -L alicedisk | xfs label |
 +^ /​dev/​sda ​    | the raid shown as a device to the kernel |
  
 +  * created folder ''/​disk''​
 +  * created entry in fstab for disk based on UUID:<​code ini># RAID disk
 +UUID=0d4a40e5-084e-404f-9219-6c3645929ec2 /disk                   ​xfs ​    ​rw,​seclabel,​relatime,​attr2,​inode64,​sunit=2048,​swidth=10240,​noquota 0 0</​code>​
 ==== 2020609 ==== ==== 2020609 ====
   * configured server network and hostname: beast   * configured server network and hostname: beast
alicecrunchwip.txt · Last modified: 2021/01/19 17:09 by florido

Accessibility Statement