hello group, don't really know if this is an MacFuse issue, but I'm getting a bit confused by all the macfuse options.
I'm running a small file server here at home that supports both smb and ftp. As leopard no longer allows to connect to it using smb (Tiger did), I decided to install Macfuse 1.0 (and fusion) and connect to the file server using ftp. Now, connecting and mounting the share works perfectly. I had to set the options -o local and -o defer_permissoins to be able to acces the subfolders on the ftp server. Creating a new folder 'test' works, but deleting it issues a permission error. Strangely enough, when I don't use the defer_permissions option, I can delete the folder 'test'. In the log, it showed a permission error when executing a RENAME to move the file to the trash bin. I then started doing some tests in the Terminal : 1. mkdir test1 --> ok 2. rm -R test1 --> ok 3. mkdir test1 test2; cd test1; touch test test1/ --> ok 4. mv test1 test2 --> mv: rename test1 to test2/test1: Operation not permitted Running a ls -la shows : drw-rw-rw- 1 roel wheel 0 Oct 22 04:21 test1 drw-rw-rw- 1 roel wheel 0 Oct 22 04:21 test2 When I compare this to my home folder, I see that each folder in the home folder belongs to a group 'staff' or '501' (which appears to be my user id), so I'm guessing that something went wrong setting the group ID when mounting the ftp share. Any help on how to resolve this problem is welcome. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse-devel?hl=en -~----------~----~----~----~------~----~------~--~---
