VxFS
From Just Solve the File Format Problem
Revision as of 23:18, 24 August 2019 by Dan Tobias (Talk | contribs)
VxFS (Veritas File System, JFS, OnlineJFS) is a file system used in Unix-style operating systems. It is extent-based (meaning that it uses consecutive blocks of allocated storage for files) and journaling (it keeps track of not-yet-committed changes in a log).