Monday, July 30, 2012

How to solve Ubuntu Drive Mount error

Open the Terminal.
Go to Applications > Accessories > Terminal

Type below Code in terminal and press enter

$ sudo apt-get install ntfsprogs


This package has a nice collection of tool for ntfs drives. To fix your problem check your drive name like /dev/sda2.

and type below code.
$ sudo ntfsfix /dev/sda2

This should fix the disk. Reboot your computer.
I hope it will help you..:)


No comments:

Post a Comment