START sys/dev/vnd 2021-02-23T07:36:04Z ==== run-regress-async-mount ==== vnconfig -u vnd0 2>/dev/null || true umount -f /mnt/regress-vnd 2>/dev/null || true mkdir -p /mnt/regress-vnd mount_mfs -s1M -oasync swap /mnt/regress-vnd dd if=/dev/zero of=/mnt/regress-vnd/disk.img count=1024 1024+0 records in 1024+0 records out 524288 bytes transferred in 0.006 secs (79612083 bytes/sec) vnconfig vnd0 /mnt/regress-vnd/disk.img echo 'e 0\nC\n\n64\n960\nw\nq\n' | fdisk -e vnd0 Enter 'help' for information vnd0: 1> Starting Ending LBA Info: #: id C H S - C H S [ start: size ] ------------------------------------------------------------------------------- 0: 00 0 0 0 - 0 0 0 [ 0: 0 ] unused Partition id ('0' to disable) [01 - FF]: [0] (? for help) Do you wish to edit in CHS mode? [n] Partition offset [0 - 1023]: [0] Partition size [1 - 960]: [1] vnd0*: 1> Writing MBR at offset 0. vnd0: 1> newfs -t msdos vnd0i /dev/rvnd0i: 920 sectors in 115 FAT12 clusters (4096 bytes/cluster) bps=512 spc=8 res=1 nft=2 rde=512 sec=960 mid=0xf8 spf=1 spt=63 hds=1 hid=64 ==== cleanup ==== vnconfig -u vnd0 2>/dev/null || true umount -f /mnt/regress-vnd 2>/dev/null || true rmdir /mnt/regress-vnd 2>/dev/null || true PASS sys/dev/vnd Duration 0m00.61s