Oder das gute UbuntuUsers-de-Wiki lesen: gdisk
Das hatte ich mir zugegeben nicht angeguckt und da der TE bereits gdisk erwähnte hab ich einfach die vollständige Anleitung verlinkt, sorry.
Supporter
Anmeldungsdatum: Beiträge: 12070 |
|
Supporter, Wikiteam
Anmeldungsdatum: Beiträge: 7478 |
Ich meine so was wie partprobe Error: Partition(s) 1, 2, 3 on /dev/sdb have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes. ... und wie das zustande gekommen ist ? Siehe Versuche eines ... Aus dem GNU Parted (Abschnitt „Beispiele-2“) cinnamon-23-04@cinnamon2304-VirtualBox:~$ sudo partprobe -ds /dev/sdb [sudo] Passwort für cinnamon-23-04: /dev/sdb: msdos partitions 1 cinnamon-23-04@cinnamon2304-VirtualBox:~$ cinnamon-23-04@cinnamon2304-VirtualBox:~$ sudo partprobe # keine Ausgabe cinnamon-23-04@cinnamon2304-VirtualBox:~$ sudo -i root@cinnamon2304-VirtualBox:~# partprobe # keine Ausgabe root@cinnamon2304-VirtualBox:~# exit Abgemeldet cinnamon-23-04@cinnamon2304-VirtualBox:~$ |
(Themenstarter)
Anmeldungsdatum: Beiträge: 23 |
Ich habe PartedMagic im Verdacht hier etwas Unschönes mit der Platte angestellt zu haben. Dieses System hatte ich zur groben Patitionierung der Platte vor einer Windows10-Installation genutzt. Eigentlich nur aus der Not heraus, um Windows zu zwingen, meinen Wunsch der Verwendung von gpt anstatt von MBR zu respektieren.... 😕 |
(Themenstarter)
Anmeldungsdatum: Beiträge: 23 |
Macht nichts, wäre ja schön gewesen, endliche das Thema abschließen zu können. Ich bastle ja gerne, aber manchmal hätte ich auch gerne AEG (Auspacken, Einschalten, Geht). |
Supporter, Wikiteam
Anmeldungsdatum: Beiträge: 7478 |
Super 👍 : echt gut, ich kannte das bisher nur als: |
(Themenstarter)
Anmeldungsdatum: Beiträge: 23 |
cinnamon-23-04@cinnamon2304-VirtualBox:~$ sudo partprobe # keine Ausgabe cinnamon-23-04@cinnamon2304-VirtualBox:~$ sudo -i root@cinnamon2304-VirtualBox:~# partprobe # keine Ausgabe root@cinnamon2304-VirtualBox:~# exit Abgemeldet cinnamon-23-04@cinnamon2304-VirtualBox:~$ interessant, bei mir reicht "partprobe" um die gepostete Ausgabe zu erhalten, deshalb steht auch nur "partprobe" hinter dem Prompt (für diese Aufgaben habe ich Dauer-root aktiviert um mir das Tippen von sudo vor jedem Befehl zu ersparen) Bearbeitet von Berlin_1946: Zitat korrigiert. |
Supporter, Wikiteam
Anmeldungsdatum: Beiträge: 7816 |
Diese Lesart muss neu sein. Das ursprüngliche (durchaus bösartige) Sprichwort aus der Hochzeit von AEG vor einigen Jahrzehnten lautete: Auspacken, Einschalten, Geht nicht … |
Supporter, Wikiteam
Anmeldungsdatum: Beiträge: 7816 |
Vielleicht zeigst Du uns einfach einmal, wie gdisk die Platte sieht?
|
(Themenstarter)
Anmeldungsdatum: Beiträge: 23 |
LOL, ja, so kenne ich das auch, jedoch hat mir da immer das "N" gefehlt. |
(Themenstarter)
Anmeldungsdatum: Beiträge: 23 |
Das ist das Ergebnis: root@antix1:/home/demo# sgdisk -P -p /dev/sdb ; echo $? Warning: Partition table header claims that the size of partition table entries is 0 bytes, but this program supports only 128-byte entries. Adjusting accordingly, but partition table may be garbage. Warning: Partition table header claims that the size of partition table entries is 0 bytes, but this program supports only 128-byte entries. Adjusting accordingly, but partition table may be garbage. Creating new GPT entries in memory. Disk /dev/sdb: 1953525168 sectors, 931.5 GiB Model: 500SSD1 Sector size (logical/physical): 512/512 bytes Disk identifier (GUID): 9292F807-1F29-4CEE-B825-537A49E9C8FE Partition table holds up to 128 entries Main partition table begins at sector 2 and ends at sector 33 First usable sector is 34, last usable sector is 1953525134 Partitions will be aligned on 2048-sector boundaries Total free space is 1953525101 sectors (931.5 GiB) Number Start (sector) End (sector) Size Code Name 0 root@antix1:/home/demo# sgdisk -Z -v /dev/sdb ; echo $? Warning: Partition table header claims that the size of partition table entries is 0 bytes, but this program supports only 128-byte entries. Adjusting accordingly, but partition table may be garbage. Warning: Partition table header claims that the size of partition table entries is 0 bytes, but this program supports only 128-byte entries. Adjusting accordingly, but partition table may be garbage. Creating new GPT entries in memory. GPT data structures destroyed! You may now partition the disk using fdisk or other utilities. No problems found. 1953525101 free sectors (931.5 GiB) available in 1 segments, the largest of which is 1953525101 (931.5 GiB) in size. 0 root@antix1:/home/demo# sgdisk -P -p /dev/sdb ; echo $? Warning: Partition table header claims that the size of partition table entries is 0 bytes, but this program supports only 128-byte entries. Adjusting accordingly, but partition table may be garbage. Warning: Partition table header claims that the size of partition table entries is 0 bytes, but this program supports only 128-byte entries. Adjusting accordingly, but partition table may be garbage. Creating new GPT entries in memory. Disk /dev/sdb: 1953525168 sectors, 931.5 GiB Model: 500SSD1 Sector size (logical/physical): 512/512 bytes Disk identifier (GUID): CB751A13-E72C-4BE2-927E-48252BDF3DFB Partition table holds up to 128 entries Main partition table begins at sector 2 and ends at sector 33 First usable sector is 34, last usable sector is 1953525134 Partitions will be aligned on 2048-sector boundaries Total free space is 1953525101 sectors (931.5 GiB) Number Start (sector) End (sector) Size Code Name 0 root@antix1:/home/demo# |
Supporter, Wikiteam
Anmeldungsdatum: Beiträge: 7816 |
|
(Themenstarter)
Anmeldungsdatum: Beiträge: 23 |
Hallo kB, durchgeführt! nur leider wurde die Sicherheit nicht automatisch wieder hergestellt. habe ich nach Lösungen gesucht, der beschriebene Weg im Archiv ist jedoch unvollständig. Durch ausprobieren, mit Ergänzung "/dev/sdb" hat er dann den Befehl akzeptiert... |
(Themenstarter)
Anmeldungsdatum: Beiträge: 23 |
root@antix1:/home/demo# sgdisk -P -p /dev/sdb ; echo $? Disk /dev/sdb: 1953525168 sectors, 931.5 GiB Model: 500SSD1 Sector size (logical/physical): 512/512 bytes Disk identifier (GUID): FADDD0DA-B72C-4BBD-B90D-512C2D8BD5F0 Partition table holds up to 128 entries Main partition table begins at sector 2 and ends at sector 33 First usable sector is 34, last usable sector is 1953525134 Partitions will be aligned on 2048-sector boundaries Total free space is 1953525101 sectors (931.5 GiB) Number Start (sector) End (sector) Size Code Name 0 root@antix1:/home/demo# |
(Themenstarter)
Anmeldungsdatum: Beiträge: 23 |
Irre ich mich, oder solte es jetzt tatsächlich gelöst sein? |
Supporter, Wikiteam
Anmeldungsdatum: Beiträge: 7478 |
Schwer zu sagen, du sitzt vor dem Gerät. 🤣
Wenn da diese Meldung nicht mehr kommt, dann stelle auf gelöst. Bitte beachte diesen Punkt: Forum/Syntax (Abschnitt „geloest-ungeloest“) unserer Regeln. |