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: Thu, 9 Jul 2020 09:07:41 -0400
- In-reply-to: <CAJFsZ=rn-1pU=zmCugLGfAGDdfHYpzbiBLbdftDEu8EziUxFkA@mail.gmail.com>
- References: <CAJFsZ=r=sHG84R1XAjjou=KNbYf_9Psc0s+rpVRps_A57pW3MA@mail.gmail.com> <5f04906a.1c69fb81.4e25f.a491@mx.google.com> <CAJFsZ=oDHLAEAhk9b6XFYJBi28ot=HUPJ6eLip=GFK07P8uWww@mail.gmail.com> <5f05eefb.1c69fb81.1af20.156d@mx.google.com> <CAJFsZ=rn-1pU=zmCugLGfAGDdfHYpzbiBLbdftDEu8EziUxFkA@mail.gmail.com>
On Thu, 9 Jul 2020 03:51:55 -0400 Bill Bogstad <bogstad at pobox.com> wrote: > I'm not sure I'm following you here. /proc not only lets me easily > discover on what fd # the file is opened. It also gives me an easy > way to reopen the file so I can copy its contents. How would you go > about recovering the file easily without it? You need to use some debugging tools on the running program to identify the file descriptor and then write a program which opens that file descriptor and copies the contents. -- Rich Pieri
- Follow-Ups:
- [Discuss] recover contents of deleted but still open file on a Linux system.
- From: richard.pieri at gmail.com (Rich Pieri)
- [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.
- From: richard.pieri at gmail.com (Rich Pieri)
- [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.
- From: richard.pieri at gmail.com (Rich Pieri)
- [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):