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

Mounting a volume does not erase it. The mount point directory you create in your file system to receive the mount must be empty. The device you mount does not have to be empty.

— sw

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct