Aufs
Linux filesystem
title: "Aufs" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["free-special-purpose-file-systems", "file-systems-supported-by-the-linux-kernel", "union-file-systems"] description: "Linux filesystem" topic_path: "technology/operating-systems" source: "https://en.wikipedia.org/wiki/Aufs" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
::summary Linux filesystem ::
::data[format=table title="Infobox filesystem"]
| Field | Value |
|---|---|
| name | aufs |
| full_name | Advanced multi layered unification filesystem |
| developer | Junjiro Okajima |
| introduction_date | 2006 |
| file_system_permissions | POSIX |
| OS | Linux via third-party kernel module |
| website | aufs.sourceforge.net |
| :: |
| name = aufs | full_name = Advanced multi layered unification filesystem | developer = Junjiro Okajima | introduction_os = | introduction_date = 2006 | partition_id = | directory_struct = | file_struct = | bad_blocks_struct = | max_filename_size = | max_files_no = | max_volume_size = | max_file_size = | filename_character_set = | dates_recorded = | date_range = | date_resolution = | forks_streams = | attributes = | file_system_permissions = POSIX | compression = | encryption = | OS = Linux via third-party kernel module | website = aufs.sourceforge.net
aufs (short for advanced multi-layered unification filesystem) implements a union mount for Linux file systems. The name originally stood for AnotherUnionFS until version 2.
Developed by Junjiro Okajima in 2006, aufs is a complete rewrite of the earlier UnionFS. It aimed to improve reliability and performance, but also introduced some new concepts, like writable branch balancing, and other improvements – some of which are now implemented in the UnionFS 2.x branch.
aufs was rejected for merging into mainline Linux. Its code was criticized for being "dense, unreadable, [and] uncommented". Instead, OverlayFS was merged in the Linux kernel. After several attempts to merge aufs into mainline kernel, the author has given up.
Use
Aufs is included in Debian "Jessie" (v8) and Ubuntu 16.04 out of the box. Debian "Stretch" (v9) does not include aufs anymore, but provides a package aufs-dkms, which auto-compiles the aufs kernel module using Dell's dkms.
Docker originally used aufs for container filesystem layers. It is still available as one of the storage backends but is deprecated in favour of the backend which uses OverlayFS.
Several Linux distributions have chosen aufs as a replacement for UnionFS, including:
- Knoppix live CD Linux distribution – since the end of 2006, "for better stability and performance"
- NimbleX since version 2008. Switched simultaneously with Linux-Live
- Porteus LiveCD, run fully in RAM
- Slax (and Linux-Live scripts in general) since version 6
- Xandros Linux distribution, available in the ASUS Eee PC model 901
- Ubuntu 10.04 LTS Live CD
- Debian 6.0 Live media
- Gentoo Linux LiveDVD 11.0
- Gentoo Linux LiveDVD 11.2
- Gentoo Linux LiveDVD 12.0
- Salix Live via Linux-Live scripts until version 13.1.1 and via SaLT from version 13.37
- Puppy Linux versions can run fully in RAM with changes saved to disk on shutdown. For example, Slacko 5.3.3 running as a LiveCD.
- Manjaro Linux via their patched official kernels
References
References
- "History of aufs".
- [http://aufs.sourceforge.net/ Goals and new features of aufs in the project's homepage]
- (2009-04-07). "Unioning file systems: Implementations, part 2".
- "overlay filesystem · torvalds/linux@e9be9d5".
- (2009-04-10). "Re: [RFC Aufs2 #5 28/29] export lookup functions".
- (2009-04-10). "Re: [RFC Aufs2 #5 28/29] export lookup functions".
- "Deprecated Engine Features".
- (2013-01-05). "KNOPPIX 5.1 - Live Linux Filesystem On CD". knopper.net.
- [http://www.linux-live.org/?changes Linux Live scripts] {{Webarchive. link. (2009-03-22 use AUFS for better stability)
- (2011-03-08). "Gentoo Linux - Gentoo Linux - LiveDVD 11.0". Gentoo.org.
- (2011-08-07). "Gentoo Linux - Gentoo Linux releases 11.2 LiveDVD". Gentoo.org.
- (2012-01-02). "Gentoo Linux - Gentoo Linux releases 12.0 LiveDVD". Gentoo.org.
- (2020-01-19). "Manjaro linux54 kernel PKGBUILD".
::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::