BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] recover contents of deleted but still open file on a Linux system.
- Subject: [Discuss] recover contents of deleted but still open file on a Linux system.
- From: richard.pieri at gmail.com (Rich Pieri)
- Date: Tue, 7 Jul 2020 11:10:33 -0400
- In-reply-to: <CAJFsZ=r=sHG84R1XAjjou=KNbYf_9Psc0s+rpVRps_A57pW3MA@mail.gmail.com>
- References: <CAJFsZ=r=sHG84R1XAjjou=KNbYf_9Psc0s+rpVRps_A57pW3MA@mail.gmail.com>
Something along these lines should work on probably any UNIX or UNIX-like system. Unlinking a file removes the directory entry but the storage blocks are not released for reuse until all file handles are closed. This ends up being more of an annoyance than a benefit when long-running jobs put big files on scratch storage which is periodically pruned. -- Rich Pieri
- Follow-Ups:
- [Discuss] recover contents of deleted but still open file on a Linux system.
- From: invalid at pizzashack.org (Derek Martin)
- [Discuss] recover contents of deleted but still open file on a Linux system.
- From: bogstad at pobox.com (Bill Bogstad)
- [Discuss] recover contents of deleted but still open file on a Linux system.
- References:
- [Discuss] recover contents of deleted but still open file on a Linux system.
- From: bogstad at pobox.com (Bill Bogstad)
- [Discuss] recover contents of deleted but still open file on a Linux system.
- Prev by Date: [Discuss] recover contents of deleted but still open file on a Linux system.
- Next by Date: [Discuss] recover contents of deleted but still open file on a Linux system.
- Previous by thread: [Discuss] recover contents of deleted but still open file on a Linux system.
- Next by thread: [Discuss] recover contents of deleted but still open file on a Linux system.
- Index(es):