Hi,
I am running HomeAssistant 0.107, and trying to connect a USB drive to my Raspberry Pi 4. I get an error message, and the drive does not appear:
[242107.585689] scsi host0: uas
[242107.586965] scsi 0:0:0:0: Direct-Access Seagate Backup+ Desk 040B PQ: 0 ANSI: 6
[242107.588232] sd 0:0:0:0: [sda] Spinning up disk…
[242108.606274] …ready
[242117.966876] sd 0:0:0:0: [sda] 5860533167 512-byte logical blocks: (3.00 TB/2.73 TiB)
[242117.966891] sd 0:0:0:0: [sda] 2048-byte physical blocks
[242118.239434] sd 0:0:0:0: [sda] Write Protect is off
[242118.239451] sd 0:0:0:0: [sda] Mode Sense: 4f 00 00 00
[242118.239664] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
[242118.240288] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of physical block size (2048 bytes)
[242118.269358] sda: sda1 sda2 sda3
[242118.275126] sd 0:0:0:0: [sda] Attached SCSI disk
[242118.278618] udevd[1590]: inotify_add_watch(6, /dev/sda, 10) failed: No such file or directory
[242118.279980] udevd[612]: inotify_add_watch(6, /dev/sda, 10) failed: No such file or directory
[242118.283456] udevd[1592]: inotify_add_watch(6, /dev/sda2, 10) failed: No such file or directory
[242118.285249] udevd[1593]: inotify_add_watch(6, /dev/sda3, 10) failed: No such file or directory
[242118.288498] udevd[1590]: inotify_add_watch(6, /dev/sda1, 10) failed: No such file or directory
[242118.291810] udevd[614]: inotify_add_watch(6, /dev/sda2, 10) failed: No such file or directory
[242118.295772] udevd[615]: inotify_add_watch(6, /dev/sda3, 10) failed: No such file or directory
[242118.298255] udevd[612]: inotify_add_watch(6, /dev/sda1, 10) failed: No such file or directory
[242118.300264] udevd[22266]: inotify_add_watch(7, /dev/sda, 10) failed: No such file or directory
[242118.302945] udevd[22266]: inotify_add_watch(7, /dev/sda1, 10) failed: No such file or directory
[242118.305719] udevd[22268]: inotify_add_watch(7, /dev/sda2, 10) failed: No such file or directory
[242118.306502] udevd[22269]: inotify_add_watch(7, /dev/sda3, 10) failed: No such file or directory
Can someone please help? I’m hoping home assistant has support for adding a USB drive using the stock hassio install.