Re: [MeeGo-dev] what is bind_mount error about ?

2011-05-09 Thread WuYongbo
got it. and thanks :-) but it seems error is strange. /opt/local-dir does exit. any other reason why this happened ? 2011/5/9 Thiago Macieira > On Monday, 9 de May de 2011 08:31:51 yongbo...@elektrobit.com wrote: > > what is bind_mount ? > > A bind mount is when you mount one directory at ano

Re: [MeeGo-dev] what is bind_mount error about ?

2011-05-08 Thread Thiago Macieira
On Monday, 9 de May de 2011 08:31:51 yongbo...@elektrobit.com wrote: > what is bind_mount ? A bind mount is when you mount one directory at another place. Usually, you mount a device on a directory, so the filesystem stored on that device is shown to the system. A bind mount doesn't take a devic

[MeeGo-dev] what is bind_mount error about ?

2011-05-08 Thread Yongbo.Wu
error when building image with mic-image-creator. bing_mount /opt/local-dir /var/cache/meego-bootstrap//opt/local-dir mount: no such file or directory Error : bind-mounting '/opt/local-dir' to '/var/cache/meego-bootstrap//opt/local-dir ' failed what is bind_mount ? __