UFS: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (added category tag)
(add a book for reference)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Filesystems}}
{{Stub}}
{{Stub}}


Line 5: Line 6:
Not to be confused with the [[FFS (Amiga)|Amiga FFS]], the BSD FFS / UFS is commonly used on hard disks for the *BSD and derivatives. 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...).
Not to be confused with the [[FFS (Amiga)|Amiga FFS]], the BSD FFS / UFS is commonly used on hard disks for the *BSD and derivatives. 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 ===
* [https://www.freebsd.org/cgi/man.cgi?query=ffs&sektion=7 ffs(7)] - FreeBSD Man Page on FFS
* [https://flylib.com/books/en/2.48.1/ File System Forensic Analysis] - The "UFS1 and UFS2 Data Structures" Chapter
[[Category:Filesystems]]
[[Category:Filesystems]]

Latest revision as of 03:28, 12 July 2020

Filesystems
Virtual Filesystems

VFS

Disk Filesystems
CD/DVD Filesystems
Network Filesystems
Flash Filesystems
This page is a stub.
You can help the wiki by accurately adding more contents to it.

About FFS / UFS (BSD)

Not to be confused with the Amiga FFS, the BSD FFS / UFS is commonly used on hard disks for the *BSD and derivatives. 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