After upgrading from Ubuntu 9.04 to 9.10 i am getting this message on boot up:
Mount of File System Failed. A maintenance shell will now be started. CONTROL-D will terminate this shell and retry. myusername@root:~$
After searching in google,i found out that i have to run the command fsck on the OS partition from ubuntu Live CD..
Here are my questions:
1) I dont know in which partition my ubuntu OS is installed..(Those are not user-friendly drive names to remember right :)) -- Is there any command to know in which partition my ubuntu os is installed? 2) Can i do this from Ubuntu 10.04 live CD?
Thanks in Advance
EDIT:
First, when i booted the live CD(10.04) and opened the file system, I dont see the UUID in the title.. And one more thing that /etc/fstab file has just three lines : 1) aufs /aufs rw 0 0 2) tmpfs /tmp nosuid,nodev 0 0 3) /dev/sda7 swap swap defaults 0 0 I dont know what to do..can u help me
Here are the screen shots:




sudo fdisk -l. Also report the contents of/etc/fstab(you'll probably have to change a line in that file). – Gilles Jan 9 '11 at 15:56