1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/ntfsfix.md

8 lines
297 B
Markdown
Raw Normal View History

2017-08-28 15:19:58 +08:00
# ntfsfix
2017-09-02 11:17:20 +08:00
> Fix some common NTFS problems in the situation that you have both Linux and Windows on your machine. You may run ntfsfix on an NTFS volume if you think it was damaged by Windows or some other way and it cannot be mounted.
2017-08-28 15:19:58 +08:00
2017-09-02 11:17:20 +08:00
- Fix the NTFS partition sdb2:
2017-08-28 15:19:58 +08:00
`sudo ntfsfix /dev/sdb2`