Hi Victoria,
Yes, you should be able to mount as a regular user. The error suggests you do not have access to the fusermount tool in /usr/bin or that you do not have permission on the mp directory, though I assume you created that with the same user you are trying to mount the virtual filesystem with?
You will need to secure access to fusermount for TMSU to be able to mount the FUSE virtual filesystem and it needs permissions on the mount point directory too, though off hand I can't remember what permissions.
It might be worth showing me the output of the following:
$ ls -l /usr/bin/fusermount
$ ls -l MP
$ whoami
Thanks,
Paul
--
You received this message because you are subscribed to the Google Groups "tmsu" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tmsu+uns...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Paul!
First, could you check my / set the appropriate permissions for my in this Google Group?
https://groups.google.com/forum/#!topic/tmsu/-Rsdrh_Jw_k
I can't post online within that group (Chrome 40 on CentOS 6), nor can I reply to a message/post, there.
vstuart:$ ls -l /usr/bin/fusermount
lrwxrwxrwx. 1 root root 15 Jan 14 2014 /usr/bin/fusermount -> /bin/fusermount
OK, looks like that's the problem: fusermount is set to be executable only by its owner (root) and members of the 'fuse' group. You will need to be added to the 'fuse' group in order to have execute permissions on that file. Your system administrator should be able to sort you out in exchange for his preferred beverage.
Paul
--
You received this message because you are subscribed to the Google Groups "TMSU" group.