Date: Tue, 5 Mar 2024 10:03:35 -0800 (PST) From: Paul Goyette <p...@whooppee.com> Message-ID: <pine.neb.4.64.2403050953380.2...@speedy.whooppee.com>
| The resulting device, however, is a gpt device (with one wedge | named ``Builds''). Sounds normal enough. | There is an entry for ccd0 in /etc/fstab, How did that get there? fstab should have filesystem devices (here the wedge, either as its /dev/dkN name or NAME=xxx) not the name of the containing device - there's no filesystem to check there. | but there is no /dev/ccd0 Why not? MAKEDEV should make that one (not that you should be using it for the setup described) along with all the other ccd0[a-p] nodes (none of which, except one of ccd0[cd] perhaps, are useful with GPT). kre