Files
notes/code/misc/bash/mounts/remote_mounts.sh
2024-12-21 00:25:15 +00:00

6 lines
297 B
Bash

#!/bin/bash
#sshfs -o allow_other,default_permissions ys@192.168.0.102:/home/ys /home/ys/ltop_mount/
sshfs -o allow_other,auto_unmount parents@192.168.0.103:/home/parents /home/ys/mltop_mount/parents
sshfs -o allow_other,auto_unmount mirijs@192.168.0.103:/home/mirijs /home/ys/mltop_mount/miri