Giter Site home page Giter Site logo

michaldudzisz / virtual-file-system Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 75 KB

Simple virtual file system written in plain C with basic managing files options and moving them from and to native Linux file system

C 88.57% Makefile 6.71% Shell 4.72%

virtual-file-system's Introduction

virtual-file-system

Simple virtual file system written in plain C with basic managing files options and moving them from and to native Linux file system

May be compiled with make on Linux. Target "install" install available.

Main header file is vfs.h and implementation vfs.c. System gives set of programs:

  • cp_from_vfs VFS_DISC FILE...
  • cp_to_vfs VFS_DISC FILE...
  • create_sized_file NAME SIZE_KB
  • create_vfs VFS_DISC SIZE
  • drop_vfs VFS_DISC
  • ls_vfs [OPTION]... VFS_DISC
  • remove_vfs_file VFS_DISC FILE...
  • rename_vfs_file VFS_DISC OLD_FILENAME NEW_FILENAME

Which may be called as programs after build only or as commands after installation. More detailed info may be found in help_files direcotry or after typing <commad> --help.

virtual-file-system's People

Contributors

michaldudzisz 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.