BuraphaLinux Server wrote:
Hello,
I have had a hard time determining if /dev/sda is SCSI or SATA
from my boot scripts. It matters for smartd which needs an added
parameter -d sat in the configuration file for SATA drives. Finally I
came up with this, but I wonder if there is a better way?
On 07/23/2007 12:52 PM, BuraphaLinux Server wrote:
#! /bin/bash
drive="sda"
vendor=$(
This is probably not a useful comment and a reasonable script in your local
setting but still thought I'd point out that these days most anything is
sda, so if !SATA it can generally also be USB, or FW, or
BuraphaLinux Server wrote:
> Hello,
>
>I have had a hard time determining if /dev/sda is SCSI or SATA
> from my boot scripts. It matters for smartd which needs an added
> parameter -d sat in the configuration file for SATA drives. Finally I
Just FYI: Recent smartmontools (5.36+) can figure
Hello,
I have had a hard time determining if /dev/sda is SCSI or SATA
from my boot scripts. It matters for smartd which needs an added
parameter -d sat in the configuration file for SATA drives. Finally I
came up with this, but I wonder if there is a better way? It appears
that
vendor is "A
4 matches
Mail list logo