Update 2025-01-01 10:04 OpenBSD/amd64-t14
This commit is contained in:
3
.bin/mount-exfat
Executable file
3
.bin/mount-exfat
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh -x
|
||||
_dev=${1:-sd2}
|
||||
doas mount.exfat-fuse -o nodev,nosuid,noatime,uid=1000,gid=1000 /dev/${_dev}i /mnt
|
||||
Reference in New Issue
Block a user