You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to figure out if the partitions need to be the exact same size as the destination disk or if they just need to exist in general? Having trouble identifying what determines which route to take.
Ultimately, I want rpi-clone to do an unattended setup on a new device and then add a third partition that I can use with CephFS (microceph) on an RPI 5 1TB NVMe SSD. It sounds like it would be better to partition the device first though to the sizes I want, adding the ~512MB FAT32 partition on nvme0n1p1, Rasbian on nvme0n1n2 (~500gb?) and microceph data on nvme0n1p3 (~500gb?). Reasoning being that it will save a ton of read and writes if I do the latter method.
The text was updated successfully, but these errors were encountered:
CodeBradley
changed the title
Can anyone share the lines that determine if initialization or syncing should occur based on the destination devices partitioning?
What determines if initialization or syncing should occur based on the destination devices partitioning?
Jan 18, 2025
CodeBradley
changed the title
What determines if initialization or syncing should occur based on the destination devices partitioning?
What determines if initialization or syncing should occur based on the destination devices current state?
Jan 18, 2025
I'm trying to figure out if the partitions need to be the exact same size as the destination disk or if they just need to exist in general? Having trouble identifying what determines which route to take.
Ultimately, I want rpi-clone to do an unattended setup on a new device and then add a third partition that I can use with CephFS (microceph) on an RPI 5 1TB NVMe SSD. It sounds like it would be better to partition the device first though to the sizes I want, adding the ~512MB FAT32 partition on nvme0n1p1, Rasbian on nvme0n1n2 (~500gb?) and microceph data on nvme0n1p3 (~500gb?). Reasoning being that it will save a ton of read and writes if I do the latter method.
The text was updated successfully, but these errors were encountered: