Site Tools


park_lspark

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
park_lspark [2023/01/18 10:03] – [services] sloaderpark_lspark [2024/11/28 13:21] (current) – [hdds] sloader
Line 191: Line 191:
 </code> </code>
  
 +
 +==== hdds ====
 +
 +<code>
 +# fdisk -l /dev/sda
 +Disk /dev/sda: 5.46 TiB, 6001175126016 bytes, 11721045168 sectors
 +Disk model: HGST HUS726060AL
 +Units: sectors of 1 * 512 = 512 bytes
 +Sector size (logical/physical): 512 bytes / 4096 bytes
 +I/O size (minimum/optimal): 4096 bytes / 4096 bytes
 +
 +Disk /dev/sdb: 5.46 TiB, 6001175126016 bytes, 11721045168 sectors
 +Disk model: HGST HUS726060AL
 +Units: sectors of 1 * 512 = 512 bytes
 +Sector size (logical/physical): 512 bytes / 4096 bytes
 +I/O size (minimum/optimal): 4096 bytes / 4096 bytes
 +
 +
 +cryptsetup luksFormat -c aes-xts-plain64 -s 512  /dev/sda
 +cryptsetup luksFormat -c aes-xts-plain64 -s 512  /dev/sdb
 +
 +# btrfs filesystem show
 +Label: none  uuid: 9295c7a4-8ec7-4e23-8ea7-9c1e362074ec
 + Total devices 3 FS bytes used 69.29GiB
 + devid    0 size 5.46TiB used 83.01GiB path /dev/mapper/sdb
 + devid    1 size 5.46TiB used 120.04GiB path /dev/mapper/cda
 + devid    2 size 0 used 0 path <missing disk> MISSING
 +
 +</code>
park_lspark.1674036232.txt.gz · Last modified: by sloader