You are not logged in.
Pages: 1
I just changed my partition table and moved my /var to a new partition, then with root I copyed everything from the old /var to the new partition /var, but I lost all file's permission , quite dumn, now I have some apps that can't run, should I just do "chmod -R 777 /var" ?
Last edited by hack.augusto (2008-11-24 01:25:34)
Offline
It sounds like you've probably already killed your old var. If not, you can always try the copy again, doing this:
From the /oldvar directory:
cp -p -r * /var
-p tells cp to maintain the permissions and ownership. If not, then your chmod should work ok, but you might see pacman complain about the permissions on /var.
Offline
lol, it was really simple, thanks, I didn't write anything in the partition then I had all my old var files
Offline
Pages: 1