HelmSecure / armbian-images

GNU General Public License v2.0
32 stars 6 forks source link

Loaded Armbian but only recognizes 7.3GB ssd drive size instead of 1TB #33

Closed git529 closed 1 year ago

git529 commented 1 year ago

Is there something that needs to be done in order for it to recognize the full 1TB size?

image

image

git529 commented 1 year ago

closed

justinhamlett commented 6 months ago

was there a fix to this?

l3nticular commented 6 months ago

There’s an encrypted LVM volume(s) on the NVMe. I never tried to access those volumes, but I did wipe and set up a new one and use it for my docker containers and data.

https://old.reddit.com/r/HelmServerMods/comments/10pfcdf/setting_up_ssd/

justinhamlett commented 6 months ago

Thank you for the response and information! Worked like a charm and now have access to a 953G data volume.

So the helmv2 has 2 separate storage disks, one disk for booting/OS at /dev/mmcblk2 (7.28G) and a NVMe disk at /dev/nvme0n1 (953.87G) for storing data?

l3nticular commented 6 months ago

Yes there is an eMMC (basically the chip from a microsd card) soldered onto the board, and the NVMe disk is just a standard M.2 SSD that you can remove and use in another device if you want.