UFS
Jump to navigation
Jump to search
| Filesystems |
|---|
| Virtual Filesystems |
| Disk Filesystems |
| CD/DVD Filesystems |
| Network Filesystems |
| Flash Filesystems |
|
|
- Not to be confused with Amiga FFS.
UFS (UNIX File System) also known as FFS (Fast File System) is not a single filesystem but a family of filesystems used by BSD derivatives, such as FreeBSD, NetBSD, OpenBSD and others. Introduced in 4.2BSD, it is a direct descendant of the original UNIX V7 filesystem.
About FFS / UFS (BSD)
What is usually called a "partition" is called a "slice" in *BSD, which is in turn subdivided into "partitions" - a naming pattern that leads to some confusion, and to rather cryptic device names (ad0s1c for the third partition on the second slice on the primary master ATAPI hard drive...).
See Also
External Links
- ffs(4) - FreeBSD manpage on FFS.
- fs(5) - NetBSD manpage describing the superblock structure of its FFS implementation.
- fs(5) - OpenBSD FFS superblock description.
- File System Forensic Analysis - The "UFS1 and UFS2 Data Structures" Chapter
