On Mon, 21 Sep 2026 06:46:30 -0000
Crystal Kolipe <[email protected]> wrote:

> From the bootloader you can use the 'machine diskinfo' command to list the
> disks that are recognised, (by the bios).
> 
> This will list the device name, (that the bootloader uses, not the same as
> what the running kernel will see it as), and the size of the disk, (and other
> information).

Right ON!! Just what I needed!

I did some snooping around in the meantime:
cd /dev
sh MAKEDEV sd1
hw.disknames
=> sd0:, cd0:, rd0:c1cbee....., sd1:9a607......
fdisk -v sd1  => lots of output - looks okay to me
fdisk -v sd1a
=> Disk: sd1a geometry: 91201/255/63 [xxxxxxxxx Sectors]
   Offset: 0 Signature:0x57c  No MBR or GPT
fsck -p /dev/rsd1a
=> /dev/rsd1a: file system is clean; not checking
disklabel sd1   => all looks good - got a screeshot

I'm slowly re-learning the BSD way of things. Thx again!
-- 
Duke

Reply via email to