:: Re: [DNG] mounting /usr
トップ ページ
このメッセージを削除
このメッセージに返信
著者: J. Fahrner
日付:  
To: Dng
題目: Re: [DNG] mounting /usr
Am 2017-12-04 17:21, schrieb Yevgeny Kosarzhevsky:

> Yes I need it for virtual machines so they won't store the same data.


NFS is not the right protocol for such things. NFS is a *network*
storage filesystem and behaves not like a local filesystem. Through NFS
user root gets mapped to nobody on the remote system, otherwise NFS
would be a big security risc.

Jochen