User Tools

Site Tools


nas:build_a_linux_nas:prepare_the_raid_disks

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
nas:build_a_linux_nas:prepare_the_raid_disks [2021/10/12 20:28] – [Test the Disks] peternas:build_a_linux_nas:prepare_the_raid_disks [2021/10/12 20:36] (current) – [Test the Disks] peter
Line 83: Line 83:
 Check all smart attributes: Check all smart attributes:
  
 +<code bash>
 smartctl -a /dev/sdb [-d sat] smartctl -a /dev/sdb [-d sat]
 </code> </code>
Line 88: Line 89:
 Do a random readwrite test: Do a random readwrite test:
  
 +<code bash>
 sudo fio --filename="/dev/sdb --name=randwrite --ioengine=sync --iodepth=1 --rw=randrw --rwmixread=50 --rwmixwrite=50 --bs=4k --direct=0 --numjobs=8 --size=300G --runtime=7200 --group_reporting sudo fio --filename="/dev/sdb --name=randwrite --ioengine=sync --iodepth=1 --rw=randrw --rwmixread=50 --rwmixwrite=50 --bs=4k --direct=0 --numjobs=8 --size=300G --runtime=7200 --group_reporting
 </code> </code>
Line 97: Line 99:
 sudo apt install smartmontools sudo apt install smartmontools
 </code> </code>
 +
 +  * **-d sat**:  Sata disks.
  
 See:  https://www.smartmontools.org/ See:  https://www.smartmontools.org/
nas/build_a_linux_nas/prepare_the_raid_disks.1634070515.txt.gz · Last modified: 2021/10/12 20:28 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki