Friday, February 26, 2021

6.8 Install Issue

After making the filesystems, I get error messages:

sd0> p
OpenBSD area: 125033958-250067790; size: 125033832; free: 28
# size offset fstype [fsize bsize cpg]
a: 2104480 133435904 4.2BSD 2048 16384 1 # /
b: 8401932 125033958 swap
c: 250069680 0 unused
d: 2104512 135540384 4.2BSD 2048 16384 1
e: 4209024 137644896 4.2BSD 2048 16384 12960 # /tmp
f: 4209056 141853920 4.2BSD 2048 16384 12960 # /var
g: 4209024 146062976 4.2BSD 2048 16384 1
h: 5365696 244702080 4.2BSD 2048 16384 12960 # /home
i: 125033832 63 unknown
j: 2104512 150272000 4.2BSD 2048 16384 12960 # /root
k: 10490432 152376512 4.2BSD 2048 16384 12960 # /var/crash
l: 2104512 162866944 4.2BSD 2048 16384 12960 # /var/log
m: 2104544 164971456 4.2BSD 2048 16384 12960 # /var/mail
n: 58733632 167076000 4.2BSD 2048 16384 12960 # /usr
o: 16787904 225809632 4.2BSD 2048 16384 12960 # /usr/obj
p: 2104544 242597536 4.2BSD 2048 16384 12960 # /usr/local/c
sd0> ?
Available commands:
? | h - show help n [part] - set mount point
A - auto partition all space p [unit] - print partitions
a [part] - add partition q - quit & save changes
b - set OpenBSD boundaries R [part] - resize auto allocated partition
c [part] - change partition size r - display free space
D - reset label to default s [path] - save label to file
d [part] - delete partition U - undo all changes
e - edit drive parameters u - undo last change
g [d|u] - [d]isk or [u]ser geometry w - write label to disk
i - modify disklabel UID X - toggle expert mode
l [unit] - print disk label header x - exit & lose changes
M - disklabel(8) man page z - delete all partitions
m [part] - modify partition

Suffixes can be used to indicate units other than sectors:
'b' (bytes), 'k' (kilobytes), 'm' (megabytes), 'g' (gigabytes) 't' (terabytes)
'c' (cylinders), '%' (% of total disk), '&' (% of free space).
Values in non-sector units are truncated to the nearest cylinder boundary.
sd0> w
sd0> q
No label changes.
newfs: /dev/rsd0a is mounted on /mnt
/dev/rsd0h: 2620.0MB in 5365696 sectors of 512 bytes
13 cylinder groups of 202.50MB, 12960 blocks, 25920 inodes each
/dev/rsd0j: 1027.6MB in 2104512 sectors of 512 bytes
6 cylinder groups of 202.50MB, 12960 blocks, 25920 inodes each
/dev/rsd0e: 2055.2MB in 4209024 sectors of 512 bytes
11 cylinder groups of 202.50MB, 12960 blocks, 25920 inodes each
/dev/rsd0n: 28678.5MB in 58733632 sectors of 512 bytes
142 cylinder groups of 202.50MB, 12960 blocks, 25920 inodes each
/dev/rsd0p: 1027.6MB in 2104544 sectors of 512 bytes
6 cylinder groups of 202.50MB, 12960 blocks, 25920 inodes each
/dev/rsd0o: 8197.2MB in 16787904 sectors of 512 bytes
41 cylinder groups of 202.50MB, 12960 blocks, 25920 inodes each
/dev/rsd0f: 2055.2MB in 4209056 sectors of 512 bytes
11 cylinder groups of 202.50MB, 12960 blocks, 25920 inodes each
/dev/rsd0k: 5122.3MB in 10490432 sectors of 512 bytes
26 cylinder groups of 202.50MB, 12960 blocks, 25920 inodes each
/dev/rsd0l: 1027.6MB in 2104512 sectors of 512 bytes
6 cylinder groups of 202.50MB, 12960 blocks, 25920 inodes each
/dev/rsd0m: 1027.6MB in 2104544 sectors of 512 bytes
6 cylinder groups of 202.50MB, 12960 blocks, 25920 inodes each
Available disks are: sd1.
Which disk do you wish to initialize? (or 'done') [done]
/dev/sd0a on /mnt type ffs (local, read-only)
mkdir: /mnt: Not a directory
mount: realpath /mnt/home: Not a directory

mkdir: /mnt: Not a directory
mount: realpath /mnt/root: Not a directory

mkdir: /mnt: Not a directory
mount: realpath /mnt/tmp: Not a directory

mkdir: /mnt: Not a directory
mount: realpath /mnt/usr: Not a directory

mkdir: /mnt: Not a directory
mount: realpath /mnt/usr/local/src: Not a directory

mkdir: /mnt: Not a directory
mount: realpath /mnt/usr/obj: Not a directory

mkdir: /mnt: Not a directory
mount: realpath /mnt/var: Not a directory

mkdir: /mnt: Not a directory
mount: realpath /mnt/var/crash: Not a directory

mkdir: /mnt: Not a directory
mount: realpath /mnt/var/log: Not a directory

mkdir: /mnt: Not a directory
mount: realpath /mnt/var/mail: Not a directory


WARNING! The following filesystems were not properly mounted:
/mnt/home (de5701386a9f9155.h)
/mnt/root (de5701386a9f9155.j)
/mnt/tmp (de5701386a9f9155.e)
/mnt/usr (de5701386a9f9155.n)
/mnt/usr/local/src (de5701386a9f9155.p)
/mnt/usr/obj (de5701386a9f9155.o)
/mnt/var (de5701386a9f9155.f)
/mnt/var/crash (de5701386a9f9155.k)
/mnt/var/log (de5701386a9f9155.l)
/mnt/var/mail (de5701386a9f9155.m)
Continue anyway? [no]

No comments:

Post a Comment