disklabel -h sd2 shows this

# /dev/rsd2c:
type: SCSI
disk: SCSI disk
label: nal USB 3.0
duid: some-number
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 31130
total sectors: 500118192 # total bytes: 238.5G
boundstart: 64
boundend: 500118192

16 partitions:
#                size           offset  fstype [fsize bsize   cpg]
  a:           238.5G               64    RAID
  c:           238.5G                0  unused


disklabel -h sd3 shows this

# /dev/rsd3c:
type: SCSI
disk: SCSI disk
label: SR CRYPTO
duid: some-number
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 31130
total sectors: 500117600 # total bytes: 238.5G
boundstart: 64
boundend: 500117600

16 partitions:
#                size           offset  fstype [fsize bsize   cpg]
  c:           238.5G                0  unused
  i:           238.5G               64  4.2BSD   4096 32768 26062 #
/mnt/extssd

but df -h shows this ..SSD is new and I followed
https://www.openbsd.org/faq/faq14.html encrypting external disks

Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/sd3i      235G    4.0K    223G     1%    /mnt/extssd

this is weird, does this have to be like this? or did I do something
wrong? I did do everything twice sxcept overwriting with /dev/urandom,
maybe it's that
also did bioctl -P -r newnumber after sd2 was decrypted and sd3 mounted

Reply via email to