Introduction
You may need to simply remount your filesystem or you found that it is in a different state such as "Read Only". In such cases, the operating system may set your filesystems to Read-only when an error is detected with the filesystem or the disk.
When a filesystem is set to Read-Only, no data can be written and this can prevent services and other tasks from completing properly leading to a non-functioning server.
Note: Figuring out the reason for the error will be up to the System Administrator or the server owner as this is something that will not be related to the cPanel software.
For suggestions on locating the failure, you may refer to this article. With that said, if no critical errors were found with your filesystem, you may attempt to remount it as Read-Write.
Procedure
You can remount your filesystem using the following command.
mount -o remount,rw /
In this case "/" represents the filesystem you wish to remount. Note that managing filesystems are not tasks that cPanel support staff can perform for you as such, you or the administrator will need to perform this task.
You can refer to the man page for mount.
Comments
0 comments
Article is closed for comments.