> error occurs "linux volume is not unmounted cleanly-run FSCK command on linux volume the > problem solved"
Boot the system with ubuntu or any other live cd. open terminal. run the following command. sudo fdisk -l | grep Linux you will get a few Linux partitions. Then, run the following command sudo fsck -y /dev/sdaX replace X with the proper device number. -- Regards, T.Shrinivasan My Life with GNU/Linux : http://goinggnu.wordpress.com Free E-Magazine on Free Open Source Software in Tamil : http://kaniyam.com Get CollabNet Subversion Edge : http://www.collab.net/svnedge _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
