Hi,
I just upgraded from 10.3-RELEASE to 11.1-RELEASE and noticed an odd issue at boot with my external USB drive (UFS).
I get the following kernel boot messages when the drives are being detected:
I was then in single user mode, at which point I ran
...and the operation seems to complete fine. However I continue to get the same error on the next boot. Is the volume not marked 'clean' at this point?
In order to get things to work I had to comment out this volume from /etc/fstab for the boot to succeed:
I would like this to be auto-mounted on startup though.
Any idea what step I am missing here or any checks I can try?
Thanks,
Rob
I just upgraded from 10.3-RELEASE to 11.1-RELEASE and noticed an odd issue at boot with my external USB drive (UFS).
I get the following kernel boot messages when the drives are being detected:
Code:
Jul 31 22:56:26 S-JUPITER kernel: Can't stat /dev/gpt/backup: No such file or directory
Jul 31 22:56:26 S-JUPITER kernel: Can't stat /dev/gpt/backup: No such file or directory
Jul 31 22:56:26 S-JUPITER kernel: THE FOLLOWING FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY:
Jul 31 22:56:26 S-JUPITER kernel: ufs: /dev/gpt/backup (/Backup)
Jul 31 22:56:26 S-JUPITER kernel: Unknown error; help!
Jul 31 22:56:26 S-JUPITER kernel: ERROR: ABORTING BOOT (sending SIGTERM to parent)!
Jul 31 22:56:26 S-JUPITER kernel: Jul 31 16:51:14 init: /bin/sh on /etc/rc terminated abnormally, going to single user mode
Jul 31 22:56:26 S-JUPITER kernel: Enter full pathname of shell or RETURN for /bin/sh:
I was then in single user mode, at which point I ran
fsck /dev/gpt/backup
...and the operation seems to complete fine. However I continue to get the same error on the next boot. Is the volume not marked 'clean' at this point?
In order to get things to work I had to comment out this volume from /etc/fstab for the boot to succeed:
Code:
#/dev/gpt/backup /Backup ufs rw 2 2
I would like this to be auto-mounted on startup though.
Any idea what step I am missing here or any checks I can try?
Thanks,
Rob