मेरी /etc/fuse.conf
फाइल पर निम्नलिखित है :
# Set the maximum number of FUSE mounts allowed to non-root users.
# The default is 1000.
#
#mount_max = 1000
# Allow non-root users to specify the 'allow_other' or 'allow_root'
# mount options.
#
user_allow_other
लेकिन जब मैं विकल्प के साथ एक दूरस्थ पथ को माउंट करने का प्रयास करता हूं allow_other
:
> sshfs name@server:/remote/path /local/path -o allow_other
मुझे मिला:
fusermount: failed to open /etc/fuse.conf: Permission denied
fusermount: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf
मेरे पास ट्रिपल चेक किया गया है और विकल्प user_allow_other
मेरे में अपूर्ण है fuse.conf
, जैसा कि मैंने ऊपर कॉपी किया था।
मैंने भी निष्पादित किया है sudo adduser my_user_name fuse
(सुनिश्चित नहीं है कि अगर यह आवश्यक है), लेकिन मुझे अभी भी वही समस्या है।
यह /etc/fuse.conf
फ़ाइल को सही ढंग से पार्स क्यों नहीं कर रहा है?