This example shows you how to mount FUSE and perform operations as a regular user.
The following example is a quick introduction to mounting FUSE and accessing the mount point as a regular user.
Assume that you have a mount point /mapr that you want to mount on FUSE and access as user kate.
Perform the following steps:
adduser katemaprlogin generateticket -type servicewithimpersonation -user kate -out /var/tmp/sample_ticket/opt/mapr/conf/fuse.conf file and set
fuse.ticketfile.location=/var/tmp/sample_ticketfuse.conf file.
fuse.mount.point=/mapr if your mount point is different from
/mapr.mkdir /maprservice mapr-posix-client-basic startThe /mapr directory is now mounted on FUSE. You can perform all operations on /mapr/ as the user kate.