On 11/14/18 2:38 PM, Wolfgang Pfeiffer wrote:
Mounting an internally installed disk on a laptop spins up all disks connected to this machine via USB. And I try to prevent these externally connected disks to spin up.
Are the externally connected disks mounted?
/dev/sda: Device of type 'scsi' [SCSI] detected /dev/sda [SAT]: Device open changed type from 'scsi' to 'sat' /dev/sda [SAT]: Device of type 'sat' [ATA] opened (On a side note: I'm astonished that a smartctl simple info flag is changing some device type like shown above)
Not really strange. /dev/sd* used to refer to SCSI disks, so it starts out assuming the drive is SCSI. After checking it, it determines that it's actually ATA and continues accordingly.
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx