Dear All,<br><br>Recently I have installed Ubuntu 10.10 on fresh system. after running perfectly for few days, today I got the following error on boot:<br><br><pre class="bbcodeblock" dir="ltr" style="margin: 0px -99999px 0px 0px; padding: 3px; border: 1px inset; width: 98%; height: 50px; text-align: left; overflow: auto;">
error: unknown filesystem<br>grub rescue ></pre><br>After googling I have tried the following process through live CD <br><br> <div style="margin: 5px 20px 20px;">
        <div class="smallfont" style="margin-bottom: 2px;">Code:</div>
        <pre class="bbcodeblock" dir="ltr" style="margin: 0px -99999px 0px 0px; padding: 3px; border: 1px inset; width: 98%; height: 34px; text-align: left; overflow: auto;">sudo fdisk -l</pre>
</div> It gave the details of the disk, which says that Linux is on sda1<br>As suggested I make the mount point and tried to mount :<br><div style="margin: 5px 20px 20px;">
        <div class="smallfont" style="margin-bottom: 2px;">Code:</div>
        <pre class="bbcodeblock" dir="ltr" style="margin: 0px -99999px 0px 0px; padding: 3px; border: 1px inset; width: 98%; height: 34px; text-align: left; overflow: auto;">sudo mount /media/sda1<br>sudo mount -t ext4 /dev/sda1 /media/sda1</pre>

</div>
It gave me following error<br><div style="margin: 5px 20px 20px;">
        <div class="smallfont" style="margin-bottom: 2px;">Code:</div>
        <pre class="alt2" dir="ltr" style="margin: 0px; padding: 6px; border: 1px inset; width: 640px; height: 82px; text-align: left; overflow: auto;">Error mounting: mount: wrong fs type, bad option, bad superblock on /dev/sda1,<br>
       missing codepage or helper program, or other error<br>       In some cases useful info is found in syslog - try<br>       dmesg | tail  or so</pre>
</div>Can anybody help me way out.<br><br>Arun<br><div style="margin: 5px 20px 20px;"></div>