To check the integrity of a hard drive in the Gaia/SecurePlatform OS:
Connect to the machine over console (serial).
Reboot the machine.
Press a key on the "Press any key to see the boot menu" screen. The Check Point Boot Menu now opens.
Select the "Start in maintenance mode".
Enter the Expert mode credentials.
Unmount the file system:
# umount -a
For the EXT3 file system, run the applicable 'fsck' commands (skip this step if you have a XFS file system):
Check and update the bad block list, but do NOT repair:
# fsck -f -n -c -v
Repair automatically:
# fsck -f -p -c -v
Note: If you detect inconsistencies, 'fsck' may require the user to remove the '-p' flag from the syntax. In such a case, use the 'fsck -f -y' command instead to assume 'yes' to all questions.
# fsck -f -c -v -y
# sync
# reboot
Check the hard drive integrity - firewall checkpoint 5800
Updatable objects appear as 'no longer supported'
Symptoms In some scenarios, the following validation warning appears on an updatable object: " Object is no longer supported. Enforci...
Mais vistos
-
Java Keytool Command These commands allow you to generate a new Java Keytool keystore file, create a CSR, and import certificates. A...
-
Kaspersky seems to be storing windows update files on the C Drive: Here -> C:\ProgramData\KasperskyLab\adminkit\1093\.working Change fo...
-
This particular error is generally experienced when people attempt a non NTFS volume such as ReFS to a DFSR replication group as documented...