Skip to content

Commit e8a8291

Browse files
committed
feat: exFAT support
chore: refactor file sysem check scripts fix: fix some mode bits
1 parent b9baa46 commit e8a8291

File tree

12 files changed

+263
-473
lines changed

12 files changed

+263
-473
lines changed

emhttp/languages/en_US/helptext.txt

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,6 @@ Not much info is printed in the window, but you can verify the operation is runn
316316
increasing for the device on the Main page.
317317
:end
318318

319-
:info_reiserfs_cancel_help:
320-
**Cancel** will cancel the Check operation in progress.
321-
:end
322-
323319
:info_xfs_check_help:
324320
**Check** will run the *xfs_repair* program to check file system integrity on the device.
325321

@@ -332,15 +328,11 @@ Not much info is printed in the window, but you can verify the operation is runn
332328
increasing for the device on the Main page.
333329
:end
334330

335-
:info_xfs_cancel_help:
336-
**Cancel** will cancel the Check operation in progress.
337-
:end
338-
339331
:info_ext_check_help:
340332
**Check** will run the *e2fsck* program to check file system integrity on the device. Despite its name, *e2fsck* is used
341333
to check the whole family of ext2/ext3/ext4 file systems.
342334

343-
The *Options* field is initialized with *-p* option to automatically fix any file system problems that can be safely fixed
335+
For **Fix** the *Options* field is initialized with *-p* option to automatically fix any file system problems that can be safely fixed
344336
without intervention. If a problem is discovered which may require additional corrective action, e2fsck will print a
345337
description of the problem and then exit.
346338

@@ -360,8 +352,11 @@ Note: *ntfsfix* will immediately exit if a hibernation file is detected (to prev
360352
The *Options* field is initialized with *-d* to clear the volume dirty flag if the volume can be fixed and mounted.
361353
:end
362354

363-
:info_ext_cancel_help:
364-
**Cancel** will cancel the Check operation in progress.
355+
:info_exfat_check_help:
356+
**Check** will run the *fsck.exfat* program to check file system integrity on the device.
357+
358+
For **Fix** the *Options* field is initialized with *-p* to repair the filesystem without user interaction if it can
359+
be done safely.
365360
:end
366361

367362
:info_smart_notifications_help:

emhttp/plugins/dynamix/ArrayOperation.page

100755100644
File mode changed.

emhttp/plugins/dynamix/DashStats.page

100755100644
File mode changed.

0 commit comments

Comments
 (0)