Error to mount backup "0600" permission issue
Hello all,
I had backup in my additional mounted volume in my whm but when i deploy and migrate date then it is showing an error :please help me:
The system failed to create the file “/home2/amatrapharmacy/.cpanel/datastore/.tmp.e67e9.MOUNTS_CACHE__proc_mounts” with permissions “0600” (as EUID: 1001, EGID: 1002 1002) because of the following error: No such file or directory.
I have not idea how to do this to get my data back.
Thanks in advance
3 Replies
Try changing the permissions on your mount point (whatever that is) to 0755 (-rwxr-xr-x) and the ownership to root:root and try the mount again.
Don't forget that you must be root to use the mount command:
sudo mount /dev/<device> /the/path/to/the/mount/point
You also have to make sure that /the/path/to/the/mount/point exists and is empty before you try to mount a volume to it.
I'm assuming this is what you're talking about…
-- sw
Thank you very much for your time :)
but my volume is not empty