View Single Post
  #5   (View Single Post)  
Old 23rd July 2015
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Here's my inspection of the 5.7-release image file. I used vnconfig(8) to address the image file as a logical disk drive.
Code:
# vnconfig vnd0 miniroot-cubie-57.fs
# fdisk vnd0
Disk: vnd0    geometry: 368/1/100 [36864 Sectors]
Offset: 0    Signature: 0xAA55
        Starting         Ending        LBA Info:
 #: id        C    H   S -         C     H   S [       start:         size ]
-------------------------------------------------------------------------------
*0: 0C       62    0  38 -       321     0  30 [    6237:        25893 ] Win95 FAT32L
 1: 00        0    0   0 -         0     0   0 [       0:        0 ] unused
 2: 00        0    0   0 -         0     0   0 [       0:        0 ] unused
 3: A6        0    0  65 -       321     0  30 [      64:        32066 ] OpenBSD
# disklabel vnd0
# /dev/rvnd0c:
type: vnd
disk: vnd device
label: fictitious
duid: 0000000000000000
flags:
bytes/sector: 512
sectors/track: 100
tracks/cylinder: 1
sectors/cylinder: 100
cylinders: 368
total sectors: 36864
boundstart: 64
boundend: 32130
drivedata: 0

16 partitions:
#         size        offset    fstype [fsize bsize  cpg]
  c:        36864             0    unused
  i:        25893          6237     MSDOS
# mount /dev/vnd0i /mnt
# ls /mnt
bsd.umg     uenv.tx  uenv.txt
# umount /mnt
# vnconfig -u vnd0
#
Reply With Quote