rkctechnocrat / macfuse

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

'allow_other' option is not work #246

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use macFuse to make own file system. 
2. Try use 'allow_other' option at mount.

What is the expected output? What do you see instead?
Expect Fuse allow other user to work with FS.
Program just hang up - 
fuse_main()-> mount_fusefs() : "operation not permitted".
This hang up happens only when use 'allow_other'.

What version of the product are you using? On what operating system?
I'm using macFuse 0.4.0 on Mac OS X version 10.4.10. 

Original issue reported on code.google.com by amo...@hotbox.ru on 25 Jul 2007 at 12:11

GoogleCodeExporter commented 8 years ago
In the current releases of MacFUSE (up until 0.4.0), allow_other is usable only 
by root. That's why you are seeing 
"operation not permitted". This is as implemented. This may change in a future 
release.

Original comment by si...@gmail.com on 25 Jul 2007 at 5:47

GoogleCodeExporter commented 8 years ago
Thanks for answer.
Hope it will be in next release. Without this option, Mac`s Spotlight does not 
work.

Original comment by amo...@hotbox.ru on 26 Jul 2007 at 3:48