From: Sébastien M. <seb...@gm...> - 2011-11-22 13:53:06
|
Hi, I have a problem with permission in my moosefs. I'm mounting the system this way: mfsmount /mnt/storage fuse mfsmaster=mfsmaster,_netdev 0 0 Then here is the problem : $ cd /mnt/storage/files $ ls -l total 1 drwxrws--- 11 informatique informatique 42 Nov 22 07:53 informatique $ cd informatique $ ls ls: cannot open directory .: Permission denied $ groups sebastien cdrom floppy audio users informatique What is the problem? I'm in the correct group but I can't access to data. Thanks by advance, Sébastien |