shakeshuck The NAME=something
(you don't need the /a
part) works if you have GPT partitions (aka. wedges) with labels. Not sure if that works with the FFS filesystem labels. My /etc/fstab
is:
NAME=NetBSD_main / ffs rw,log,noatime 1 1
NAME=NetBSD_swap none swap sw,dp
kernfs /kern kernfs rw
ptyfs /dev/pts ptyfs rw
procfs /proc procfs rw
tmpfs /var/shm tmpfs rw,-m1777,-sram%50
tmpfs /tmp tmpfs rw,-m1777,-sram%50