I'm trying to setup gmailfs so I can use my gmail account as a harddrive. I followed
this guide
I use the folder /media for mounted filsystems instead of
/mnt.
When I try to mount the gmail drive I get the error:
[mntent]: line 6 in /etc/fstab is bad
Ignored option :rw
Ignored option :noauto
Here is my fstab file
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hdb1
UUID=88e2bb6c-7dfa-490c-ba56-91a8dbc7c0ba / ext3 defaults,errors=remount-ro, noatime 0 1 ,data=writeback 0 1,
# /dev/hdb5
UUID=6045ea32-0884-45b2-a0bd-ee4dc310d44d none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/hda1 /media/winc ntfs nls=utf8,umask=0222 0 0
/dev/hda2 /media/wind ntfs nls=utf8,umask=0222 0 0
/dev/cdemu0 /media/virtual1 udf,iso9660 user,noauto 0 0
/usr/bin/gmailfs.py /media/gmail gmailfs noauto 0 0
I also followed
this guide to tweak my file system for speed.