** Description changed:

  gmailfs can not be mounted or used by a normal user.
  
  sudo mkdir /mnt/gmailfs
  sudo chown $USER:$USER /mnt/gmailfs
  chmod u+w /mnt/gmailfs
  
- mount -t gmailfs /mnt/gmailfs -o 
umask=0022,user,uid=1000,username=user,password=pass,fsname=blahblah
+ mount -t gmailfs none /mnt/gmailfs -o 
umask=0022,user,uid=1000,username=user,password=pass,fsname=blahblah
  (Result: reports error that root is needed)
  
- sudo mount -t gmailfs /mnt/gmailfs -o 
umask=0022,user,uid=1000,username=user,password=pass,fsname=blahblah
+ sudo mount -t gmailfs none /mnt/gmailfs -o 
umask=0022,user,uid=1000,username=user,password=pass,fsname=blahblah
  (Result: still, only root can access the folder at all.  It appears like 
this:)
  
  ?---------  ? ?    ?       ?                ? gmailfs

-- 
gmailfs does not mount as user
https://bugs.launchpad.net/bugs/133001
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to