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
  •  


Qty.286 Samsung 16gb 2rx4 Pc3L 12800R Ram Memory M393B2G70BH0-YK0 Oracle 7018701 picture

Qty.286 Samsung 16gb 2rx4 Pc3L 12800R Ram Memory M393B2G70BH0-YK0 Oracle 7018701

$4999.99



Samsung Galaxy Tab Active 3 / 64 gig/ WIFI/ IP68 Rated picture

Samsung Galaxy Tab Active 3 / 64 gig/ WIFI/ IP68 Rated

$85.00



Samsung Galaxy Tab S6 Lite SM-P615 128 GB, Wi-Fi + 4G, 10.4 in - Oxford Gray picture

Samsung Galaxy Tab S6 Lite SM-P615 128 GB, Wi-Fi + 4G, 10.4 in - Oxford Gray

$150.00



Samsung Galaxy Tab A 8.4

Samsung Galaxy Tab A 8.4" 2020 32GB Wi-Fi+ 4G Verizon Unlocked SM-T307U ~Grade B

$49.99



Samsung 256GB SSD MZ-JPV256S/0A2 PCIe Solid State Drive SSD SSUBX 655-1959A picture

Samsung 256GB SSD MZ-JPV256S/0A2 PCIe Solid State Drive SSD SSUBX 655-1959A

$22.02



RAM-HOL-SAM52CPU RAM USB-C Powered Dock Samsung Tab Active4 Pro & Tab Active Pro picture

RAM-HOL-SAM52CPU RAM USB-C Powered Dock Samsung Tab Active4 Pro & Tab Active Pro

$81.99



3 -M.2 2280 512GB SSD - Samsung MZNTE512HMJH, MZNLN512HMJP, Toshiba KSG60ZMV512G picture

3 -M.2 2280 512GB SSD - Samsung MZNTE512HMJH, MZNLN512HMJP, Toshiba KSG60ZMV512G

$155.00



1 lot of 3  (2)Samsung PM951 SM961 & (1)Intel SSD 600P 256GB M.2 2280 SSD NVMe picture

1 lot of 3 (2)Samsung PM951 SM961 & (1)Intel SSD 600P 256GB M.2 2280 SSD NVMe

$109.00



Samsung Galaxy View Tablet 18.4 SM-T670/677A Digitizer 100% Original Oem picture

Samsung Galaxy View Tablet 18.4 SM-T670/677A Digitizer 100% Original Oem

$161.49



Original for Samsung NP950QCG-K01US LCD Screen Touch Full Top Assembly FHD Blue picture

Original for Samsung NP950QCG-K01US LCD Screen Touch Full Top Assembly FHD Blue

$299.00