I am trying to use the overlay file system driver and this gives me an error:
$ sudo mount -t overlay overlay -o lowerdir=/mnt/ccs-overlayfs-lower,upperdir=/mnt/ccs-overlayfs/upper,workdir=/mnt/ccs/overlayfs-work /mnt/ccs mount: special device overlay does not exist
Every bit of documentation I've seen uses an overlay device, so why am I having problems?
source share