It was an adventure learning how to mount a GUID Partition Table (GPT) second extended file system (ext2) partition on NetBSD. mount -t ext2fs /dev/dk8 /mnt was what I needed to do. You'll likely need to change the number 8 to another one, as I have a lot of partitions because my laptop is configured to boot four different operating systems. #NetBSD #gpt #ext2 #mounting