Hello all,
Being that the install of PF is one of the few things that have recently changed on my system, I believe this may be the cause of my troubles. After rebooting, I got the following messages:
I would continue getting these messages until it eventually dumped me into single user mode.
Once in single user mode, I decided I would disable PF in /etc/rc.conf but the file system is mounted as read only, and when I tried to mount / as read/write I got the following error:
I tried to run
Thanks
Being that the install of PF is one of the few things that have recently changed on my system, I believe this may be the cause of my troubles. After rebooting, I got the following messages:
Code:
(ada0:ata2:0:0:0): READ_DMA. ACB: c8 00 5f 7d 0b 40 00 00 00 00 80 00
(ada0:ata2:0:0:0): CAM status: ATA Status Error
(ada0:ata2:0:0:0): ATA status: 51 (DRDY SERV ERR), error: 40 (UnC )
(ada0:ata2:0:0:0): RES: 51 40 5f 7d 0b 00 00 00 00 80 00
(ada0:ata2:0:0:0): Retrying command
Once in single user mode, I decided I would disable PF in /etc/rc.conf but the file system is mounted as read only, and when I tried to mount / as read/write I got the following error:
Code:
mount: /dev/ad4s1a: R/W mount of / denied. Filesystem is not clean - run fsck.:
Operation not permitted
I tried to run
fsck
on /dev/ad4s1a and got the same errors from the initial boot. I then tried to mount /dev/ad4s1a after booting from a live CD but no luck there. Any thoughts on what steps I can take from here would be greatly appreciated.Thanks