Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 1999 00:01:26 -0700 (PDT)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        Joel Ray Holveck <joelh@gnu.org>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: vn swapfiles deleted while in use
Message-ID:  <199906140701.AAA06746@apollo.backplane.com>
References:   <86vhcr3bav.fsf@detlev.UUCP>

next in thread | previous in thread | raw e-mail | index | archive | help

:What, to the reckoning of the resident populace, would happen if
:somebody were to rm a vnconfig'd swapfile while it was in use?
:
:Thanks,
:joelh

    The system still has a reference to the file, even deleted,
    so all you would be doing would be removing its directory
    entry.

    On the otherhand, if you *truncate* the file or unconfigure the
    vn node, you will blow the system up when the system tries
    to swap something in or out on that file.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>

:-- 
:Joel Ray Holveck - joelh@gnu.org
:   Fourth law of programming:
:   Anything that can go wrong wi
:sendmail: segmentation violation - core dumped
:
:
:To Unsubscribe: send mail to majordomo@FreeBSD.org
:with "unsubscribe freebsd-hackers" in the body of the message
:



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906140701.AAA06746>