file system - определение. Что такое file system
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое file system - определение

CONCRETE FORMAT OR PROGRAM FOR STORING FILES AND DIRECTORIES ON A DATA STORAGE DEVICE
Filesystem; Disk file systems; Special purpose file systems; File system types; Disk file system; Special purpose file system; File systems; File storage; File System; Disk File System; Filesystems; Computer file system; File-system; File access; Serial files; Sequential file; Crash count; File time; Offline File System; Sequential files; Special file system; Prospero (file system); File processing system; Linux file systems; File system metadata; Linux filesystems; Virtual file; Dentries; Dentry; Directory entry; File system manager; Flat file system; Linux filesystem; Tree quota; Transactional file system; Tape file system; Microsoft Windows file systems
  • An example of slack space, demonstrated with 4,096-[[byte]] NTFS clusters: 100,000 files, each five bytes per file, which equal to 500,000 bytes of actual data but require 409,600,000 bytes of disk space to store <!-- The size listing shown in Explorer is oddly doubly-wrong. The example files are 5 bytes each, not 0.1K, and the clusters are a minimum of 4K not 1K.-->
  • Windows]] command shell
  • fragmented]]
Найдено результатов: 10848
file system         
<operating system> (FS, or "filesystem") 1. A system for organizing directories and files, generally in terms of how it is implemented in the disk operating system. E.g., "The Macintosh file system is just dandy as long as you don't have to interface it with any other file systems". 2. The collection of files and directories stored on a given drive (floppy drive, hard drive, disk partition, logical drive, RAM drive, etc.). E.g., "mount attaches a named file system to the file system hierarchy at the pathname location directory [...]" -- Unix manual page for "mount(8)". As an extension of this sense, "file system" is sometimes used to refer to the representatation of the file system's organisation (e.g. its file allocation table) as opposed the actual content of the files in the file system. Unix manual page: fs(5), mount(8). (1997-04-10)
File system         
In computing, file system or filesystem (often abbreviated to fs) is a method and data structure that the operating system uses to control 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 stopped and the next began, or where any piece of data was located when it was time to retrieve it.
Synthetic file system         
HIERARCHICAL INTERFACE TO NON-FILE OBJECTS THAT APPEAR AS IF THEY WERE REGULAR FILES
Synthetic Filesystem; Synthetic file; Pseudo file system
In computer science, a synthetic file system or a pseudo file system is a hierarchical interface to non-file objects that appear as if they were regular files in the tree of a disk-based or long-term-storage file system. These non-file objects may be accessed with the same system calls or utility programs as regular files and directories.
TiVo Media File System         
PROPRIETARY FILE SYSTEM USED ON TIVO HARD DRIVES
Tivo's Media File System; Tivo Media File System
The MFS or Media File System is a proprietary file system used on TiVo hard drives for fault tolerant real-time recording of live TV.
Oracle Cloud File System         
COMPUTER FILESYSTEM WHICH STORES DATA IN ORACLE ASM
User:Ashakian/Oracle Cloud File System (ACFS and ADVM); Wikipedia talk:Articles for creation/Oracle Cloud File System; ASM Cluster File System; ASM Dynamic Volume Manager
Oracle Cloud File System (CloudFS) is a storage management suite developed by Oracle Corporation. CloudFS consists of a cluster file system called ASM Cluster File System (ACFS), and a cluster volume manager called ASM Dynamic Volume Manager (ADVM) initially released in August 2007.
Global file system         
SHARED-DISK FILE SYSTEM FOR LINUX COMPUTER CLUSTERS
Global File System 2; Global Filesystem 2; Global filesystem 2; Global file system 2; Global file system two; Global File System two; Global File System Two; Global File System; Global File System (Red Hat)
In computer storage, a global file system is a distributed file system that can be accessed from multiple locations, typically across a wide-area network, and provides concurrent access to a global namespace from all locations. In order for a file system to be considered global, it must allow for files to be created, modified, and deleted from any location.
Installable File System         
FRAMEWORK
IFSHLP.SYS; Installable File System Helper; Installable File System Manager; Installable file system; IFS$HLP$; IFSFUNC.EXE; IFSFUNC
The Installable File System (IFS) is a filesystem API in MS-DOS/PC DOS 4.x, IBM OS/2 and Microsoft Windows that enables the operating system to recognize and load drivers for file systems.
installable file system         
FRAMEWORK
IFSHLP.SYS; Installable File System Helper; Installable File System Manager; Installable file system; IFS$HLP$; IFSFUNC.EXE; IFSFUNC
<operating system> (IFS or "File System Driver", "FSD") An API that allows you to extend OS/2 to access files stored on disk in formats other than FAT and HPFS, and access files that are stored on a network file server. For example an IFS could provide programs running under OS/2 (including DOS and Windows programs) with access to files stored under Unix using the Berkeley fast file system. The other variety of IFS (a "remote file system" or "redirector") allows file sharing over a LAN, e.g. using Unix's Network File System protocol. In this case, the IFS passes a program's file access requests to a remote file server, possibly also translating between different file attributes used by OS/2 and the remote system. Documentation on the IFS API has been available only by special request from IBM. An IFS is structured as an ordinary 16-bit DLL with entry points for opening, closing, reading, and writing files, the swapper, file locking, and Universal Naming Convention. The main part of an IFS that runs in ring 0 is called by the OS/2 kernel in the context of the caller's process and thread. The other part that runs in ring 3 is a utility library with entry points for FORMAT, RECOVER, SYS, and CHKDSK. EDM/2 article (http://edm2.com/0103/). (1999-04-07)
File system API         
APPLICATION PROGRAMMING INTERFACE
File system driver; Filesystem interface; File system interface; Filesystem API
A file system API is an application programming interface through which a utility or user program requests services of a file system. An operating system may provide abstractions for accessing different file systems transparently.
Network File System         
  • NFS SPECsfs2008 performance comparison, as of 22 November 2013
WIKIMEDIA DISAMBIGUATION PAGE
Network file system (disambiguation)
Network File System (NFS) is a distributed file system protocol originally developed by Sun Microsystems (Sun) in 1984, allowing a user on a client computer to access files over a computer network much like local storage is accessed. NFS, like many other protocols, builds on the Open Network Computing Remote Procedure Call (ONC RPC) system.

Википедия

File system

In computing, a file system or filesystem (often abbreviated to fs) is a method and data structure that the operating system uses to control 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 stopped and the next began, or where any piece of data was located when it was time to retrieve it. By separating the data into pieces and giving each piece a name, the data are easily isolated and identified. Taking its name from the way a 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."

There are many kinds of file systems, each with unique structure and logic, properties of speed, flexibility, security, size and more. Some file systems have been designed to be used for specific applications. For example, the ISO 9660 and UDF file systems are designed specifically for optical discs.

File systems can be used on many types of storage devices using various media. As of 2019, hard disk drives have been key storage devices and are projected to remain so for the foreseeable future. Other kinds of media that are used include SSDs, magnetic tapes, and optical discs. In some cases, such as with tmpfs, the computer's main memory (random-access memory, RAM) is used to create a temporary file system for short-term use.

Some file systems are used on local data storage devices; others provide file access via a network protocol (for example, NFS, SMB, or 9P clients). Some file systems are "virtual", meaning that the supplied "files" (called virtual files) are computed on request (such as procfs and sysfs) or are merely a mapping into a different file system used as a backing store. The file system manages access to both the content of files and the metadata about those files. It is responsible for arranging storage space; reliability, efficiency, and tuning with regard to the physical storage medium are important design considerations.