Re: [lxc-devel] read-only container root

2010-02-15 Thread Daniel Lezcano
Michael Tokarev wrote: > lxc-start: No such file or directory - failed to mount a new instance of > '/dev/pts' > I'm experimenting with a read-only root fs in the container. > So far it does not work. > > First of all, when trying to start a container in a read-only root > lxc-start complains: >

Re: [lxc-devel] mounting filesystems in a container

2010-02-15 Thread Daniel Lezcano
Michael Tokarev wrote: > I've a question here. > > What's a way to mont a new filesystem within a > container, besides re-starting the container? > > For example, I've inserted a removable media on the > host, it's available on the host as /dev/sdb1, and is > mounted on the host as /mnt/removable.

[lxc-devel] read-only container root

2010-02-15 Thread Michael Tokarev
lxc-start: No such file or directory - failed to mount a new instance of '/dev/pts' I'm experimenting with a read-only root fs in the container. So far it does not work. First of all, when trying to start a container in a read-only root lxc-start complains: lxc-start: Read-only file system - ca

[lxc-devel] mounting filesystems in a container

2010-02-15 Thread Michael Tokarev
I've a question here. What's a way to mont a new filesystem within a container, besides re-starting the container? For example, I've inserted a removable media on the host, it's available on the host as /dev/sdb1, and is mounted on the host as /mnt/removable. But how to make it available in a ru