HASS.IO -> transfer from SD card to SSD or USB

I finally got the V5.0 beta stable working. For the beta to work stable i added 2 extra lines to the config.txt

1:
dtparam=sd_poll_once=on

This line makes disable the time-out messages for the SD card

2:

usb-storage.quirks=174c:0825:u

This disable UAS (for my specific device geekworn x285) for USB3.0 devices as explained in this link https://www.raspberrypi.org/forums/viewtopic.php?t=245931

I don’t know if the kernel part from HassOS uses this feature as in PiOS, but in my case i had now reliable preformance and no corruptions after powerdowns (unplugging) or controlled shutdown.

1 Like