Manual root filesystem specification

Hi all.

I have a problem while system boot. (freebsd_1.jpg)
I installed my system on vmware player. Earlier I only installing FreeBSD 7.0, and have no problem...

First I try to use fsck(8) tool (fsck -t ufs -y /dev/da0p4 - first to fix /etc partition and mount it). (freebsd_2.jpg)

Then I use fsck(8) for others partitions, and mounted them. (freebsd_3.jpg)

My /etc/fstab file look correctly (or not?) (freebsd_4_fstab)

But after reboot I see this problem again.
 

Attachments

  • freebsd_1.jpg
    freebsd_1.jpg
    85.6 KB · Views: 588
  • freebsd_2.jpg
    freebsd_2.jpg
    76.7 KB · Views: 544
  • freebsd_3.jpg
    freebsd_3.jpg
    77.7 KB · Views: 508
  • freebsd_4_fstab.jpg
    freebsd_4_fstab.jpg
    54.3 KB · Views: 489
To explain this a bit further, why it's a bad idea. Once the kernel is loaded the root (/) filesystem is mounted read-only. It then needs to access /etc/fstab to know which filesystems to mount so it can continue booting. Since that's on a separate (unmounted) filesystem the OS has no idea what to do next.
 
Back
Top