CFP last date
20 May 2024
Reseach Article

Application based File System (ABFS)

by Krishna Modi, Prashasti Kanikar
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 41 - Number 1
Year of Publication: 2012
Authors: Krishna Modi, Prashasti Kanikar
10.5120/5506-7526

Krishna Modi, Prashasti Kanikar . Application based File System (ABFS). International Journal of Computer Applications. 41, 1 ( March 2012), 26-30. DOI=10.5120/5506-7526

@article{ 10.5120/5506-7526,
author = { Krishna Modi, Prashasti Kanikar },
title = { Application based File System (ABFS) },
journal = { International Journal of Computer Applications },
issue_date = { March 2012 },
volume = { 41 },
number = { 1 },
month = { March },
year = { 2012 },
issn = { 0975-8887 },
pages = { 26-30 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume41/number1/5506-7526/ },
doi = { 10.5120/5506-7526 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T20:28:29.766386+05:30
%A Krishna Modi
%A Prashasti Kanikar
%T Application based File System (ABFS)
%J International Journal of Computer Applications
%@ 0975-8887
%V 41
%N 1
%P 26-30
%D 2012
%I Foundation of Computer Science (FCS), NY, USA
Abstract

A file system is designed to store the data into the storage device efficiently and without any data loss. Every data stored on the storage device is used by some or the other application. When an application is opened, 90% probability is that the user will open a file which is supported by that application. But the files in the storage devices are not stored in a sorted manner. They are generally stored on the first come first serve basis. We have paid special attention and made efforts to design a file system which stores the data in a sorted manner so that while accessing the data in the file system, the disk header has to make least possible movement thus reducing the seek time and giving an optimal response time. Software is responsible to make the hardware perform its work efficiently. This has influenced the design of ABFS which stands for Application Based File System.

References
  1. "Microsoft Extensible Firmware Initiative FAT32 File System Specification, FAT: General Overview of On-Disk Format". Microsoft. 2000-12-06.
  2. Silberschatz, Abraham; Galvin, Peter Baer; Gagne, Greg (2004). "Storage Management". Operating System Concepts (7th Ed. ).
  3. "Single Instance Storage in Windows 2000". Microsoft Research and Balder Technology Group. August 2000.
  4. "Model-Based Failure Analysis of Journaling File Systems", Vijayan Prabhakaran, Andrea C. Arpaci-Dusseau, and Remzi H. Arpaci-Dusseau
  5. Jones, M Tim (2008-06-04), Anatomy of Linux journaling file systems, IBM Developer Works, retrieved 2009-04-13
  6. Silberschatz, Galvin, Gagne. Operating System Concepts, Sixth Edition. John Wiley & Sons, Inc.
  7. "The new ext4 filesystem: current status and future plans", Avantika Mathur, Mingming Cao, Suparna Bhattacharya, June 27th–30th, 2007, Ottawa, Ontario, Canada
Index Terms

Computer Science
Information Sciences

Keywords

Application Based File System File System Sorted File System Journaling Reduced Seek Time