Kyoshikus / macfuse

Automatically exported from code.google.com/p/macfuse
Other
0 stars 0 forks source link

Need way to set -o uid=xxx -o gid=xxx options for sshfs app #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use command-line sshfs to mount, can pass -o uid & -o gid options 
2. Use gui interface -- no prefs, no expandable options pane -- no way to
set these vital options

What is the expected output? What do you see instead?
Without

What version of the product are you using? On what operating system?
sshfs 0.1.0

Please provide any additional information below.
Permissions issues in general seem a bit opaque with sshfs. Some mac apps
(bbedit & textwranger for me) seem to be looking at file-ownership info to
determine whether file is writable. Because ownership doesn't appear to
line up, the apps are confused about write-ability of files on
sshfs-mounted volumes that I can write to via the command line just fine.
When the volume is mounted with correct "-o uid= -o gid=" options, the
problem goes away. 'Dumb' apps (like textedit) have no such problems --
they just try to write, & see what happens.

Original issue reported on code.google.com by staff...@gmail.com on 24 Jan 2007 at 2:47

GoogleCodeExporter commented 8 years ago
Please use the command-line program for now if you need more flexibility. The 
GUI wrapper is just that -- a 
wrapper, and a rather primitive one at that. Several people seem to be writing 
comphrehensive GUI frontends for 
sshfs, so hopefully there will be a better user interface soon.

Original comment by si...@gmail.com on 24 Jan 2007 at 5:48

GoogleCodeExporter commented 8 years ago

Original comment by motown...@gmail.com on 25 Jan 2007 at 8:24