diff --git a/emhttp/languages/en_US/helptext.txt b/emhttp/languages/en_US/helptext.txt
index a900b71ff..1c661b2da 100644
--- a/emhttp/languages/en_US/helptext.txt
+++ b/emhttp/languages/en_US/helptext.txt
@@ -350,6 +350,20 @@ Not much info is printed in the window, but you can verify the operation is runn
increasing for the device on the Main page.
:end
+:info_ntfs_check_help:
+**Check** will run the *ntfsfix* program to check file system integrity on the device. This utility fixes some common NTFS
+problems; however, it is NOT a Linux version of chkdsk. It only repairs some fundamental NTFS inconsistencies, resets
+the NTFS journal file and schedules an NTFS consistency check for the first boot into Windows. Note: *ntfsfix* will
+immediately exit if a hibernation file is detected (to prevent corruption).
+
+The *Options* field is initialized with *-d* to clear the volume dirty flag if the volume can be fixed and mounted.
+
+After starting a Check, you should monitor progress and status. Depending on how large the file system is, and what errors
+might be present, the operation can take a **long time** to finish (hours).
+Not much info is printed in the window, but you can verify the operation is running by observing the read/write counters
+increasing for the device on the Main page.
+:end
+
:info_ext_cancel_help:
**Cancel** will cancel the Check operation in progress.
:end
diff --git a/emhttp/plugins/dynamix/DeviceInfo.page b/emhttp/plugins/dynamix/DeviceInfo.page
index 8e79ee07c..4f7f69369 100644
--- a/emhttp/plugins/dynamix/DeviceInfo.page
+++ b/emhttp/plugins/dynamix/DeviceInfo.page
@@ -278,6 +278,12 @@ function selectDiskFsProfileEXT() {
$('#diskFsProfile').val('');
setDiskFsWidth(1);
}
+function selectDiskFsProfileNTFS() {
+ $('#diskFsProfile').empty();
+ $('#diskFsProfile').append($('