
Originally Posted by
karlmistelberger
I am not sure about the error messages. Presumably there is a problem with the SSD ("SECURITY FREEZE LOCK") and not the HDD. You need to further investigate:
- run 'fdisk -l'
- run 'journalctl -b -0 _KERNEL_SUBSYSTEM=scsi'
Oh?!
Code:
chris@asus-roc:~> fdisk -l
Absolute path to 'fdisk' is '/usr/sbin/fdisk', so running it may require superuser privileges (eg. root).
chris@asus-roc:~> sudo fdisk -l
Disk /dev/sda: 111.8 GiB, 120040980480 bytes, 234455040 sectors
Disk model: WDC WDS120G2G0A-
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 417FA6A7-602D-4DF4-9A5E-BD68E8E735C1
Device Start End Sectors Size Type
/dev/sda1 2048 18431 16384 8M BIOS boot
/dev/sda2 18432 83904511 83886080 40G Linux filesystem
/dev/sda3 83904512 230258687 146354176 69.8G Linux filesystem
/dev/sda4 230258688 234455006 4196319 2G Linux swap
Disk /dev/sdb: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: WDC WD20EZRX-00D
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 53A483D5-146F-11E4-8C40-001FE25801E0
Device Start End Sectors Size Type
/dev/sdb1 2048 3907028991 3907026944 1.8T Linux filesystem
chris@asus-roc:~>
Code:
chris@asus-roc:~> sudo journalctl -b -0 _KERNEL_SUBSYSTEM=scsi
-- Logs begin at Fri 2021-02-26 09:14:26 AWST, end at Fri 2021-02-26 15:59:04 AWST. --
Feb 26 09:14:26 asus-roc kernel: scsi host0: ahci
Feb 26 09:14:26 asus-roc kernel: scsi host1: ahci
Feb 26 09:14:26 asus-roc kernel: scsi host2: ahci
Feb 26 09:14:26 asus-roc kernel: scsi host3: ahci
Feb 26 09:14:26 asus-roc kernel: scsi host4: ahci
Feb 26 09:14:26 asus-roc kernel: scsi host5: ahci
Feb 26 09:14:26 asus-roc kernel: scsi 2:0:0:0: Direct-Access ATA WDC WDS120G2G0A- 0000 PQ: 0 ANSI: 5
Feb 26 09:14:26 asus-roc kernel: sd 2:0:0:0: [sda] 234455040 512-byte logical blocks: (120 GB/112 GiB)
Feb 26 09:14:26 asus-roc kernel: sd 2:0:0:0: [sda] Write Protect is off
Feb 26 09:14:26 asus-roc kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
Feb 26 09:14:26 asus-roc kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 26 09:14:26 asus-roc kernel: sd 2:0:0:0: [sda] Attached SCSI disk
Feb 26 09:14:26 asus-roc kernel: scsi 3:0:0:0: Direct-Access ATA WDC WD20EZRX-00D 0A80 PQ: 0 ANSI: 5
Feb 26 09:14:26 asus-roc kernel: sd 3:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Feb 26 09:14:26 asus-roc kernel: sd 3:0:0:0: [sdb] 4096-byte physical blocks
Feb 26 09:14:26 asus-roc kernel: sd 3:0:0:0: [sdb] Write Protect is off
Feb 26 09:14:26 asus-roc kernel: sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Feb 26 09:14:26 asus-roc kernel: sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 26 09:14:26 asus-roc kernel: sd 3:0:0:0: [sdb] Attached SCSI disk
Feb 26 09:14:26 asus-roc kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0
Feb 26 09:14:26 asus-roc kernel: sd 3:0:0:0: Attached scsi generic sg1 type 0
Feb 26 09:14:27 asus-roc kernel: scsi host6: usb-storage 1-14:1.0
Feb 26 09:14:28 asus-roc kernel: scsi 6:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
Feb 26 09:14:28 asus-roc kernel: scsi 6:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
Feb 26 09:14:28 asus-roc kernel: scsi 6:0:0:2: Direct-Access Generic USB xD/SM Reader 1.02 PQ: 0 ANSI: 0
Feb 26 09:14:28 asus-roc kernel: scsi 6:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
Feb 26 09:14:28 asus-roc kernel: sd 6:0:0:0: Attached scsi generic sg2 type 0
Feb 26 09:14:28 asus-roc kernel: sd 6:0:0:1: Attached scsi generic sg3 type 0
Feb 26 09:14:28 asus-roc kernel: sd 6:0:0:2: Attached scsi generic sg4 type 0
Feb 26 09:14:28 asus-roc kernel: sd 6:0:0:3: Attached scsi generic sg5 type 0
Feb 26 09:14:28 asus-roc kernel: sd 6:0:0:2: [sde] Attached SCSI removable disk
Feb 26 09:14:28 asus-roc kernel: sd 6:0:0:1: [sdd] Attached SCSI removable disk
Feb 26 09:14:28 asus-roc kernel: sd 6:0:0:0: [sdc] Attached SCSI removable disk
Feb 26 09:14:28 asus-roc kernel: sd 6:0:0:3: [sdf] Attached SCSI removable disk
Feb 26 13:43:46 asus-roc.lan kernel: scsi host7: usb-storage 1-11:1.0
Feb 26 13:43:48 asus-roc.lan kernel: scsi 7:0:0:0: Direct-Access SanDisk Cruzer Edge 1.20 PQ: 0 ANSI: 5
Feb 26 13:43:48 asus-roc.lan kernel: sd 7:0:0:0: Attached scsi generic sg6 type 0
Feb 26 13:43:48 asus-roc.lan kernel: sd 7:0:0:0: [sdg] 15633408 512-byte logical blocks: (8.00 GB/7.45 GiB)
Feb 26 13:43:48 asus-roc.lan kernel: sd 7:0:0:0: [sdg] Write Protect is off
Feb 26 13:43:48 asus-roc.lan kernel: sd 7:0:0:0: [sdg] Mode Sense: 43 00 00 00
Feb 26 13:43:48 asus-roc.lan kernel: sd 7:0:0:0: [sdg] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Feb 26 13:43:48 asus-roc.lan kernel: sd 7:0:0:0: [sdg] Attached SCSI removable disk
Feb 26 14:24:48 asus-roc.lan kernel: scsi host7: usb-storage 1-11:1.0
Feb 26 14:24:49 asus-roc.lan kernel: scsi 7:0:0:0: Direct-Access SanDisk Cruzer Edge 1.20 PQ: 0 ANSI: 5
Feb 26 14:24:49 asus-roc.lan kernel: sd 7:0:0:0: Attached scsi generic sg6 type 0
Feb 26 14:24:49 asus-roc.lan kernel: sd 7:0:0:0: [sdg] 15633408 512-byte logical blocks: (8.00 GB/7.45 GiB)
Feb 26 14:24:49 asus-roc.lan kernel: sd 7:0:0:0: [sdg] Write Protect is off
Feb 26 14:24:49 asus-roc.lan kernel: sd 7:0:0:0: [sdg] Mode Sense: 43 00 00 00
Feb 26 14:24:49 asus-roc.lan kernel: sd 7:0:0:0: [sdg] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Feb 26 14:24:49 asus-roc.lan kernel: sd 7:0:0:0: [sdg] Attached SCSI removable disk
Feb 26 14:30:51 asus-roc.lan kernel: scsi host7: usb-storage 1-11:1.0
Feb 26 14:30:52 asus-roc.lan kernel: scsi 7:0:0:0: Direct-Access SanDisk Cruzer Edge 1.20 PQ: 0 ANSI: 5
Feb 26 14:30:52 asus-roc.lan kernel: sd 7:0:0:0: Attached scsi generic sg6 type 0
Feb 26 14:30:52 asus-roc.lan kernel: sd 7:0:0:0: [sdg] 15633408 512-byte logical blocks: (8.00 GB/7.45 GiB)
Feb 26 14:30:52 asus-roc.lan kernel: sd 7:0:0:0: [sdg] Write Protect is off
Feb 26 14:30:52 asus-roc.lan kernel: sd 7:0:0:0: [sdg] Mode Sense: 43 00 00 00
Feb 26 14:30:52 asus-roc.lan kernel: sd 7:0:0:0: [sdg] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Feb 26 14:30:52 asus-roc.lan kernel: sd 7:0:0:0: [sdg] Attached SCSI removable disk
Feb 26 15:55:13 asus-roc.lan kernel: sd 2:0:0:0: [sda] Synchronizing SCSI cache
Feb 26 15:55:13 asus-roc.lan kernel: sd 3:0:0:0: [sdb] Synchronizing SCSI cache
Feb 26 15:55:13 asus-roc.lan kernel: sd 3:0:0:0: [sdb] Stopping disk
Feb 26 15:55:13 asus-roc.lan kernel: sd 2:0:0:0: [sda] Stopping disk
Feb 26 15:55:13 asus-roc.lan kernel: sd 2:0:0:0: [sda] Starting disk
Feb 26 15:55:13 asus-roc.lan kernel: sd 3:0:0:0: [sdb] Starting disk
chris@asus-roc:~>
Those commands were run 5 minutes after I resumed from being Suspended. Superficially I don't see anything wrong.
Bookmarks