First, make sure the configuration in your control panel is pointing /dev/ubda to the intended filesystem image.
If the /dev/ubda node doesn't exist in the rescue image's /dev directory, you can create it like this:
Code:
# /bin/mknod -m 660 /dev/ubda b 98 0; chown root.disk /dev/ubda
Then you can do this again to locate the alternative superblock:
raj wrote:
(Repair filesystem) 44 # backup_sblock=`mke2fs -n /dev/ubdb | tail -2 | grep , | awk -F, '{print $1}'`
Only specifying /dev/ubda instead of /dev/ubdb.