Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Knoppix and Gmail FS - Started the project.

  1. #1
    Junior Member
    Join Date
    Sep 2004
    Posts
    2

    Knoppix and Gmail FS - Started the project.

    I've seen this posting on the forum before, but not in this way. As you are all aware Gmail gives you one gig storage, and GmailFS gives you a way of useing the 1 gig storage as a file system. Now we have devised a plan idea to incooperate gmailfs into knoppix... I have written a half a report on this and contact imformation at This Location
    Please take a look we would much appericate it.

    p.s. the site is all text it will take no time to load why not look

    thanks for your time!

  2. #2
    Senior Member registered user
    Join Date
    Apr 2003
    Posts
    220
    hmm.. I guess I could help. I'd like to see some more specs thou..

  3. #3
    Junior Member
    Join Date
    Sep 2004
    Posts
    2
    Well the point of that page is as an introductory of what we want to do.. no real big specs on there.. just to explain the main idea.. after you decide you want to help then we can get into details.. if you would can you please email me so we at least have a way outside of the fourm to contact each other easly. thanks.. (siknik@gmail.com btw.. )

  4. #4
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Germany
    Posts
    1,159

    Ask Google first

    I have GmailFS running with Knoppix, but we should ask Google first whether that is an acceptable use of their service.

    Also, I must say that it's slowww...

  5. #5
    I don't know... I read Google's program policy, and the only line which may be against it is that no user can "Modify, adapt, translate, or reverse engineer any portion of the Gmail Service "

    I'll contact google and ask...

  6. #6
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Germany
    Posts
    1,159
    Can someone please ask Google what they think about GmailFS.

    Here is how to make it work from Knoppix Live CD (no HD install needed):

    Code:
    #
    # use Gmail as a mountable filesystem with Knoppix
    # by probono
    # GPL
    #
    
    # THIS IS PURELY EXPERIMENTAL SOFTWARE.
    # USE IT AT YOUR OWN RISK.
    
    
    # become root
    sudo su
    
    export WORKDIR=$HOME/gmailfs
    
    # FUSE is required, so get, unpack and compile it
    wget http://unc.dl.sourceforge.net/source...use-1.3.tar.gz
    unp fuse-1.3.tar.gz
    cd ./fuse-1.3
    ./configure
    ./make
    cd ../
    
    # python2.3-dev is required, so get and unpack it
    wget http://ftp.us.debian.org/debian/pool...11sid_i386.deb
    unp -u python2.3-dev_2.3.4-11sid_i386.deb
    
    # now use it
    export PYTHONPATH=$WORKDIR/usr/lib/python2.3/:$WORKDIR/fuse-python/
    
    # the FUSE Python bindings are also required
    wget http://richard.jones.name/google-hac...-python.tar.gz
    unp fuse-python.tar.gz
    
    #####################################
    ### HOW TO INSTALL THIS IN KNOPPIX??? - SOLVED!
    export PYTHONHOME=$WORKDIR/usr/
    ln -s /usr/lib/python2.3/* $WORKDIR/usr/lib/python2.3/
    ln -s ../fuse-1.3/include/fuse.h ./
    #####################################
    
    #####################################
    #### BY HAND CHANGE THE FOLLOWING IN setup.py
    # library_dirs=["../lib",],
    # to
    # library_dirs=["../fuse-1.3/lib",],
    #####################################
    
    # compile FUSE Python bindings
    python setup.py build # WORKS!!!
    
    # gmailfs
    wget http://richard.jones.name/google-hac...gmailfs.tar.gz
    unp gmailfs.tar.gz
    
    export PYTHONPATH=$WORKDIR/fuse-python/build/lib.linux-i686-2.3/:$WORKDIR/libgmail-0.0.8/
    
    insmod ./fuse-1.3/kernel/fuse.o
    
    
    # SEEMS TO WORK !!!!!!
    
    mkdir -p /mnt/gmail
    
    ./fuse-1.3/util/fusermount -n gmailfs -l -c -x /mnt/gmail/ $WORKDIR/gmailfs/gmailfs.py /mnt/gmail username=XXXXX,password=XXXXXXX,fsname=XXXXX &
    
    umount /mnt/gmail

  7. #7
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Cleveland, OH
    Posts
    228
    probono,

    this is not working with knoppix 3.4 v5.17.04.

    i run the script as root and there is no error output (to the screen anyway).

    the /mnt/gmail directory is not created.

    what version are you running this script on. looking forward to testing it out.

    regards,

    paul

  8. #8
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Cleveland, OH
    Posts
    228
    okay pb, did a little sandbox testing with 3.4 v5-17-04

    originally i saved your script as mntgmailfs and just did a chmod +x on it and ran it. that produced the results above (no console error message, no /mnt/gmail directory creation).

    so i started running each script command by hand (as root)

    the script poops out at the

    wget http://ftp.debian.org/debian/pool/ma...11sid_i386.deb

    command with this error

    i'll try to find another source for the deb package and go from there.

    btw, *i think* part of my problem is that you posted the script in the embedded window in the forum. I saved it as text in firefox. when i opened it in vi it is doing the stair step format, and needs to be manually edited. any chance of getting this script in pure text somehow to avoid syntax errors?

    regards,

    ~pau1

  9. #9
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Germany
    Posts
    1,159
    hi pau1knopp,

    this is not really a script yet, but more a collection of commands to be entered as root on the konsole, step-by-step.

    probono

  10. #10
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Cleveland, OH
    Posts
    228
    working my way through it...

    got past the error above and now working on the next one.

    thanks!

    ~pau1

Page 1 of 2 12 LastLast

Similar Threads

  1. got Knoppix started, now what?
    By sirknot in forum MS Windows & New to Linux
    Replies: 3
    Last Post: 02-10-2005, 06:35 AM
  2. GMAIL for the first 6 replys
    By zenkoanlife in forum The Lounge
    Replies: 31
    Last Post: 10-11-2004, 12:12 AM
  3. Vote on the Knoppix DVD project...
    By Dave_Bechtel in forum Knoppix DVD
    Replies: 23
    Last Post: 05-16-2004, 12:04 AM
  4. Knew to Knoppix: getting started
    By Brian Mcmahon in forum Laptops
    Replies: 0
    Last Post: 04-14-2004, 04:58 AM
  5. Knoppix project help....
    By ceejay187 in forum The Lounge
    Replies: 0
    Last Post: 02-10-2004, 09:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Amiga 4000TX computer motherboard picture

Amiga 4000TX computer motherboard

$2643.23



Amiga 2000 Desktop Computer 17

Amiga 2000 Desktop Computer 17" Monitor Video Toaster IVS Vector 68030 TBCs etc.

$3289.98



Amiga OS Operating System v3.1 Box Manuals & Install Disks for Amiga - Escom picture

Amiga OS Operating System v3.1 Box Manuals & Install Disks for Amiga - Escom

$299.98



Amiga OS Operating System v3.1 Box Manuals & Install Disks for Amiga - Commodore picture

Amiga OS Operating System v3.1 Box Manuals & Install Disks for Amiga - Commodore

$299.98



Mini External OLED AMIGA Gotek Floppy Drive Emulator For Amiga 500/500+/600/1200 picture

Mini External OLED AMIGA Gotek Floppy Drive Emulator For Amiga 500/500+/600/1200

$37.32



NewTek Video Toaster 4000 Flyer TBC-IV & Accessories for Amiga 4000(T) 3000(T) picture

NewTek Video Toaster 4000 Flyer TBC-IV & Accessories for Amiga 4000(T) 3000(T)

$1534.98



HUGE LOT of (43) Amiga Format Magazine CDs in Jewel Cases ©1996-2000 3000 4000 picture

HUGE LOT of (43) Amiga Format Magazine CDs in Jewel Cases ©1996-2000 3000 4000

$525.00



Amiga OS Operating System v3.1 Install Disks for Commodore Amiga picture

Amiga OS Operating System v3.1 Install Disks for Commodore Amiga

$34.98



TF1260 including 68LC060 CPU, accelerator card for the Amiga 1200, 128MB Ram picture

TF1260 including 68LC060 CPU, accelerator card for the Amiga 1200, 128MB Ram

$320.79



pi1541 Disk Emulator for Commodore -  picture

pi1541 Disk Emulator for Commodore -

$38.95