All of lore.kernel.org
 help / color / mirror / Atom feed
From: Doctor Bill <docbill@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] QEMU_TMPDIR temp folder for KQEMU for Windows.
Date: Sat, 3 Sep 2005 13:35:29 -0400	[thread overview]
Message-ID: <23bcb87005090310353439360e@mail.gmail.com> (raw)
In-Reply-To: <4319AA78.7070104@atlas.sk>

On 9/3/05, ace <acelists@atlas.sk> wrote:
> Hi.
> 2. you say you can't see the temporary file. Neither do I, on linux. I
> suspect it is not hidden using plain filesystem attributes. On linux, if
> you open a file and then delete (unlink) it, you can still work with it
> until you hold the file descriptor. Only when you close the file, it is
> removed from disk. But as soon as you unlink it, all referrences to it
> are removed from the filesystem hierarchy. Therefore, no other program
> (e.g. dir, ls) except the filesystem kernel driver knows about it. You
> see no file, but something is still using up disk space (if you use
> programs to show free disk space). Maybe Windows supports this too.

98% correct.  In linux you can still access open unlinked files from
other processes if you know the process id and fileno.  A link is
maintained in the proc filesystem.  Some consider this a security
hole, others consider it a very useful feature.

Bill

  reply	other threads:[~2005-09-03 17:54 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-29 16:56 [Qemu-devel] Re: qemu 0.7.1 + dkms-qvm86-0.7.1 (mandriva 2005 / cooker) produces version mismatch Hannes Fuchs
2005-08-29 18:05 ` [Qemu-devel] QEMU_TMPDIR temp folder for KQEMU for Windows Francois Rioux
2005-08-29 18:53   ` John R. Hogerhuis
2005-08-29 21:59     ` Jim C. Brown
2005-08-30  7:29       ` [Qemu-devel] qemu optimization John R. Hogerhuis
2005-08-30 11:17         ` Paul Brook
2005-08-30 18:05           ` John R. Hogerhuis
2005-08-30 18:30             ` Paul Brook
2005-08-29 22:01   ` [Qemu-devel] QEMU_TMPDIR temp folder for KQEMU for Windows Jim C. Brown
2005-08-30  3:45     ` Francois Rioux
2005-08-30  9:08       ` Filip Navara
2005-08-30 13:42         ` Francois Rioux
2005-08-30 14:02           ` Paul Brook
2005-09-03 13:51           ` ace
2005-09-03 17:35             ` Doctor Bill [this message]
2005-09-03 14:48           ` Filip Navara

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=23bcb87005090310353439360e@mail.gmail.com \
    --to=docbill@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.