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.. ([email protected] 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
  •  


Intel Core i7-9700 Octa-Core 3 GHz Desktop Processor LGA 1151 picture

Intel Core i7-9700 Octa-Core 3 GHz Desktop Processor LGA 1151

$79.99



Intel Core i5-12400F 2.50GHz 6 Core SRL5Z 12 Thread LGA 1700 CPU- check Images picture

Intel Core i5-12400F 2.50GHz 6 Core SRL5Z 12 Thread LGA 1700 CPU- check Images

$170.00



INTEL CORE I7-870 SLBJG 2.93GHZ LGA1156 4 CORE CPU PROCESSOR picture

INTEL CORE I7-870 SLBJG 2.93GHZ LGA1156 4 CORE CPU PROCESSOR

$23.00



Lot of (7) Intel Core CPU Processors picture

Lot of (7) Intel Core CPU Processors

$219.00



Intel Core i9-9900 3.10GHz CPU Processor SRG18 picture

Intel Core i9-9900 3.10GHz CPU Processor SRG18

$165.00



AMD Ryzen 5 5600X Desktop Processor (3.7GHz, 6 Cores, AM4 CPU) 100-100000065 picture

AMD Ryzen 5 5600X Desktop Processor (3.7GHz, 6 Cores, AM4 CPU) 100-100000065

$135.00



Intel Core i7-7700 3.6GHz Quad-Core Desktop CPU Processor SR338 LGA1151 picture

Intel Core i7-7700 3.6GHz Quad-Core Desktop CPU Processor SR338 LGA1151

$40.00



Intel Core i5-7500 SR335 3.4GHz 4-Core LGA 1151 CPU PROCESSOR picture

Intel Core i5-7500 SR335 3.4GHz 4-Core LGA 1151 CPU PROCESSOR

$14.99



Intel Core i9-9900K SRG19 3.60GHz 16MB 8-Core LGA1151 B Grade CPU Processor picture

Intel Core i9-9900K SRG19 3.60GHz 16MB 8-Core LGA1151 B Grade CPU Processor

$175.00



*Brand New-Sealed* AMD Ryzen 9 9950X3D2 Dual Ed. 4.3GHz 16Core AM5 (Bulk+Fast) picture

*Brand New-Sealed* AMD Ryzen 9 9950X3D2 Dual Ed. 4.3GHz 16Core AM5 (Bulk+Fast)

$790.00