The article explores how Postgres stores data on disk, starting with a fresh Postgres installation and examining the database folders and files. It discusses the different types of files and folders, including the base directory, system catalogs, and data files. The article also delves into the concept of pages and the heap, explaining how Postgres stores data in a heap and how pages are used to manage data. The author aims to provide a detailed understanding of Postgres' data storage mechanisms.