## Example /etc/fstab file, with one partition for boot, one's for swap and one's for root

# Example root partition
/dev/sda3      	/ ext4	rw,relatime	0 1

# Example boot partition		
/dev/sda1	/boot     	ext4      	rw,relatime	0 2

# Example swap partition 
/dev/sda2	none      	swap      	defaults  	0 0

