:: Re: [DNG] mounting /usr
Pàgina inicial
Delete this message
Reply to this message
Autor: J. Fahrner
Data:  
A: Dng
Assumpte: 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