Piroman 5 showing wrong disk size

Any way to fix it?

sudo pironman5 -v
1.2.19

You have to go into Dashboard ( IP address : 34001) go in settings and you’ll find oled settings.

Yes, that’s correct. You need to access the dashboard settings page, set the OLED disk, and choose the disk you are using for display.

If you are currently booting from an SD card, please set it to /dev/mmcblk0 and then check if the disk displayed on the OLED screen is correct.

I want show GB not TB and when i swith to my nvme it show still 0/0.2TB

Our software currently has this issue. We will fix it in the next version.

We have determined that when the memory exceeds 100GB, it is converted to 0.1TB.

1 Like

I have one more question what branch i need to edit to build custom 1.2.19 version?

The source code you provided is incorrect. The code you shared is for Pironman4, which is for the Raspberry Pi 4 case, not the Raspberry Pi 5 case.

The correct source code for Pironman5 can be found here:

If you would like to download version 1.2.19 of the Pironman5 software, you can execute the following command:

git clone -b 1.2.19 GitHub - sunfounder/pironman5: Code for Raspberry Pi 5 case (Pironman5) --depth 1

I dont see here any code like disk_info = get_disk_info() xDD

It is a required dependency library.pm_auto/pm_auto/oled_page/disk.py at main · sunfounder/pm_auto · GitHub