On Mon, Jul 23, 2012 at 04:21:55PM +0200, Martin Husemann wrote: > You can mount them by name. I have (on my non-GPT root disk): > > NAME=sb2k5Root/a / ffs rw,log 1 1 > NAME=sb2k5Root/b none swap sw,dp 0 0 > > in /etc/fstab. With gpt you can label the partitions with arbitrary names > (instead of the disklabel volume name/partition that I use above).
Thanks for the example. I've added it to fstab(5), together with an example for gpt-disks. Thomas