04-20-2025, 03:31 PM
The share "NVMe" that you see in Windows/Mac/Linux file managers has a size equal to the size of the /mnt/NVME directory on the root file system which is on the mmcblk0p2 partition of the SDCard. In your case it's 29.2G.
To get the max size of NVMe/Music you will need to create a manual connection to it from Windows file manager. I'm not sure what menu pick gets you to the screen that lets you "connect to a share".
Any way here's an example of the size differences on a system that has a 32G SDCard and a 1T NVMe drive.
And here's what Mac Finder reports as sizes for connections (mounts) to NVMe and NVMe/Music
To get the max size of NVMe/Music you will need to create a manual connection to it from Windows file manager. I'm not sure what menu pick gets you to the screen that lets you "connect to a share".
Any way here's an example of the size differences on a system that has a 32G SDCard and a 1T NVMe drive.
Code:
pi@trx:~ $ df -h /mnt/NVME
Filesystem Size Used Avail Use% Mounted on
/dev/root 29G 3.9G 24G 15% /
pi@trx:~ $ df -h /mnt/NVME/Music
Filesystem Size Used Avail Use% Mounted on
/dev/nvme0n1 916G 123G 747G 15% /mnt/NVME/Music
And here's what Mac Finder reports as sizes for connections (mounts) to NVMe and NVMe/Music