Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I've been using union mounts (unionfs) for live images and read-only rootfs images. But when I updated the kernel to 3.8, I found that there were no config items related to overlayfs.

So the 3.8 kernel doesn't support a union mount?

Are there any alternatives to achieve a union mount in 3.8?

share|improve this question
1  
This is clearly a better fit for superuser.stackexchange.com ... – ppeterka Mar 14 at 9:09

migrated from stackoverflow.com Mar 14 at 10:32

1 Answer

Which distro and version, and where did you get the new kernel from?

unionsfs is not part of the kernel proper, if you build your own kernel you must add it as a patch.

Many distros (including Ubuntu) add it to their kernel, especially if they have a Live CD option.

If you are using UnionFsFuse it's possible there's some incompatibility with recent kernels.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.