# Internal boot/root/data partitions - keep them out of the USB auto-mounter so
# they do not surface as folders in the Sample Browser's USB view. The $ anchors
# the match to the whole device name (mount.sh matches with `expr match`, which is
# start-anchored only), so /dev/mmcblk0p1 does not also swallow /dev/mmcblk0p10.
/dev/nvme0n1p1$
/dev/nvme0n1p2$
/dev/nvme0n1p3$
/dev/mmcblk0p1$
/dev/mmcblk0p2$
/dev/mmcblk0p3$
/dev/mmcblk0p4$
/dev/mmcblk0p5$
/dev/mmcblk0p6$
/dev/mmcblk0p7$
