Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 2 matches
- Wed Oct 03, 2018 9:57 am
- Forum: General Discussion
- Topic: Vesta failing to restart
- Replies: 13
- Views: 19028
Re: Vesta failing to restart
On github had an issue
After restart from Vestacp UI file system go to read only mode
It said that all about the xfs file system problem.
But the Centos7 default file system is xfs. so what can I do???
I tried that Move /home to it’s own partition , and using ext4 file system.
Finally it ...
After restart from Vestacp UI file system go to read only mode
It said that all about the xfs file system problem.
But the Centos7 default file system is xfs. so what can I do???
I tried that Move /home to it’s own partition , and using ext4 file system.
Finally it ...
- Fri Sep 28, 2018 8:29 am
- Forum: General Discussion
- Topic: Vesta failing to restart
- Replies: 13
- Views: 19028
Re: Vesta failing to restart
if your system is centos7, you can try that
mount -o remount,rw /dev/sdx /
/dev/sdx is a partition number what your root directory had mount.
mount -o remount,rw /dev/sdx /
/dev/sdx is a partition number what your root directory had mount.