Thread: Creating a filesystem.

  1. #1
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020

    Creating a filesystem.

    Hi,

    I want to know, in theory, how a filesystem is created?

    I mean, do u devlop the fs ON another fs in its development stage?

    What tools do u use?

    USe asm or C?

    Is developing a fs just thinking of a way to store files and thats it?

    thnx

  2. #2
    Disagreeably Disagreeable
    Join Date
    Aug 2001
    Posts
    711
    A file system is simply a set of rules which software go by and behave. You can create a FS in your head.

    Implementing support for your FS in software is a different topic...

  3. #3
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    you really might want to check out the os-dev forum at flashdaddee.com http://flashdaddee.com/forums/forumd...?s=&forumid=20

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Error in creating socket in a client (UDP)
    By ferenczi in forum Networking/Device Communication
    Replies: 2
    Last Post: 11-27-2008, 11:11 AM
  2. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  3. Need to know the filesystem on /dev/sda1
    By amit_sahrawat in forum Linux Programming
    Replies: 7
    Last Post: 12-13-2007, 05:29 AM
  4. Creating a Simple DLL in C
    By Ultima4701 in forum C Programming
    Replies: 2
    Last Post: 11-23-2002, 01:01 PM
  5. Creating an Code-template in Visual C++
    By yerrel in forum C++ Programming
    Replies: 1
    Last Post: 06-10-2002, 11:25 AM