From 7905c6ba3dfc68a53aff34d4d58dba16d078fd3d Mon Sep 17 00:00:00 2001 From: Max Xu Date: Mon, 28 Aug 2017 15:19:58 +0800 Subject: [PATCH 1/4] ntfsfix: add page --- pages/linux/ntfsfix.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages/linux/ntfsfix.md diff --git a/pages/linux/ntfsfix.md b/pages/linux/ntfsfix.md new file mode 100644 index 0000000000..9d4b9e2d42 --- /dev/null +++ b/pages/linux/ntfsfix.md @@ -0,0 +1,7 @@ +# ntfsfix + +> Fix common errors and force Windows to check NTFS. + +- Fix the Windows partition sdb2 + +`sudo ntfsfix /dev/sdb2` From 509bd21af3e0727fbe5cd3f5ada6c26cfd721387 Mon Sep 17 00:00:00 2001 From: Max Xu Date: Tue, 29 Aug 2017 16:13:54 +0800 Subject: [PATCH 2/4] Update ntfsfix.md --- pages/linux/ntfsfix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/ntfsfix.md b/pages/linux/ntfsfix.md index 9d4b9e2d42..6a43a4fd22 100644 --- a/pages/linux/ntfsfix.md +++ b/pages/linux/ntfsfix.md @@ -2,6 +2,6 @@ > Fix common errors and force Windows to check NTFS. -- Fix the Windows partition sdb2 +- Fix the Windows partition sdb2: `sudo ntfsfix /dev/sdb2` From ab38debddef4a992bfa628500c52fee9552b57d8 Mon Sep 17 00:00:00 2001 From: Max Xu Date: Sat, 2 Sep 2017 11:17:20 +0800 Subject: [PATCH 3/4] Update ntfsfix.md --- pages/linux/ntfsfix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/ntfsfix.md b/pages/linux/ntfsfix.md index 6a43a4fd22..87bb1a3e27 100644 --- a/pages/linux/ntfsfix.md +++ b/pages/linux/ntfsfix.md @@ -1,7 +1,7 @@ # ntfsfix -> Fix common errors and force Windows to check NTFS. +> 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. -- Fix the Windows partition sdb2: +- Fix the NTFS partition sdb2: `sudo ntfsfix /dev/sdb2` From 980eb7ed355074b1ca04d8bf46d425215db98193 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Sat, 2 Sep 2017 18:13:15 +0000 Subject: [PATCH 4/4] Update ntfsfix.md Simplified descriptions. Got rid of obvious text. --- pages/linux/ntfsfix.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/linux/ntfsfix.md b/pages/linux/ntfsfix.md index 87bb1a3e27..0119343928 100644 --- a/pages/linux/ntfsfix.md +++ b/pages/linux/ntfsfix.md @@ -1,7 +1,7 @@ # ntfsfix -> 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. +> Fix common problems on an NTFS partition. -- Fix the NTFS partition sdb2: +- Fix a given NTFS partition: -`sudo ntfsfix /dev/sdb2` +`sudo ntfsfix {{/dev/sdb2}}`