FG
💻 Software

Set proper rights for sshfs mountpoint so it can be shared with samba

Fresh5 days ago
Mar 15, 202629251 views
Confidence Score0%
0%

Problem

I have a domain hoster that provides access via SSH. My platforms are: Gentoo 2.6.36-r5 Windows (XP/Vista/7) I work on my Windows, I use Gentoo to do all the magic Windows can't do. Therefore I use sshfs to mount the remote public directory for my domain to /mnt/mydomain.com. Authentication is done…

Error Output

gentoo ~ # ls -lah /mnt
total 20K
drwxr-xr-x  9 root  root  4.0K Mar 26 16:15 .
drwxr-xr-x 18 root  root  4.0K Mar 26  2011 ..
-rw-r--r--  1 root  ro…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Set proper rights for sshfs mountpoint so it can be shared with samba

Low Risk

is a FUSE-based filesystem, and the FUSE layer does not allow other users to access its mounts by default, for security purposes. You have in options, but it will be ignored until you also edit to include .

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment