Re: mount --move doesn't work

2013-05-16 Thread Norman Gaywood
On 5 April 2013 00:42, Pasha R wrote: > How do I remove "shared" option? mount --make-private? > So did you ever solve how to do this. I've been having the same issue for some time now. Here is a fuller description of my problem for those interested: https://www.redhat.com/archives/k12osn/2013-

Re: mount --move doesn't work

2013-04-04 Thread Pasha R
How do I remove "shared" option? mount --make-private? On Thu, Apr 4, 2013 at 4:05 PM, Harald Hoyer wrote: > Am 04.04.2013 10:01, schrieb Pasha R: > > Hi, > > I'm trying to understand how mount --move can be used. Whenever I use > it, I get > > an error "mount: wrong fs type, bad option, bad su

Re: mount --move doesn't work

2013-04-04 Thread Harald Hoyer
Am 04.04.2013 10:01, schrieb Pasha R: > Hi, > I'm trying to understand how mount --move can be used. Whenever I use it, I > get > an error "mount: wrong fs type, bad option, bad superblock..." > for example (something I found that supposed to work): > mkdir foo bar > mount --bind foo foo > mount -

mount --move doesn't work

2013-04-04 Thread Pasha R
Hi, I'm trying to understand how mount --move can be used. Whenever I use it, I get an error "mount: wrong fs type, bad option, bad superblock..." for example (something I found that supposed to work): mkdir foo bar mount --bind foo foo mount --move foo bar mount: wrong fs type, bad option, bad su