Page 1 of 1

How to format a new SD Card for GPSMAP 66 on Linux?

Posted: Wed Jan 25, 2023 11:47 pm
by Pathfinder
How should I partition and format a new SD card on Linux exactly?
  • Should I use GPT?
  • Does the GPSMAP expect vfat?

    Code: Select all

    sudo mkfs.vfat /dev/sdX

Re: How to format a new SD Card for GPSMAP 66 on Linux?

Posted: Thu Jan 26, 2023 3:00 am
by ljnjtrails
I would stick with the basic setup: 1 partition on the card, with one FAT32 filesystem in that partition.

Normally the card would already be partioned that way so you would not have to change that. Just create the filestem like you have below except with the partition number: mkfs.vfat /dev/sdX1 where X varies.

What commands you use depends on your distribution; I use cfdisk for partitioning and mkfs.vfat to make filesystems.

There is a recent discussion here about what size filesystem or SD card the GPSMAP will take. Garmin only says "32 GB maximum filesystem size", but doesn't specifically say whether the GPSMAP takes SDXC cards (> 32GB). I don't have any such cards to test with but some people are claiming they do work. I find it hard to believe a recent device would not accept SDXC cards, but the filesystem size limitation might be real.

(I tried making 2 partitions and filesystems on a card, and the GPSMAP ignores the second, which is not unexpected.)