mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 15:36:29 +00:00
Remove not needed partition magic (#901)
* Update Documentation/partition.md Co-authored-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
parent
fc3b098170
commit
fa242e32d7
@ -51,15 +51,7 @@ Log in as `root` to get to the Home Assistant CLI and then enter `login` to cont
|
|||||||
|
|
||||||
Confirm your USB SSD/HD is connected and recognized using `fdisk -l`.
|
Confirm your USB SSD/HD is connected and recognized using `fdisk -l`.
|
||||||
|
|
||||||
It is recommended to use fdisk to remove the existing partition(s) before proceeding.
|
Make sure the drive has no partition named `hassos-data` (or no partition at all). With the drive, use the below command (again, replacing XXX with your drive)
|
||||||
|
|
||||||
- Type `fdisk /dev/XXX` (replacing XXX with your drive)
|
|
||||||
- Type `d` to delete a partition.
|
|
||||||
- Continue if needed, then write the changes.
|
|
||||||
|
|
||||||
Creating a new partition is not necessary.
|
|
||||||
|
|
||||||
With the drive now prepared, use the below command (again, replacing XXX with your drive)
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ datactl move /dev/xxx
|
$ datactl move /dev/xxx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user