lkml.org 
[lkml]   [2014]   [Apr]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: How do I make a clean mount namespace?
On Tue, Apr 22, 2014 at 03:12:11PM -0700, Andy Lutomirski wrote:
> I want to set up a little container. So I unshare the mount namespace
> and mount something somewhere (say /mnt) that I want to be my new
> root. Now what?
>
> pivot_root("/mnt", "/mnt/garbage") seems to frequently return -EBUSY.

RTFM. Literally - man 2 pivot_root and look for the only place where
it mentions EBUSY.

If you get that error, check what you've got in /proc/mounts (in the
namespace your process is in, obviously) just before the syscall.
With these arguments you really want /mnt to be a mountpoint. If your
new root really lives on the same fs as the old one, just do
mount --bind /mnt /mnt before any other mounts.


\
 
 \ /
  Last update: 2014-04-24 05:01    [W:0.076 / U:0.424 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site