diff options
| author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2026-06-29 14:03:56 -0400 |
|---|---|---|
| committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2026-06-29 17:30:43 -0400 |
| commit | ff39c8b06142b95561b8522b471868a8e679421d (patch) | |
| tree | 7db3efc7415d8c431ccf96142c8130d5318cb492 /crn/packages/patches/woeusb-ntfs.patch | |
| parent | d55bb28a3c280b84eeaeb4fddc68f57dd2206fac (diff) | |
Diffstat (limited to 'crn/packages/patches/woeusb-ntfs.patch')
| -rw-r--r-- | crn/packages/patches/woeusb-ntfs.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/crn/packages/patches/woeusb-ntfs.patch b/crn/packages/patches/woeusb-ntfs.patch new file mode 100644 index 0000000..615df0c --- /dev/null +++ b/crn/packages/patches/woeusb-ntfs.patch @@ -0,0 +1,13 @@ +diff --git a/src/WoeUSB/core.py b/src/WoeUSB/core.py +index 1392b2f..a394f93 100644 +--- a/src/WoeUSB/core.py ++++ b/src/WoeUSB/core.py +@@ -435,6 +435,8 @@ def mount_target_filesystem(target_partition, target_fs_mountpoint): + return 1 + + if subprocess.run(["mount", ++ "-t", "ntfs3", ++ "-o", "rw", + target_partition, + target_fs_mountpoint]).returncode != 0: + utils.print_with_color(_("Error: Unable to mount target media"), "red")
\ No newline at end of file |
