Search references for FORK FILE-SYSTEM. Phrases containing FORK FILE-SYSTEM
See searches and references containing FORK FILE-SYSTEM!FORK FILE-SYSTEM
Data associated with a file-system object
In a computer file system, a fork is a set of data associated with a file-system object. File systems without forks only allow a single set of data for
Fork_(file_system)
Component of a file in Mac operating systems
resource fork is a fork of a file on Apple's classic Mac OS operating system that is used to store structured data. It is one of the two forks of a file, along
Resource_fork
File manager for Linux and other Unix-like operating systems
open-source software portal File System Visualizer on SourceForge A fork for more recent versions of Linux. on GitHub A fork for even more recent versions
File_System_Visualizer
Native file system of the BeOS operating system
File System (BFS) is the native file system for the BeOS. In the Linux kernel, it is referred to as "BeFS" to avoid confusion with Boot File System.
Be_File_System
Topics referred to by the same term
Iran Fork, Maryland, United States, a town Fork Township (disambiguation), several districts in the United States Fork (file system), a part of a file in
Fork_(disambiguation)
Journaling file system developed by Apple
n-forked files similar to NTFS, though until 2005 almost no system software took advantage of forks other than the data fork and resource fork. HFS Plus
HFS_Plus
In computing, an operation whereby a process creates a copy of itself
or other system calls of the kernel. For many years, fork was the primary method of process creation on Unix and Unix-like operating systems, and it remains
Fork_(system_call)
Copy-on-write file system developed by Apple
Apple File System (APFS) is a proprietary file system developed and deployed by Apple Inc. for macOS Sierra (10.12.4) and later, iOS 10.3, tvOS 10.2,
Apple_File_System
Type of decentralized filesystem
A clustered file system (CFS) is a file system which is shared by being simultaneously mounted on multiple servers. There are several approaches to clustering
Clustered_file_system
File manager
2012. It started as a fork of the GNOME file manager Nautilus v3.4[better source needed] after the developers of the operating system Linux Mint considered
Nemo_(file_manager)
Proprietary file system developed by Microsoft
NT File System (NTFS) is a proprietary journaling file system developed by Microsoft in the 1990s. It was developed to overcome scalability, security and
NTFS
Disk file system by Apple Computer
Macintosh File System (MFS) is a volume format (or disk file system) created by Apple Computer for storing files on 400K floppy disks. MFS was introduced
Macintosh_File_System
Computer file system architecture design
The FAT file system is a file system used on MS-DOS and Windows 9x family of operating systems. It continues to be used on mobile devices and embedded
Design_of_the_FAT_file_system
Interface to device driver that appears in filesystem
systems, a device file, device node, or special file is an interface to a device driver that appears in a file system as if it were an ordinary file.
Device_file
Computer filing system
In computing, a file system or filesystem (often abbreviated to FS or fs) governs file organization and access. A local file system is a capability of
File_system
File system designed to run on flash memory
file system is a file system designed for storing files on flash memory–based storage devices. While flash file systems are closely related to file systems
Flash_file_system
Parallel distributed file system
distributed file system, generally used for large-scale cluster computing. The name Lustre is a portmanteau word derived from Linux and cluster. Lustre file system
Lustre_(file_system)
Set of file system features
records of creation and modification times). Unlike forks, which can usually be as large as the maximum file size, extended attributes are usually limited in
Extended_file_attributes
Computer resource for recording data on a storage device
the file, for example extended attributes or forks. On other file systems this can be done via sidecar files or software-specific databases. All those methods
Computer_file
ForkLift is a dual-pane file manager and file transfer client for macOS, developed by BinaryNights. ForkLift 1.0 was released on June 1, 2007. ForkLift
ForkLift_(file_manager)
Proprietary file system by Apple
other file systems of the time. Files could have multiple forks (normally a data and a resource fork), which allowed the main data of the file to be stored
Hierarchical File System (Apple)
Hierarchical_File_System_(Apple)
File system used by MS-DOS and Windows 9x
File Allocation Table (FAT) is a file system developed for personal computers and was the default file system for the DOS and Windows 9x operating systems
File_Allocation_Table
Distributed file system
GlusterFS Google File System List of file systems § Distributed fault-tolerant file systems LizardFS – a fork of MooseFS v. 1.6.x Lustre Contributors to
Moose_File_System
File system
Journaled File System (JFS) is a 64-bit journaling file system created by IBM. There are versions for AIX, OS/2, eComStation, ArcaOS and Linux operating
JFS_(file_system)
Extension for Git version control system
Virtual File System for Git (VFS for Git), developed by Microsoft, is an extension to the Git version control system. VFS for Git is designed to ease the
Virtual_File_System_for_Git
Filesystem created for OS/2 operating system
Performance File System) is a file system created specifically for the OS/2 operating system to improve upon the limitations of the FAT file system. It was
High_Performance_File_System
File system for magnetic tape
The Linear Tape File System (LTFS) is a file system that allows files stored on magnetic tape to be accessed in a similar fashion to those on disk or
Linear_Tape_File_System
Independent software derived from existing software
compared to the original.[example needed] A fork is a form of branching, but generally involves storing the forked files separately from the original – not in
Fork_(software_development)
Software interface for Unix-like systems
operating systems that lets non-privileged users create their own file systems without editing kernel code. This is achieved by running file system code in
Filesystem_in_Userspace
general and technical information for a number of computer file systems. All widely used file systems record a last modified time stamp (also known as "mtime")
Comparison_of_file_systems
File system for CD-R and CD-ROM optical discs
(also known as ECMA-119, or on Windows as CDFS) is a file system for optical disc media. The file system is an international standard available from the International
ISO_9660
Extent-based file system
The VERITAS File System (or VxFS; called JFS and OnlineJFS in HP-UX) is an extent-based file system. It was originally developed by VERITAS Software.
Veritas_File_System
Apple operating systems from 1984 to 2001
implemented in 1998. Files in most file systems have only one "fork". By contrast, MFS and HFS give files two different "forks". The data fork contains the same
Classic_Mac_OS
Distributed file system
an open source distributed file system that is POSIX-compliant and licensed under GPLv3. It was released in 2013 as fork of MooseFS. LizardFS also offers
LizardFS
Programming idiom in Unix
Fork–exec is a commonly used technique in Unix whereby an executing process spawns a new program. fork() is the name of the system call that the parent
Fork–exec
Computer file containing plain text
classic Mac OS system regarded the content of a file (the data fork) to be a text file when its resource fork indicated that the type of the file was "TEXT"
Text_file
Flash file system
exFAT (Extensible File Allocation Table) is a file system optimized for flash memory such as USB flash drives and SD cards, that was introduced by Microsoft
ExFAT
Storage area in computer file system
storage reserved for a file in a file system, represented as a range of block numbers, or tracks on count key data devices. A file can consist of zero or
Extent_(file_systems)
Software product
lets programmers create virtual file systems without writing a kernel-level driver. This is achieved by running file system code in user space while the
Dokan_Library
File system from DragonFly BSD
HAMMER is a high-availability 64-bit file system developed by Matthew Dillon for DragonFly BSD using B+ trees. Its major features include infinite NFS-exportable
HAMMER_(file_system)
Unix philosophy
any other file — after binding to an address privileges may be dropped, the server socket may be distributed among many processes by fork()ing (respectively
Everything_is_a_file
Journaling file system for Linux
ext4 (fourth extended filesystem) is a journaling file system for Linux, developed as the successor to ext3. ext4 was initially a series of backward-compatible
Ext4
Operating system
in 2002 as a fork of AtheOS. The same group produced Syllable Server, for server computers, based on Linux core. Syllable Desktop is a fork of AtheOS, a
Syllable_Desktop
File format family for A/UX
Unix-like operating system. AppleSingle combined both file forks and the related Finder meta-file information into a single file, whereas AppleDouble
AppleSingle and AppleDouble formats
AppleSingle_and_AppleDouble_formats
File format developed by Apple and used by macOS
RunningDataForkOffset; uint64_t DataForkOffset; // usually 0, beginning of file uint64_t DataForkLength; uint64_t RsrcForkOffset; // resource fork offset
Apple_Disk_Image
Steganographic file systems are a kind of file system first proposed by Ross Anderson, Roger Needham, and Adi Shamir. Their paper proposed two main methods
Steganographic_file_system
Free and open-source terminal file manager
(shortened as n³) is a free and open-source, text-based file manager for Unix-like systems. It is a fork of noice and provides several additional features,
Nnn_(file_manager)
MacBinary is a file format that combines the data fork and the resource fork of a classic Mac OS file into a single file, along with HFS's extended metadata
MacBinary
Computer file ststem
The Advanced Disc Filing System (ADFS) is a computing file system unique to the Acorn computer range and RISC OS-based successors. Initially based on
Advanced_Disc_Filing_System
Log-structured file system for flash memory devices
Journalling Flash File System version 2 or JFFS2 is a log-structured file system for use with flash memory devices. It is the successor to JFFS. JFFS2
JFFS2
Approach to maintaining file system
Soft updates is an approach to maintaining file system metadata integrity in the event of a crash or power outage. Soft updates work by tracking and enforcing
Soft_updates
File system
The OneFS File System is a parallel distributed networked file system designed by Isilon Systems and is the basis for the Isilon Scale-out Storage Platform
OneFS_distributed_file_system
Form of binary-to-text encoding
traditionally has a single fork where file data is stored. However, some file systems support multiple forks associated with a single file. For example, classic
Uuencoding
System routines for Classic Mac OS
excludes core "kernel" functionality such as memory management and the file system. Note that the Toolbox does not draw the menu onscreen: menus were designed
Macintosh_Toolbox
Computer program that provides a user interface to work with file systems
file server (connecting and accessing the server's file system like a local file system) or by providing its own full client implementations for file
File_manager
Macintosh alert sound
was later changed to "Sonumi" as it appears in the System Preferences. The sound file itself in /System/Library/Sounds/ is still named Sosumi.aiff, and other
Sosumi
Hypermedia system for Apple Macintosh and Apple IIGS computers
is among the first successful hypermedia systems predating the World Wide Web. HyperCard combines a flat-file database with a graphical, flexible, user-modifiable
HyperCard
Way for programs to access kernel services
Unix-like systems, fork and execve are C library functions that in turn execute instructions that invoke the fork and exec system calls. Making the system call
System_call
SwiftFTP the free, open source, and cross-platform File Transfer Protocol (FTP) software
storage is still harder than just reading the unencrypted storage. A fork called FileZilla Secure was started in November 2016 to add encrypted storage.
FileZilla
Symbol on early Apple operating systems
and you could say it has no business in a grown-up, commercial operating system. It makes no real sense, and wasn’t really there on merit or through strategic
Dogcow
Computer program that runs as a background process
be on a mounted file system (allowing it to be unmounted). Changing the umask to 0 to allow open(), creat(), and other operating system calls to provide
Daemon_(computing)
Native text editor for the Apple classic Mac OS
total file size beyond this limit. SimpleText style information was stored in the file's resource fork in such a way that if the resource fork was stripped
SimpleText
Free, open-source implementation of the Apple Filing Protocol
storing the resource fork separately from the data fork when a Mac OS file was transferred to the Unix-like computer's file system. This was required in
Netatalk
Binary-to-text encoding
redundancy checks (CRCs) for the data fork, resource fork, and file metadata, instead of a single checksum Combine the forks and metadata with their checksums
BinHex
First major release of classic Apple Macintosh operating system (1984)
needed] Similar to the one found on Lisa OS, the System 1 Finder had five menus: the Apple menu, File, Edit, View, and Special. When in an application
System_1
Computer file system
The Disc Filing System (DFS) is a computer file system developed by Acorn Computers, initially as an add-on to the Eurocard-based Acorn System 2. In 1981
Disc_Filing_System
Computer files that store data which is not supported by the format of a source file
single file. Sidecar files can be seen as "forks for file systems without native support for forks". These can then be manipulated with usual file system tools:
Sidecar_file
Research distributed operating system
for the system also continues on the 9front fork, where active contributors provide monthly builds and new functionality. So far, the 9front fork has provided
Plan_9_from_Bell_Labs
Script file for Microsoft computer operating systems
normally line-by-line. Unix-like operating systems, such as Linux, have a similar, but more flexible, type of file called a shell script. The filename extension
Batch_file
Peer-to-peer file sharing utility
August 18, 2003 it was forked from the xMule source code, which itself is a fork of the lMule project, which was the first attempt to bring the eMule client
AMule
Enterprise NAS for File, Object, Block Storage Solutions
The operating systems include components released under a proprietary license, GPL and BSD licenses. Built around the OpenZFS file system, TrueNAS provides
TrueNAS
Implementation of NTFS file system
file system with read/write support. NTFS-3G often uses the FUSE file system interface, so it can run unmodified on many different operating systems.
NTFS-3G
Journaling file system for Linux
Reiser4 is a computer file system, successor to the ReiserFS file system, developed from scratch by Namesys and sponsored by DARPA as well as Linspire
Reiser4
River in the U.S. states of Montana and Idaho
The Clark Fork, or the Clark Fork of the Columbia River, is a river in the U.S. states of Montana and Idaho, approximately 310 miles (500 km) long. It
Clark_Fork_River
Peer-to-peer web-based torrent client
maintaining complexity. Comparison of BitTorrent clients InterPlanetary File System List of video hosting services DailyMotion Vidme Vimeo YouTube YouTube
WebTorrent
the file systems supports multiple data streams. NTFS refers to these as alternate data streams, HPFS as extended attributes and HFS calls them forks. Namespace
Glossary of file systems terms
Glossary_of_file_systems_terms
Suite of system components for Linux
Unix-like systems), modularity, or size. A few forks have collaborated under the FreeInit banner. In 2012, the Gentoo Linux project created a fork of udev
Systemd
Copy-on-write file system
ZFS (previously Zettabyte File System, now an orphaned initialism) is a file system with volume management capabilities. It began as part of the Sun Microsystems
ZFS
Journaling file system
ReiserFS is a general-purpose, journaling file system initially designed and implemented by a team at Namesys led by Hans Reiser and licensed under GPLv2
ReiserFS
POSIX C header
languages, <unistd.h> is the name of the header file that provides access to the POSIX operating system API. It is defined by the POSIX.1 standard, the
Unistd.h
Standalone compositor for Linux
for the X Window System. It is a fork of compton, created because compton wasn't being actively maintained; compton is, in turn, a fork of xcompmgr-dana
Picom
Computer mechanism
at a specific time, and preventing reading of the file while it's being modified or deleted. Systems implement locking to prevent an interceding update
File_locking
Open source web server and a reverse proxy server
(November 2012), nginx became part of the OpenBSD base system, providing an alternative to the system's fork of Apache 1.3, which it was intended to replace
Nginx
Journaling file system
Novell Storage Services (NSS) is a file system used by the Novell NetWare network operating system. Support for NSS was introduced in 2004 to SUSE Linux
Novell_Storage_Services
application should be used to open a file, similar to (but richer than) the file extensions in other operating systems. Creator codes are four-byte OSTypes
Creator_code
File manager
related to GNOME Files. Comparison of file managers Dolphin (file manager) - KDE file manager Caja – a fork of Nautilus 2 for MATE Nemo – a fork of Nautilus
GNOME_Files
Process that is not running, but is in the process table
prevents the file system from recovering the i-nodes for the deleted file. Therefore, the command to show disk usage will not count the deleted files whose space
Zombie_process
Graphics file format
the Mac file system included two parts (known as forks) that are logically referred to as one file. By placing the PostScript in the data fork and a standard
Encapsulated_PostScript
Compression software
stored on non-Mac systems where extensions were required. So, StuffIt-compressed files save the resource forks of the Macintosh files inside them, and
StuffIt
option/feature conflict does not occur. A number of file systems support file forks (called resource forks and named forks on OS X (particularly HFS+), and alternate
Srm_(Unix)
Distributed version control software system
similarly named Program Files directory containing the Mingw-w64 port of the GNU Compiler Collection, Perl 5, MSYS2 (itself a fork of Cygwin, a Unix-like
Git
File system
Least-Authority File Store) is a free and open, secure, decentralized, fault-tolerant, distributed data store and distributed file system. It can be used
Tahoe-LAFS
Computer operating system
"OpenBeOS-NewOS Fork Complete – OSnews". www.osnews.com. Retrieved November 26, 2023. "beunited.org - Open Standards BeOS-compatible Operating Systems". July 27
Haiku_(operating_system)
Memory map - POSIX-compliant system call
POSIX-compliant Unix system call that maps files or devices into memory. It is a method of memory-mapped file I/O. It implements demand paging because file contents
Mmap
Linux distribution
language or one of Nix's forks. The operating system builds itself according to declarations written by the user within its config files, allowing them to manage
NixOS
Flash file system
UBIFS (UBI File System, more fully Unsorted Block Image File System) is a flash file system for unmanaged flash memory devices. UBIFS works on top of an
UBIFS
Seventh major release of the classic Mac OS (1991)
Computer. It was launched on May 13, 1991, to succeed System 6 with virtual memory, personal file sharing, QuickTime, TrueType fonts, the Force Quit dialog
System_7
Device that generates sounds of constant pitch when struck
A tuning fork is an acoustic resonator in the form of a two-pronged fork with the prongs (tines) formed from a U-shaped bar of elastic metal (usually
Tuning_fork
Mac file manager and user interface shell
The Finder is the default file manager and graphical user interface shell used on all Mac operating systems. Described in its "About" window as "The Macintosh
Finder_(software)
Logging (WAPBL) provides meta data journaling for file systems in conjunction with Fast File System (FFS) to accomplish rapid filesystem consistency after
Write Ahead Physical Block Logging
Write_Ahead_Physical_Block_Logging
FORK FILE-SYSTEM
FORK FILE-SYSTEM
FORK FILE-SYSTEM
FORK FILE-SYSTEM
FORK FILE-SYSTEM
FORK FILE-SYSTEM
FORK FILE-SYSTEM
FORK FILE-SYSTEM
FORK FILE-SYSTEM