Package: mhddfs Version: 0.1.10 First of all, thanks for a great work! *thumbup*
I played with mhddfs for a while and decided to use it in on a storage box but got an issue: folder, mounted by one user is not accessible by another one. I have two partitions (/mnt/data1 and /mnt/data1) and target mount point /mnt/data_all Two user (userA and userB) have full access to both partitions as well as to mount point userA mounts them and have full access to /mnt/data_all userA> mhhdfs /mnt/data1,/mnt/data2 /mnt/data_all userA> ls -ld /mnt/data_all drwxrwxrwx 6 root root 4096 2008-05-28 22:38 /mnt/data_all userB have no access to newly mounted folder: userB> ls -ld /mnt/data_all ls: cannot access /mnt/all: Permission denied userB> ls -ld /mnt d????????? ? ? ? ? ? data_all drwxrwxrwx 6 root root 4096 2008-05-28 22:38 data1 drwxr-xr-x 5 root root 4096 2008-05-14 02:15 data2 (question signs are really printed instead of access rights and other attributes of data_all folder) Looks like no one of mhhdfs_xxx function is called when userB is trying to access mount point. Issue is reproducible on trunk (r158) version as well. System information: ------------------- Fedora 8, kernel 2.6.24.7-92.fc8 #1 SMP Wed May 7 16:26:02 EDT 2008 x86_64 GNU/Linux fuse-2.7.3-2.fc8 fuse-devel-2.7.3-2.fc8 fuse-libs-2.7.3-2.fc8 Thanks a lot, Eugene Agafonov -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

