06-30-2021, 07:39 PM
(06-30-2021, 07:24 PM)Blue566 Wrote: Thank you, will do.
BTW what's the correct way of formattign a 32GB Sd card fro teh Pi/Moode? I understand it only supports FAT so only really using 4GB of the 32GB?
Thank you,
Nope. Here's the fdisk output for the memory stick I'm using on the moOde player I have running at the moment:
Code:
Disk /dev/sda: 14.3 GiB, 15376318464 bytes, 30031872 sectors
Disk model: Cruzer Fit
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: dos
Disk identifier: 0x067e19d7
Device Boot Start End Sectors Size Id Type
/dev/sda1 8192 532479 524288 256M c W95 FAT32 (LBA)
/dev/sda2 532480 30031871 29499392 14.1G 83 Linux
The first partition is formatted FAT32 and contains the boot filesystem. The second partition is formatted "Linux" and contains my expanded root filesystem.
This is baked into the moOde image file which Tim distributes and which is flashed to SDCard or USB memory stick or to a USB drive.
Regards,
Kent