Giter Site home page Giter Site logo

fuse-ufs2's Introduction

Fuse-ufs is a UFS2 Filesystem support for FUSE.

This software is based on libufs package.

Dependencies
------------
  Fuse-ufs requires at least Fuse version 2.6.0 for linux

- Linux:
	Fuse from http://fuse.sourceforge.net/

Build
------
- Linux:
	$ ./autogen.sh
	$ ./configure
	$ make
	$ sudo make install

	You can use checkinstall or some other equivalent tool to generate install
	package for your distribution.

Usage
-----

Usage:    fuse-ufs <device|image_file> <mount_point> [-o option[,...]]

Options:  ro, force, allow_others
          Please see details in the manual.

Example:  fuse-ufs /dev/sda1 /mnt/sda1

Bugs
----
I wrote this software mainly for fun and to get something working on UFS2. Currently
only the basic ops work. I've not tested corner cases like out of space and very big files.
Moreover the ops only work on regular files and directories and not on special files.
Those are in my TODO list. I'm not aware of known bugs for read-only mode,
read only mode should be ok for every one.

Currently no big-endian/little-endian byte order conversions are provided,
so only file systems in host byte order can be mounted.

==== USE IT AT YOUR OWN RISK ====

please send output the output of below command while reporting bugs.

$ /usr/local/bin/fuse-ufs -v /dev/path /mnt/point -o debug

Contact
-------
Manish Katiyar <[email protected]>

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.