Weblog entry #1 for pedxing
#1
gmailfs on Knoppix 3.6:
Posted by pedxing on Mon 13 Jun 2005 at 05:40
There wasn't much in the way of available documentation, so I need to record this for next time I do it.
Step by step on how I got it working:
`apt-get install gmailfs`
`apt-get install fuse-source`
`cd /usr/src`
`tar -jxvf fuse.tar.bz2`
`cd modules/fuse/kernel`
`./configure`
`make`
`make install`
`modprobe fuse`
`mkdir /mnt/gmail`
`vi /etc/gmailfs/gmailfs.conf` - add username and password
`mount -t gmailfs /etc/gmailfs/gmailfs.conf /mnt/gmail`
Send Comment
Step by step on how I got it working:
`apt-get install gmailfs`
`apt-get install fuse-source`
`cd /usr/src`
`tar -jxvf fuse.tar.bz2`
`cd modules/fuse/kernel`
`./configure`
`make`
`make install`
`modprobe fuse`
`mkdir /mnt/gmail`
`vi /etc/gmailfs/gmailfs.conf` - add username and password
`mount -t gmailfs /etc/gmailfs/gmailfs.conf /mnt/gmail`
Send Comment
[ 0 Comments
|
]
| Next >>> |