permission denied while copying files with root

1

Ok, how is it possible that I get perm denied when I'm copying files in console. Any ideas?

oneat

Posted 2011-05-08T20:24:40.843

Reputation: 2 823

5is that in nfs? please provide more details.... – smintz – 2011-05-08T20:31:28.903

ext3 is the filesystem. i just used cp -r / bakfolder – oneat – 2011-05-09T10:32:26.297

Which child of / gave the issue? Maybe try copying children one by one until you find it. I've had a similar issue with writing to files or directories associated with devices, but to get permission denied on just a read seems odd. – BigChief – 2011-05-09T12:37:47.847

Answers

0

/ is not a file or a directory, please try cp -r /* destination

you might also consider to use rsync instead.

smintz

Posted 2011-05-08T20:24:40.843

Reputation: 1 086