15.1.4 Review of Special Device
15.1.4.1 Booting SD Card
The default Debian distribution consists of two partitions on the SD card. The first partition is 75 MB in VFAT format, a format for Microsoft’s removable devices. It has the files needed to configure Raspberry Pi and files to load Linux itself, and is mounted as “/boot” after booting. The second partition is much larger in the EXT4 format, the default format for fast access and data reliability in Linux. All other programs, user-installed programs, and user data are all stored here. It occupies most of the SD card.