6 B6 _; O8 z0 M以一般帳號(非root)掛載時,出現error :8 T; |5 E( w" n9 @6 o9 c; S
fuse: failed to exec fusermount: Permission denied ==> 因一般使用者沒fuse的使用權限/ J3 V" K3 @4 M4 |: ?
ls -l /bin/fusermount 7 H; K% o+ e+ p8 v9 X8 v& O-rwsr-x--- 1 root fuse 32368 May 11 2016 /bin/fusermount! w2 M* k4 G7 N; ~
故 usermod -a -G fuse qqqbox 需加入群組才可使用 fuse ( G1 t% N6 g1 T* u1 Q( t0 T5 `! k, s' a( W" v( v g% `* i
可參考 : 在 CentOS 上使用 sshfs 來掛載 SSH server 上的檔案系統SSHFS:透過 SSH 掛載遠端 Linux 伺服器上的硬碟(適用於 Windows、Mac OS X 與 Linux) t. k2 ?( Q0 `! A1 }) F( H6 w# x5 g! d: J$ {3 V
- L/ V" H9 K2 x( t/ w$ W" S1 h作者: king383 時間: 2021-3-10 21:39
now the best way is to use WSL (Windows Subsystem for Linux)作者: hoteddy0507 時間: 2022-3-18 16:28
原來如此