# 在 /proc/filesystems 中未找到 AUFS

**URL:** https://meta.discourse.org/t/aufs-was-not-found-in-proc-filesystems/107186
**Category:** Self-hosting
**Created:** [2019年一月22日 16:06 UTC](https://meta.discourse.org/t/aufs-was-not-found-in-proc-filesystems/107186 "2019-01-22T16:06:12Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![pirmax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pirmax/32/129657_2.png) [@pirmax](https://meta.discourse.org/u/pirmax)
#### Post date: [2019年一月22日 16:06 UTC](https://meta.discourse.org/t/aufs-was-not-found-in-proc-filesystems/107186/1 "2019-01-22T16:06:12Z")

</div>

AUFS is recommended to install Discourse on dedicated server with Docker.  
I try since 5 days to install Discourse on my CT (container with Ubuntu).  
It’s a fresh installation of Ubuntu.

When I type dockerd in console, I’ve this:

```
ERRO[2019-01-22T15:55:35.218720575Z] 'overlay' not found as a supported filesystem on this host. Please ensure kernel is new enough and has overlay support loaded. storage-driver=overlay2
ERRO[2019-01-22T15:55:35.222390331Z] AUFS was not found in /proc/filesystems storage-driver=aufs
ERRO[2019-01-22T15:55:35.225749945Z] 'overlay' not found as a supported filesystem on this host. Please ensure kernel is new enough and has overlay support loaded. storage-driver=overlay
ERRO[2019-01-22T15:55:35.225833587Z] Failed to built-in GetDriver graph devicemapper /var/lib/docker

```

And I can’t install Discourse if my Storage Driver is VFS. I can’t change VFS into other driver.

---

<div class="post-metadata">

### Author: ![itsbhanusharma](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/itsbhanusharma/32/180717_2.png) [@itsbhanusharma](https://meta.discourse.org/u/itsbhanusharma)
#### Post date: [2019年一月22日 16:43 UTC](https://meta.discourse.org/t/aufs-was-not-found-in-proc-filesystems/107186/2 "2019-01-22T16:43:53Z")

</div>

What are you installing on? a local machine or a VPS?

---

<div class="post-metadata">

### Author: ![pirmax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pirmax/32/129657_2.png) [@pirmax](https://meta.discourse.org/u/pirmax)
#### Post date: [2019年一月22日 16:49 UTC](https://meta.discourse.org/t/aufs-was-not-found-in-proc-filesystems/107186/3 "2019-01-22T16:49:40Z")

</div>

I try to install it on a VPS (Ubuntu 18.04.1 LTS).

It’s a VPS works on Proxmox.

---

<div class="post-metadata">

### Author: ![itsbhanusharma](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/itsbhanusharma/32/180717_2.png) [@itsbhanusharma](https://meta.discourse.org/u/itsbhanusharma)
#### Post date: [2019年一月22日 16:51 UTC](https://meta.discourse.org/t/aufs-was-not-found-in-proc-filesystems/107186/4 "2019-01-22T16:51:02Z")

</div>

Try contacting Your VPS provider, I was using a provider called skysilk, they too are using tech from proxmox and they didn’t support docker (AUFS/OVERLAY) due to some weird kernel issues. maybe your Provider has a similar problem?

---

<div class="post-metadata">

### Author: ![pirmax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pirmax/32/129657_2.png) [@pirmax](https://meta.discourse.org/u/pirmax)
#### Post date: [2019年一月22日 16:56 UTC](https://meta.discourse.org/t/aufs-was-not-found-in-proc-filesystems/107186/5 "2019-01-22T16:56:29Z")

</div>

Ok, I’m going to contact them. Thanks.
