Ich versuche gerade einen Ordroid-HC1(Einplatinencomputer) Home-Server mit armbian auf Debian-Basis aufzusetzen, mit einer 2,5" Zoll 1TB Platte.
Habe diese nach dieser Anleitung formatiert:
Code: Alles auswählen
# parted -a optimal /dev/sda
(parted) mklabel msdos
(parted) q
# parted -a optimal /dev/sda
(parted) mkpart primary ext4 0% 100%
# mkfs -t ext4 /dev/sdd1
# e2label /dev/sda1 wd-red
"Partition 2 does not start on physical sector boundary"
Habe seitdem viel herumgesucht und auch viele neue Versuche unternommen das zu reparieren:
von msdos auf gpt gewechselt,
Partition auf die verschiedensten Weisen neu aufgesetzt
z.B:
Code: Alles auswählen
mkpart primary ext4 8MiB 100%
Code: Alles auswählen
mkpart LVM ext4 0% 100%
Und vor allem ich habe ja gar keine 2. Partition, die am falschen Ort startet.
sorry, für die Unkenntnis meinerseits, kann mir jemand helfen?
System ist auf MicroSD
Code: Alles auswählen
sudo fdisk -l
Device Boot Start End Sectors Size Id Type
/dev/mmcblk1p1 8192 30805119 30796928 14.7G 83 Linux
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 33553920 bytes
Disklabel type: gpt
Disk identifier: 13D230E9-1FB2-4ABA-91C2-4B384CEE9C74
Device Start End Sectors Size Type
/dev/sda1 65535 1953467279 1953401745 931.5G Linux filesystem
Partition 2 does not start on physical sector boundary.