Reference10:Event/0x0018009b

From innovaphone wiki
Jump to navigation Jump to search

The Alarm "Read-only partition" is generated on the Linux Application Platform if the partition is mounted read-only.

Normally this happens, when the kernel recognizes issues with the hard disk and therefore mounts the partition read-only.

You may recover from this situation, but there is always the possibility, that your hard drive/CF card is defect!

LAP on a gateway

  • configure root=/dev/sda2 as Kernel command line under Linux->General and restart the LAP.
  • login with Putty
  • perform a disk check: e2fsck /dev/sda4
  • configure root=/dev/sda4 as Kernel command line under Linux->General and restart the LAP.
  • see if the webserver starts and everything runs again
  • make a backup of all your configurations and databases! If a database has been corrupted, the backup will fail!

LAP inside a VM

  • reboot your VM and select the Rescue Debian GNU... entry from the boot loader
  • login with Putty
  • perform a disk check: e2fsck /dev/sda3
  • reboot the VM
  • see if the webserver starts and everything runs again
  • make a backup of all your configurations and databases! If a database has been corrupted, the backup will fail!