Ubuntu Forums Archive Viewer

How to check NTFS partition

Archived thread 1359594 from Sudan Team. Markdown source: Sudan_Team/thread_1359594_How_to_check_NTFS_partition.md

Original URL About this archive
#1

1- You need to install [COLOR="Red"]ntfsprogs[/COLOR] package.

sudo apt-get install ntfsprogs

2- Check your NTFS partition:

sudo ntfsfix /dev/[COLOR="red"]**hda1**[/COLOR]

Change [COLOR="red"]hda1[/COLOR] to your NTFS partition name.