Benutzer:Philnate/AdvFS

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen
AdvFS
Hersteller DEC
Vollständige Bezeichnung Advanced File System
Erstveröffentlichung 1993(OSF/1) ()
Technische Umsetzung
Defektblockliste Tabelle
Maximalwerte
Größe einer Datei 16TiB
Länge des Dateinamens 255 Byte
Größe des Dateisystems 16TiB
Eigenschaften
Unterstützende Betriebssysteme Tru64 UNIX

AdvFS'(engl. Advanced File System, auch bekannt als Tru64 Unix Advanced File System, ist ein von Digital Equipment Corporation entwickeltes [Dateisystem]], welches in den 1980igern begonnen und bis mitte 1990 entwickelt wurde<ref. Entwickelt wurde es für das ebenfalls von DEC stammende Betriebssystem OSF/1 (später Tru64 UNIX). Im Juni 2008 wurde der Quellcode unter GNU GPL gestellt und auf Sourceforge eingestellt. AdvFS, also known as Tru64 Unix Advanced File System, is a file system developed in the late 1980s to mid 1990s [1] by Digital Equipment Corporation for their OSF/1 version of the Unix operating system (later Digital UNIX/Tru64 UNIX). In June of 2008, it was released as open source under the GNU GPL license[2].

Its features include:

  • a journal to allow for fast crash recovery
  • undeletion support
  • high performance
  • dynamic structure that allows an administrator to manage the file system on the fly
  • on the fly creation of snapshots
  • defragmentation while the domain has active users

AdvFS uses a relatively advanced concept of a storage pool (called a file domain) and of logical file systems (called file sets). A file domain is composed of any number of block devices, which could be partitions, LVM or LSM devices. A file set is a logical file system created in a single file domain. Administrators can add or remove volumes from an active file domain, providing that there is enough space on the remaining file domain, in case of removal.

File sets can be balanced, meaning that file content of file sets be balanced across physical volumes. Particular files in a file set can be striped across available volumes.

Administrators can take a snapshot (or clone) of any active or inactive file set. This allows for easy on-line backups.

Another feature allows administrators to add or remove block devices from a file domain, while the file domain has active users. This add/remove feature allows migration to larger devices or migration from potentially failing hardware without a system shutdown.

Historically, AdvFS was developed for another operating system and ported to DEC OSF/1 by DEC engineers in Bellevue, WA. Over time, development moved to teams located in Bellevue, WA and Nashua, NH. Versions were always one version number behind the operating system version. Thus, DEC OSF/1 v3.2 had AdvFS v2.x, Digital UNIX 4.0 had AdvFS v3.x and Tru64 UNIX 5.x had AdvFS v4.x. It is generally considered that only AdvFS v4 had matured to production level stability, with a sufficient set of tools to get administrators out of any kind of trouble.

On June 23, 2008, its source code was released[2] under GNU General Public License version 2 at SourceForge in order to be compatible with the Linux kernel license.

Quellen[Bearbeiten | Quelltext bearbeiten]

External links[Bearbeiten | Quelltext bearbeiten]

[[Category:Digital Equipment Corporation]] [[Category:Disk file systems]] [[Category:Formerly proprietary software]]

  1. Revision history? SourceForge.net, abgerufen am 25. Juni 2008.
  2. a b Press release concerning the release of the AdvFS source code