UFS
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Filesystem }} =Introduction= '''UFS''' (the '''Unix File System''') is a filesystem commonly used on Unix systems in the 1980's an...") |
Dan Tobias (Talk | contribs) |
||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Filesystem | |subcat=Filesystem | ||
+ | |wikidata={{wikidata|Q1046338}} | ||
}} | }} | ||
=Introduction= | =Introduction= | ||
− | '''UFS''' (the '''Unix File System''') is a filesystem commonly used on Unix systems in the 1980's and 1990's. It was originally developed for BSD Unix under the name Fast File System (FFS), and later adopted by AT&T for System V Release 4 (SVR4). | + | '''UFS''' (the '''Unix File System''') is a filesystem commonly used on Unix systems in the 1980's and 1990's. It was originally developed for BSD Unix under the name Fast File System (FFS), and later adopted by AT&T for System V Release 4 (SVR4). A later improved version was [[UFS2]]. |
Backups may be done with the [[ufsdump]] archiver (known simply as <tt>dump</tt> on older systems). | Backups may be done with the [[ufsdump]] archiver (known simply as <tt>dump</tt> on older systems). |
Revision as of 16:26, 24 August 2019
Introduction
UFS (the Unix File System) is a filesystem commonly used on Unix systems in the 1980's and 1990's. It was originally developed for BSD Unix under the name Fast File System (FFS), and later adopted by AT&T for System V Release 4 (SVR4). A later improved version was UFS2.
Backups may be done with the ufsdump archiver (known simply as dump on older systems).
Resources
- A Fast File System for UNIX, Marshall Kirk McKusick, William N. Joy, Samuel J. Leffler, & Robert S. Fabry; Computer Systems Research Group, Univ. of California Berkeley. Revised February 18, 1984.
- Solaris 10 System Administration Guide: UFS File System (Reference)
- Design and Implementation of the FreeBSD Operating System, 2nd Edition, ISBN 978-0-321-96897-5
- Solaris Internals, 2nd Edition, ISBN 0131482092 — Chapter 15: The UFS File System
- Information about Soft Updates, Snapshots, and Back-ground Fsck
- UFS Direct I/O
- Wikipedia:Unix File System