Johan Ekh wrote:
> Thanks for your answer.
> However, I try to install backuppc as root but it is still not possible 
> to "chown".
> I can access the mounted disk as "root" or as any user. But not "chown".
> Any ideas?
> 
> Can you point me in the right direction regarding the "no_root_squash" 
> option?
> Is it used with the "mount" command?

No, it is a server side option.  Typically root (uid=0) from a client is 
mapped to 'nobody' on the server file system.  If the server is linux, 
you need an /etc/exports line like:
/path/exported  192.168.0.0/255.255.255.0(rw,no_root_squash,async)
                    ^^^ network range

Other NFS servers may have a different syntax.

-- 
   Les Mikesell
    [EMAIL PROTECTED]

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to