Couple of months ago I made some edits to fstab and added cifs shares from my nas. After rebooting the pve everything seems to work.
Earlier today my proxmox server powered down (unintentionally) and after restart it turns out the system in in read-only and I cannot access the webui.
After checking the logs (journalctl - b - u pve-cluster.service) I seems my entire system is in read-only state
Nov 06 21:18:12 pve pmxcfs[755]: [main] crit: unable to create lock '/var/lib/pve-cluster/.pmxcfs.lockfile': Read-only file system
And then I found /etc/fstab is missing. I have the original file
/dev/pve/root / ext4 errors=remount-ro 0 1
UUID=39D1-F2DF /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
but in read-only access I cannot save this to /etc/fstab
It is probably my lack of experience, but can somebody help me solve this?
Highly appreciated!
Earlier today my proxmox server powered down (unintentionally) and after restart it turns out the system in in read-only and I cannot access the webui.
After checking the logs (journalctl - b - u pve-cluster.service) I seems my entire system is in read-only state
Nov 06 21:18:12 pve pmxcfs[755]: [main] crit: unable to create lock '/var/lib/pve-cluster/.pmxcfs.lockfile': Read-only file system
And then I found /etc/fstab is missing. I have the original file
/dev/pve/root / ext4 errors=remount-ro 0 1
UUID=39D1-F2DF /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
but in read-only access I cannot save this to /etc/fstab
It is probably my lack of experience, but can somebody help me solve this?
Highly appreciated!