Move data to USB drive
Move data partition to USB drive and use SD card as boot partition
- Backup (Just in case!)
- Connect the SSD to Pi using the cable
- Login into Home Assistant CLI over SSH (needs to be via develop port 22222).
- Get to a host shell using the ‘login’ command.
- Check the new disk is seen using ‘fdisk -l’, it showed up as an un-formatted disk /dev/sda.
- Use the datactl command to move the data partition - ‘datactl move /dev/sda’.
- Reboot as advised by the datactl command output - ‘ha host reboot’.
- Wait a while - mine took maybe 15-20 mins for a 120GB drive - Home Assistant will eventually boot up
if you have issue wtih SSH then attach keyboard and do it directly
use root as user name , no password required and enter login to gain access
Comments
Post a Comment