Posts

Showing posts with the label exe

About file system

Image
  What is the File System?      In  computing , a  file system  or  filesystem  (often abbreviated to  fs ) controls how data is  stored and retrieved.        Without a file system, data placed in a storage medium would be one large body of data with no way to tell where one piece of data stops and the next begins. By separating the data into pieces and giving each piece a name, the data is easily isolated and identified.        Taking its name from the way paper-based data management system is named, each group of data is called a " file ." The structure and logic rules used to manage the groups of data and their names is called a "file system."            File systems can be used on numerous different types of  storage devices that use different kinds of media. As of 2019, hard disk drives have been key storage devices and are p...