Skip to content

Commit

Permalink
Merge pull request #259 from petabyteboy/master
Browse files Browse the repository at this point in the history
Explicitly use ntfs-3g (fixes #239)
  • Loading branch information
slacka authored Oct 29, 2019
2 parents 463f6fa + ad99c32 commit 85853c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/woeusb
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,7 @@ mount_target_filesystem(){

mount \
--options "${mount_options}" \
-t ntfs-3g \
"${target_partition}" \
"${target_fs_mountpoint}" \
|| (
Expand Down

0 comments on commit 85853c7

Please sign in to comment.