News: This forum is now permanently frozen.
Pages: [1]
Topic: mount image Error using workon.sh  (Read 3467 times)
« on: May 14, 2007, 14:57:21 »
adwie *
Posts: 1

Hi,
   I'm trying to mount generic-image beta version on my FreeBSD 6.2

when i try to mount image with workon.sh i receive this error:

Code:
FreeBSD# ./workon.sh generic-pc-1.3b2.img
mount: /dev/md90 on /usr/home/m0n0wall/mnt1: incorrect super block
./workon.sh: cannot open mnt1/mfsroot.gz: No such file or directory
mdconfig: could not open tmp/generic-pc-1.3b2.img-mfsroot: No such file or directory
mount: /dev/md91: No such file or directory

Can you help me?

ps: with 1.23 version work correctly
« Reply #1 on: May 16, 2007, 18:03:01 »
Lui *
Posts: 2

edit workon.sh:

instead of:

mdconfig -a -t vnode -f tmp/${IMAGE} -u 90
mount /dev/md90 mnt1

should be:
mdconfig -a -t vnode -f tmp/${IMAGE} -u 90
mount /dev/md90a mnt1
 
Pages: [1]
 
 
Powered by SMF 1.1.20 | SMF © 2013, Simple Machines