freenas:pool:degraded_pool
FreeNAS - Pool - Degraded Pool
TODO:
smartctl -x /dev/ada2
To redirect the output of smartctl -x /dev/ada2 to a file named /mnt/volume0/scr/smartctl_out_ada2.txt I simply type
smartctl -x /dev/ada2 > /mnt/volume0/scr/smartctl_out_ada2.txt
In this example volume0 is the name of a pool, scr is the name of a dataset in that pool and smartctl_out_ada2.txt is the file name proper.
Be prepared that after following this approach permission issues might occur to meet the goal that the file just created is visible in an associated share.
References
freenas/pool/degraded_pool.txt · Last modified: 2020/10/21 10:46 by 192.168.1.1