Giter VIP home page Giter VIP logo

befs-19991106's Introduction

BeOS filesystem for Linux  1999-11-06


WARNING
=======
Make sure you understand that this is alpha software.  This means that the
implementation is neither complete nor well-tested.  So using this driver,
by own risk.

WHAT'S THIS DRIVER
==================
This module is BeOS filesystem (using filesystem of BeOS operating system)
driver for Linux 2.3.25 later. If you want to use on 2.2.x kernel, please
use old version.

Wich BFS or BEFS
================
Be, Inc said, "BeOS filesystem is called BFS by official, but doesn't
 called BeFS".  But Unixware boot filesystem is called bfs, too.
iSince conflict occur, on Linux, BeOS filesystem is befs.

HOW TO INSTALL
==============
step 1.  Install sources code to source code tree of linux.

  i.e.
    cd /usr/src/linux
    tar ~/befs-19991106.tar.gz
    patch -p1 < linux-2.3.x.patch

step 2.  Configuretion & make kernel

  i.e. 
    make config
    make dep; make clean
    make bzImage
    make modules

  Note that at 'BeOS Filesystem support', you should answer y(es) ori
  m(odule).  If you want to use BeOS filesystem of other platforms , you
  should answer y(es) aginst 'BeOS filesystem of other platforms support'.

step 3.  Install

  i.e.
    cp /usr/src/arch/i386/boot/zImage /vmlinuz
    make modules_install

USING BFS
=========
To use the BeOS filesystem, use filesystem type 'befs'.

ex)
    mount -t befs -o type=x86,iocharset=iso8859-1 /dev/fd0 /beos

MOUNT OPTIONS
=============
uid=nnn             All files in the partition will be owned by user id nnn.
gid=nnn	            All files in the partition will be in group nnn.
type=nnn            Set filesystem type.  nnn is x86 or ppc. Default value is
                    platform depends (linux-x86 is x86, linux-ppc is ppc).
iocharset=nnn       charactor-set. But not support DBCS.  

KNOWLEDGE ISSUE
===============
o Current implement supports read-only.

HOW TO GET LASTEST VERSION
==========================
The source and more information can be found in

  http://hp.vector.co.jp/authors/VA008030/bfs/

SPECIAL THANKS
==============
Dominic Giampalo ... Writing "Practical file system design with Be file
                     system"
Hiroyuki Yamada  ... Testing LinuxPPC.

AUTHOR
======
Makoto Kato <[email protected]>

befs-19991106's People

Contributors

seta7d5 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.