-
Notifications
You must be signed in to change notification settings - Fork 125
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
Data partition size #861
Comments
By altering the partitions manually, you have probably inadvertently changed the diskID. Some tools like Parted may do this. As you are using an SSD, it will be using partuiid references based on the diskID, so it won't find the partitions. (LibreELEC may use labels or another method to reference its partitions - just a guess - I haven't checked) Regarding the data partition size, this can now be adjusted on installation when the Adjust Size of OSes dialog comes up. Even though the data partition is indicated as having a fixed size, this just means any spare capacity will not be shared to it, but you can add any extra size you want. But first you must remove the extra allocations from the other OSes to make room. |
The fdisk command in Raspios initramfs is not very comprehensive and does not show the diskID. Alternatively, if you have enabled PINN's ssh, you can login remotely with a PuTTY and capture the output that way. |
Hello @procount |
Yeah, you see the current disk Identifier from fdisk is 0x6d144741, but in the cmdline.txt files, it is expecting it to be 7cde0769. So changing the partition sizes has changed the diskID. You can change the diskID back again using fdisk.
|
Hello @procount
Is there any reason to keep Data partition in Pinn on 500MB? On new installation it was possible to change of size of all systems but not Data partition size.
I bought 512 GB raspberry SSD with M2 hat and want keep rest of disk for data, but because it was not possible to change Data size, I am shortening last project space to 10GB and from rest made new ext4 partition for data. After this I can not boot my both raspios systems. IT stacks on some message about missing partition please sebe attached picture. Do you have some idea how to fix this problem?
Strange is that LibreElec working without problem.
Thanks for your help.
Jan
The text was updated successfully, but these errors were encountered: