FreeBSD Tips: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
*FreeBSD リハビリwメモ
いろいろ実験するためにアマゾンプライムデーで SanDisk Portable SSD を購入
ses0 てなデバイスが見えたので、いろいろしらべた。smartd.conf みたら、
<syntaxhighlight lang="text" enclose="div">
# An ATA disk may appear as a SCSI device to the OS. If a SCSI to
# ATA Translation (SAT) layer is between the OS and the device then
# this can be flagged with the '-d sat' option. This situation may
# become common with SATA disks in SAS and FC environments.
# /dev/sda -a -d sat
</syntaxhighlight>
があり、
<syntaxhighlight lang="bash" enclose="div">
smartctl -d sat -a /dev/da0
</syntaxhighlight>
で確認できた。
 
*FreeBSD リハビリwメモ
あらためて softupdate 考