On Sun, May 9, 2010 at 11:40 PM, chandan gupta <[email protected]> wrote: > that didnt work out. > It showed the error as: > fsck from until-linux-ng 2.17.2 > fsck: fsck.ntfs:not found > fsck : error2 while executing fsck.ntfs for /dev/sda3 >
that means those partitions are NTFS but you are trying to mount as vfat. changing vfat to ntfs (or ntfs-3g) should also solve the problem and you will also have access to those partitions. NTFS fsck is not available yet. so you need to run windows and check perform check disks. why are you trying to manually mount filesystems. ubuntu 10.04 should automatically detect and mount them. --------------------------------------------------------------- regards Manish Regmi http://manish-cs.blogspot.com http://ext2read.sf.net -- FOSS Nepal mailing list: [email protected] http://groups.google.com/group/foss-nepal To unsubscribe, e-mail: [email protected] Mailing List Guidelines: http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines Community website: http://www.fossnepal.org/
