summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-04-10 02:42:02 +0900
committerAdam Malczewski <[email protected]>2026-04-10 02:42:02 +0900
commit14e7de2d9a102154bda3dd986597be4c673f2213 (patch)
treee465bfe10638e41fb8ce70138a078b706ec6eb34
parente3e6c664b547666a367c96062523753699fdeb90 (diff)
downloadflashair-speedsync-14e7de2d9a102154bda3dd986597be4c673f2213.tar.gz
flashair-speedsync-14e7de2d9a102154bda3dd986597be4c673f2213.zip
add fix for unreliable mounting on wslHEADmain
-rwxr-xr-xbin/fix_wsl_mount4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/fix_wsl_mount b/bin/fix_wsl_mount
new file mode 100755
index 0000000..0ed9a97
--- /dev/null
+++ b/bin/fix_wsl_mount
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+set -euo pipefail
+
+sudo mount -t drvfs F: /mnt/f -o uid=$(id -u),gid=$(id -g)