Questions tagged [osxfuse]

OSXFUSE is a successor to MacFUSE, which has been used as a software building block by dozens of products

21 questions
0
votes
1 answer

osxfuse cgofuse mkdir input/output error

while using cgofuse i cant create dir inside mounted fs with os.Mkdir: panic: mkdir mp/testDir: input/output error Code: import ( "fmt" "os" "path/filepath" "syscall" "github.com/billziss-gh/cgofuse/fuse" ) type Ptfs struct…
0
votes
1 answer

osxfuse: how to clean cache?

How to clean cache in OSXFUSE? I'm using it to mount custom remote filesystem. And OSXFUSE caching file content. It is great to fast access for the same file - but sometimes I need to re-read file content from remote server.
denys
  • 2,437
  • 6
  • 31
  • 55
0
votes
2 answers

can not save microsoft office2011 files for mac by using osxfuse for developing

I am using osxfuse to develop a network disk with our service on mac osx, when I open a office2011 file and save in my disk, it will appear this error as below: "you cannot save while the file is in use by another process.try saving the file with a…
Elvis
  • 1
  • 1
0
votes
2 answers

how to move files from remote server to s3 at the command line

I have a lot of big files on a remote server and I want to move them into S3. I want to do it at the command line or with a bash script (e.g., I do NOT want to use a gui app like cyberduck) so that I can automate/replicate efforts. I have tried…
ansonw
  • 1,559
  • 1
  • 16
  • 22
0
votes
1 answer

How to change the file read, create , write operations in specific folder on windows? what is the analog of OSXFUSE in windows?

I want to change the file read, write, copy, delete operations in specific folders on my windows? On macos there is a OSXFUSE allowing to mount the desired folders and change the behavior of these operations. How to do the same on windows?
-1
votes
1 answer

OSXFUSE : Do not allow Finder to download files to build icons?

I'm building custom Cloud-based storage access solution on top of OSX FUSE. Everything works fine, however there is a problem with Finder, which tries to download all the files in folder to build file icons. Does anyone know a good and reliable…
Nickolay Olshevsky
  • 13,706
  • 1
  • 34
  • 48
1
2