From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PwzOt-0008Cz-8n for garchives@archives.gentoo.org; Tue, 08 Mar 2011 16:04:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4CE31C029 for ; Tue, 8 Mar 2011 16:04:42 +0000 (UTC) Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com [209.85.216.53]) by pigeon.gentoo.org (Postfix) with ESMTP id E24E31C011 for ; Tue, 8 Mar 2011 15:24:13 +0000 (UTC) Received: by qwc9 with SMTP id 9so5422366qwc.40 for ; Tue, 08 Mar 2011 07:24:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=jSdWT0TyJzmkSSWPWhZBXdbdBFwJRRvZRl6YJigsjP4=; b=Zg3/zM5idTsA5Sli6d9hYL+TP1Hk15oqPMA6GvrMiU3CKTXiIsVUOdkzWb+TQAmOoR V83M5Sp3Fr1m8L5Ret4rpVUNZxzCEN1x91glOyAqHvACusqVfSx77uSrpL5E0FtglTQV WFaJIWWvL+nkdxiJe0epnAjqTSMF/vjCM/53U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=Rhbrc/TVMtCCytZmzbbmQhyEByxoetVwHfqdH8rSNSOFpMNcdT9a0POM71hcrnd+IW LNYAR/QLg5cxvpen2FCidx+ViKISNDbE0CpHWJx2wdD56Ov3OTqNhrYnqnArUAjYvvCJ uRhpYik4CTpN/oua52BlrV3DjXq+GnzR1mQ4A= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.229.25.202 with SMTP id a10mr4001714qcc.299.1299597853224; Tue, 08 Mar 2011 07:24:13 -0800 (PST) Sender: paul.hartman@gmail.com Received: by 10.229.250.141 with HTTP; Tue, 8 Mar 2011 07:24:13 -0800 (PST) In-Reply-To: References: Date: Tue, 8 Mar 2011 09:24:13 -0600 X-Google-Sender-Auth: dISqQz0ysDLu3szXYZijea44pMI Message-ID: Subject: Re: [gentoo-user] which file is currently being written to disk? From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: e9d973c5dc3feff06ba09fe7aa1216e1 On Tue, Mar 8, 2011 at 1:48 AM, Liviu Andronic wrote: > Dear all > Is there some utility (console or otherwise) that could indicate me > NOT the output/input read/write and miscellanea, but simply which > files are currently being written to the disk. Sometimes my browser > (Opera) downloads some big temporary files, and usually I have a difficult > time locating them. > > I've tried > lsof | grep opera > > but the output is messy and not really helpful. Any other ideas? Hi Liviu, I think your best solution is to use inotify-tools. It'll let you set up watchers on files or directories (optionally recursively) to see any file activity that happens there in realtime.