$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Recover Deleted Files on CentOS Stream 10 – Step by Step

August 28, 2025 | By the+gnu+linux+evangelist.

Files Recovery

  1. 2. Making Folder

    Create a Recovery Directory.

    The Folder should be Out from the Recovered Partition…

    su -c "/media/[myExternalDisk]/recovery"
  2. 3. Running PhotoRec

    Run the PhotoRec Tool.

    cd /path/to/[targedDir2Recover]
    sudo photorec
  3. 4. Navigating to Target

    Select the Target Disk by Arrows.

    How to Recover Deleted Files on CentOS 10 - Selecting Disk
    And then Select the Target Partition
    How to Recover Deleted Files on CentOS 10 - Selecting Disk

    Next Navigate to the Created Recovery Directory.

  4. 5. Recovering Files

    Hit “C” to Start for Files Scanning and Recovering.

    All the Files Recovered will be Stored on the Recovery Directory…

Contents