Moin, I run "vnfs -L -i -b16k -c1k venti.score" on linux and mount it with "vmount 127.0.0.1 /dump". If I try to access a private file as root I've got "permission denied".
# id uid=0(root) gid=0(root) # ls -al /dump/a/2009/0427/home/x/ drwx------ 2 2004 2004 1024 Feb 27 09:29 .ssh # ls -al /dump/a/2009/0427/home/x/.ssh/ ls: cannot open directory /dump/a/2009/0427/home/x/.ssh/: Permission denied For restore I need access to all files. How do I get permission to a private file without changing to the uid of the file? Many thanks Matthias