Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: HTTP-FUSE KNOPPIX

  1. #11
    Member registered user
    Join Date
    Aug 2004
    Location
    Japan
    Posts
    52

    Block files

    Sorry for my late reply.

    We made sets of block files for HTTP-FUSE KNOPPIX.
    Full sets include all block files. They are split-and-compressed block files of cloop. The volumes are around 700MB.
    Minimum sets include block files for boot. The volumes are are 150MB - 200MB. If you use a minimum set file, you have to download rest block files from HTTP server after boot.

    Please download a compressed file and extract all block files at a top direcoty of a device. For example,
    # cd /tmp
    # wget http://unit.aist.go.jp/itri/knoppix/...PPIX37FSFE.zip
    Move to the top directory of a device and extract the download file. For example,
    # cd /mnt/sda1/
    # unzip /tmp/KNOPPIX37FSFE.zip
    You will find "knxblock" directory.
    Afther that, re-boot with HTTP-FUSE KNOPPIX with magic option "maxconnection=0" option. For example,
    boot: knoppix26 utc nodhcp maxconnection=0

    At selection menu, please select downloaded set file name. HTTP-FUSE KNOPPIX finds the block files and use them.


    KNOPPIX FSF-Edurope full-set 707MB, minimum-set for boot 157MB
    http://unit.aist.go.jp/itri/knoppix/...PPIX37FSFE.zip
    http://unit.aist.go.jp/itri/knoppix/...X37FSFE-dl.zip

    KNOPPIX Japanese full-set 633MB, minimum-set for boot 158MB
    http://unit.aist.go.jp/itri/knoppix/...NOPPIX37JP.zip
    http://unit.aist.go.jp/itri/knoppix/...PIX37JP-dl.zip

    KNOPPIX Education full-set 755MB, minimum-set for boot 205MB
    http://unit.aist.go.jp/itri/knoppix/...OPPIX37Edu.zip
    http://unit.aist.go.jp/itri/knoppix/...IX37Edu-dl.zip

    KNOPPIX Education full-set 707MB, minimum-set for boot 223MB
    http://unit.aist.go.jp/itri/knoppix/...PPIX37Math.zip
    http://unit.aist.go.jp/itri/knoppix/...X37Math-dl.zip


    You can setup a HTTP service with the full-set of block files.
    Extract a full-set file on your HTTP server and boot HTTP-FUSE KNOPPIX on other machine with the "fuse_uri=" option. For exmaple,

    boot: knoppix26 utc nodhcp fuse_uri=http://SERVER-NAME/SERVER-DIRECTORY/knxblock/KNOPPIX37FSFE/

    Have fun, I hope.

  2. #12
    Junior Member
    Join Date
    Apr 2005
    Posts
    1

    Re: Block files

    Hello suzaki,

    Quote Originally Posted by suzaki
    Sorry for my late reply.

    We made sets of block files for HTTP-FUSE KNOPPIX.
    Full sets include all block files. They are split-and-compressed block files of cloop. The volumes are around 700MB.
    Minimum sets include block files for boot. The volumes are are 150MB - 200MB. If you use a minimum set file, you have to download rest block files from HTTP server after boot.

    Please download a compressed file and extract all block files at a top direcoty of a device. For example,
    # cd /tmp
    # wget http://unit.aist.go.jp/itri/knoppix/...PPIX37FSFE.zip
    Move to the top directory of a device and extract the download file. For example,
    # cd /mnt/sda1/
    # unzip /tmp/KNOPPIX37FSFE.zip
    You will find "knxblock" directory.
    Afther that, re-boot with HTTP-FUSE KNOPPIX with magic option "maxconnection=0" option. For example,
    boot: knoppix26 utc nodhcp maxconnection=0

    At selection menu, please select downloaded set file name. HTTP-FUSE KNOPPIX finds the block files and use them.


    KNOPPIX FSF-Edurope full-set 707MB, minimum-set for boot 157MB
    http://unit.aist.go.jp/itri/knoppix/...PPIX37FSFE.zip
    http://unit.aist.go.jp/itri/knoppix/...X37FSFE-dl.zip

    ...

    You can setup a HTTP service with the full-set of block files.
    Extract a full-set file on your HTTP server and boot HTTP-FUSE KNOPPIX on other machine with the "fuse_uri=" option. For exmaple,

    boot: knoppix26 utc nodhcp fuse_uri=http://SERVER-NAME/SERVER-DIRECTORY/knxblock/KNOPPIX37FSFE/

    Have fun, I hope.
    yes i have tested it and it works great .

    But after analysing the http-fuse-knoppix-20050408-EN.iso there are still 2 questions:
    1. i have found out that the magic is done by fs_wrapper, where can i download the sources
    2. how are the " split-and-compressed block files" built.

    Thanks for work.

  3. #13
    Member registered user
    Join Date
    Aug 2004
    Location
    Japan
    Posts
    52

    Re: Block files

    Quote Originally Posted by heinzen
    yes i have tested it and it works great .

    But after analysing the http-fuse-knoppix-20050408-EN.iso there are still 2 questions:
    1. i have found out that the magic is done by fs_wrapper, where can i download the sources
    2. how are the " split-and-compressed block files" built.

    Thanks for work.
    Thanks for your trial.

    The source code of fs_wrapper is opened at the following URL.
    http://unit.aist.go.jp/itri/knoppix/...er.0.36.tar.gz
    The source code to make " split-and-compressed block files" is also opened.
    http://unit.aist.go.jp/itri/knoppix/...d5files.tar.gz

    They aren't well organized, because they are under construction. Please use them on your risk and have fun!

  4. #14
    Member registered user
    Join Date
    Aug 2004
    Location
    Japan
    Posts
    52

    Debian Package for HTTP-FUSE

    We released 4 Debian Packages for "HTTP-FUSE". They are effective on KNOPPIX 3.9 using UNIONFS.
    http://unit.aist.go.jp/itri/knoppix/...2.1-4_i386.deb
    http://unit.aist.go.jp/itri/knoppix/...2.1-4_i386.deb
    http://unit.aist.go.jp/itri/knoppix/...2.1-4_i386.deb
    http://unit.aist.go.jp/itri/knoppix/...0.1-2_i386.deb

    Orignal Home Page: http://unit.aist.go.jp/itri/knoppix/.../index-en.html

    Usage:
    1. Change to ROOT user by "su" command. Download the debian packages.
    2. Install Debian Packages. (The order of package means the dependency relation.)
    # dpkg -i libfuse2_2.2.1-4_i386.deb fuse-utils_2.2.1-4_i386.deb fuse-module-2.6.11_2.2.1-4_i386.deb fs-wrapper_0.1-2_i386.deb
    3. fuse-utils requires "group name" for http-fuse mount. Please designate "root".

    4. Make a directory for http-fuse.
    # mkdir /tmp/fuse
    5. Run "fuse-wrapper" with a directory and URL of HTTP-FUSE. For example,
    # fs_wrapper /tmp/fuse -f http://aist.ring.gr.jp/archives/linu...KNOPPIX37FSFE/
    This process tell us log of fs-wrapper.
    6. Please open another terminal. You find a cloop file at "/tmp/fuse/knoppix". Please setup loopback mount.
    # losetup /dev/cloop1 /tmp/fuse/KNOPPIX
    # mkdir /mnt/http-fuse
    # mount /dev/cloop1 /mnt/http-fuse
    You use files at "/mnt/http-fuse/". When you touch a files under /mnt/http-fuse, the blocks are downloaded at "/tmp/blocks/[00-ff]/".

    mkmd5files makes "split-and-compressed block files" for HTTP-FUSE from a block device.
    Usage: mkmd5files <block device> <target directory for split-and-block files> <split-block size>
    You try on KNOPPIX CD as following.
    # mkmd5files /dev/cloop /tmp/http-fuse/ 262144
    256KB spit-and-block files are created under /tmp/http-fuse/. The file space requires approximately 700MB.
    The split-and-block files are opened by HTTP server and can be mounted by "fs_wrapper".

Page 2 of 2 FirstFirst 12

Similar Threads

  1. 5.2 DVD lim.ed. : is fuse included ?
    By fredvej in forum General Support
    Replies: 0
    Last Post: 08-16-2007, 10:45 AM
  2. Trusted HTTP-FUSE KNOPPIX
    By suzaki in forum Ideas
    Replies: 2
    Last Post: 03-31-2007, 02:33 PM
  3. HTTP-FUSE Xenoppix
    By suzaki in forum Ideas
    Replies: 0
    Last Post: 01-23-2006, 06:30 AM
  4. Replies: 0
    Last Post: 09-02-2005, 02:25 AM
  5. FUSE
    By lagitus in forum Ideas
    Replies: 1
    Last Post: 08-24-2005, 06:21 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
  •  


Western Digital 1TB WD Blue PC Desktop 3.5'' Internal CMR Hard Drive - WD10EARZ picture

Western Digital 1TB WD Blue PC Desktop 3.5'' Internal CMR Hard Drive - WD10EARZ

$44.99



SanDisk 1TB Extreme Portable SSD, External Solid State Drive - SDSSDE61-1T00-G25 picture

SanDisk 1TB Extreme Portable SSD, External Solid State Drive - SDSSDE61-1T00-G25

$109.99



Western Digital 1TB WD Blue SA510 SATA SSD Internal 2.5”/7mm Cased - WDS100T3B0A picture

Western Digital 1TB WD Blue SA510 SATA SSD Internal 2.5”/7mm Cased - WDS100T3B0A

$89.99



WD_BLACK 1TB D30 Game Drive SSD for Xbox Summer Collection - WDBAMF0010BSU-WESN picture

WD_BLACK 1TB D30 Game Drive SSD for Xbox Summer Collection - WDBAMF0010BSU-WESN

$109.99



2 PACK  Seagate ST1000LM035 Mobile HDD 1TB 2.5

2 PACK Seagate ST1000LM035 Mobile HDD 1TB 2.5" SATA III Laptop Hard Drive

$27.49



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$19.99



Samsung - Geek Squad Certified Refurbished 870 EVO 1TB SATA Solid State Drive picture

Samsung - Geek Squad Certified Refurbished 870 EVO 1TB SATA Solid State Drive

$67.99



Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot picture

Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot

$13.99



Apple 1TB Solid State Drive for Apple MacBook Pro picture

Apple 1TB Solid State Drive for Apple MacBook Pro

$80.00



1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot picture

1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot

$80.39