Isabella
Joined: 15 Jun 2006 Posts: 100
|
Posted: Mon Jul 31, 2006 6:20 am Post subject: File system |
|
|
In computing, a file system is a method for storing and organizing computer files and the data they contain to make it easy to find and access them. File systems may use a storage device such as a hard disk or CD-ROM and involve maintaining the physical location of the files, they might provide access to data on a file server by acting as clients for a network protocol (e.g., NFS, SMB, or 9P clients), or they may be virtual and exist only as an access method for virtual data (e.g. procfs).
More formally, a file system is a set of abstract data types that are implemented for the storage, hierarchical organization, manipulation, navigation, access, and retrieval of data. It is debatable whether a file system can be classified as a special-purpose database (DBMS). Needless to say, file systems share much in common with database technology.
|
|