動機

紀錄一下

Sol

  • 還有程式open著
    • lsof | grep [file path]
      • progname PID user FD REG 8,1 16791251 265368 [file path]
    • cp /proc/PID/fd/FD [recover path]
  • 沒有
    • 用最快的速度umount或remount成read-only
      • mount -o remount,ro /dev/[partition]
      • umount /dev/[partition]
    • 根據filesystem用對應的工具去救(ext4)
      • extundelete /dev/<device-file> --restore-all