LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   "incorrect super block" (https://www.linuxquestions.org/questions/%2Absd-17/incorrect-super-block-245247/)

kpachopoulos 10-20-2004 04:05 PM

"incorrect super block"
 
This is my fstab entry for my second HD:
/dev/ad2s1 /back ufs rw 0 0
I do "mount /dev/ad2s1" and a message "incorrect super block appears". What does this mean?
I use FreeBSD 5.2.1.

frob23 10-20-2004 05:22 PM

You need a partition on that slice.

You might already have one. Change the fstab to:
/dev/ad2s1a /back ufs rw 0 0

You also want to check this filesystem at boot (you are automatically mounting it) change the last 0 to 2 (or whatever numbers represent your other normal partitions if you changed them from the defaults.


All times are GMT -5. The time now is 07:52 PM.