-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPTconverter seems to work but still left with same partition sizes #2
Comments
sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL |
As I can see you have 3 partitions (ending p1, p2 and p3). Your total size is 3.6T and you use this total size. p2 and p3 have 1.8T. So if you only want "one" big partition, you have to delete partion p3 and resize p2 to full size (around 3.6T). p1 is always needed as system-boot partition with 512M. |
Thanks for your reply and confirmation of GPTConverter working correctly….with Ubuntu server, what app might you recommend to delete p3 and increase the size of p2?
Declan
… On 19 Aug 2024, at 14:56, MC Pat ***@***.***> wrote:
As I can see you have 3 partitions (ending p1, p2 and p3). Your total size is 3.6T and you use this total size. p2 and p3 have 1.8T. So if you only want "one" big partition, you have to delete partion p3 and resize p2 to full size (around 3.6T). p1 is always needed as system-boot partition with 512M.
This is no error of gptconverter, it's your amount of partitions.
—
Reply to this email directly, view it on GitHub <#2 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BKTEBDODM5E5WS76XOECDYLZSH2SDAVCNFSM6AAAAABMVSV6MSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJWGY2DKMBYGU>.
You are receiving this because you authored the thread.
|
I am not sure if ubuntu server is using p3, so what is the content of p3? I rethink about it, just deleting is maybe not safe. I use Raspberry Pi OS and this isn't creating/using p3. you can also try to install gparted with |
I got it working eventually. I wiped my 4TB drive and reinstalled Ubuntu Server. Then used your script from Raspberry Pi OS on the SSD card, used option 1b and expanded the GPT partition ....thanks! Now I have on the NVME: |
Hi Patrick,
Thank you for your time with this software. It seems to run ok (option 1b) but my partitions are still the same size and I suspect I have to now figure out a way of increasing the partition I'm using....any pointers should be great.
Thanks,
Declan.
sudo fdisk -l
Disk /dev/loop0: 33.65 MiB, 35287040 bytes, 68920 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop1: 33.71 MiB, 35344384 bytes, 69032 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/nvme0n1: 3.64 TiB, 4000787030016 bytes, 7814037168 sectors
Disk model: CT4000P3PSSD8
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: E0F52DAC-FDD5-46D0-BC45-C90428CCF7CF
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 1050623 1048576 512M Microsoft basic data
/dev/nvme0n1p2 1050624 3907545087 3906494464 1.8T Linux filesystem
/dev/nvme0n1p3 3907545088 7814035455 3906490368 1.8T Linux filesystem
The text was updated successfully, but these errors were encountered: