answersLogoWhite

0


Best Answer

File system in OS provide the way to create and access the files.

How the memory is allocated to files and how the addresses are saved regarding to each file.

All this is about the address translation and calculation for files.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What function of file system in operating system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is file management a function of the operating system?

yes


Adding data to a spreadsheet producing a database report file management producing a presentation what is a function of the operating system?

file management


What is major function of operating system?

The major function of an operating system is to manage all resources of a system.


What is the difference between hidden files and system files?

System files are files the operating system needs to function (and they may be hidden). Hidden files are those files that are not displayed when you show a directory listing. A file can be both a system file and a hidden file, but a hidden file does not have to be a system file, nor does a system file need to be hidden.


What is the difference between fseek and lseek?

lseek is a system call, but fseek is a C function belonging to the ANSI C standard library, and included in the file stdio.h lseek uses file descriptor (return by open system call), but fseek uses pointer to FILE structure (return by fopen ANSI C library function) (though file desctor and FILE * can be used interchangeably several times). System calls are to communicate directly with an operating system. Generally, system calls are slower than normal function calls.


What is file system of operating system?

A file system is the method of storing files. Some examples include:Ext4Ext3FATNTFSZFSReiser


How does an operating system manage a file system?

An operating system enables you to view files saved onto your storage devices and arrange them into a folder/directory/file structure.


WHY was the operating system developed?

All computers must have some kind of Operating system to function.


What type of operating system does Windows 7 need?

Windows 7 is an operating system. It does not rely on any other operating system to function.


Which components of an operating system maintains the directory system?

file manager


Which file system contains most of the operating system files?

%systemroot%


How do you create a nameless file?

The operating system normally insists that the file has a name.