Error mounting local file systems

Hello all

I can ask a question I am hoping it is commencing a response :)

I installed freeBSD v8 I just have a little problem at first boot
that's what marks me:

Code:
THE FOLLOWING FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY:
            ufs: /dev/X (/prg)
unknown error; help!
ERROR: ABORTING BOOT (sending SIGTERM to parent)!

the fstab is :
Code:
/dev/da0sib               none       swap    sw      0     0
/dev/da0sia               /          ufs     rw      1     1
/dev/da0sih               /dbs       ufs     rw      2     2
/dev/da0sig               /mnt       ufs     rw      2     2
/dev/X               /prg       ufs     rw      2     2
/dev/da0sie               /tmp       ufs     rw      2     2
/dev/da0sif               /usr       ufs     rw      2     2
/dev/da0sid               /var       ufs     rw      2     2


if I did a fsck:

Code:
Can't stat /dev/X no such file or directory

I search on google and the forum but I found nothing

thank you for your reply :)
 
what is i doing between s and b for example?
Code:
/dev/da0s[red]i[/red]b none swap sw 0 0
... same for others
wasn't that supposed to be number 1 to 4 (or 0 to 3?) ?
 
sorry I do not know how this is the first installation I can not say if the contents of fstab is normal:r
 
already thank you for your attention

I installed FreeBSD on a VMware ESXi
it may be the coming of the ad0?
 
It sould be on ad0, in that case
check names with
$ ls /dev/ad*
and replace your entries in fstab accordingly...
 
Back
Top