I have an oddity with my /boot (/dev/hda1). It is ext3 (or that is what I told it to be mkfs.ext3 /dev/hda1) and the box boot up fine, then seems to unmount /boot (/dev/hda1) and doesn't wanna' mount it again.
My fstab appears like:
Code: Select all
/dev/hda1 /boot ext3 defaults,noatime 0 2
When I attempt either:
Code: Select all
mount -t ext3 /dev/hda1 /bootCode: Select all
mount /dev/hda1I get the same feed back (in my headding)
Help?
Thanks,
Justin
P.S. /dev/hda1 is /boot .. /dev/hda2 is / and /dev/hda3 is swap.


