From owner-freebsd-questions@FreeBSD.ORG Mon Jun 30 19:34:48 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 205FD106566C for ; Mon, 30 Jun 2008 19:34:48 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id C95518FC2B for ; Mon, 30 Jun 2008 19:34:47 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by wr-out-0506.google.com with SMTP id c8so642623wra.27 for ; Mon, 30 Jun 2008 12:34:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=3GuhIU5BFKyuLpxBz+JccPY7rKs58ifiNE9VE6X4ADY=; b=bPuDdFZoBqQoF2m85TIMSJNxk8kDJ93G4jeWXmCh2a6TIO8mA4gcr/Hr5Szn0R4NFF QVJAPhKdMPvA04XkMSBMpeWW1f1sHDXknpjusKVPfGcMKRUls6/hygwTXDFrrAoGBsNX CNLd/LZ1Y6TG4KqPtrRnaV7vVOgngKyHem/hw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=bZ2xFXSf7xJoVebAXAEmzJmO7/GPegb+kXrpu9ijdim29IzUpLh7AJv+b/33iHT+R3 0uFuxJesLTQT3DsuK4hMTXjIaIoUY+VwqBHJZ20noakCS0djm4uYbWMr1EBUkwehz4dH kENC5WpYRWiFEgP7eGtvxGY1EUQDN3O18bwfA= Received: by 10.90.30.2 with SMTP id d2mr5421566agd.118.1214854487225; Mon, 30 Jun 2008 12:34:47 -0700 (PDT) Received: by 10.90.33.17 with HTTP; Mon, 30 Jun 2008 12:34:47 -0700 (PDT) Message-ID: <80f4f2b20806301234y233fedcdjdb5bb84d2ddf8767@mail.gmail.com> Date: Mon, 30 Jun 2008 15:34:47 -0400 From: Jim To: "Bill Moran" In-Reply-To: <20080630151657.70798100.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20806300401x71483882x8e9a6cf919f1ff9@mail.gmail.com> <20080630073059.be11304d.wmoran@potentialtech.com> <80f4f2b20806300930p67ca1fd5xf9ad59d16889df36@mail.gmail.com> <20080630170400.GB65282@slackbox.xs4all.nl> <80f4f2b20806301212n1bf6137bq75f40464212c2304@mail.gmail.com> <20080630151657.70798100.wmoran@potentialtech.com> Cc: Roland Smith , freebsd-questions@freebsd.org Subject: Re: filesystem information X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2008 19:34:48 -0000 > If the files themselves are disappearing, then it could be the directory > entry that's getting corrupted. The files are there, but their content is corrupted. > Even if you're > not doing it directly, is your mp3 software writing temp or other > status files to that directory? If you're curious, you could run your > mp3 software under ktrace and then grep the output for file creation > and removal syscalls. OK. The files are actually FLAC, and I use XMMS. I assume I trace XMMS and not the FLAC library? I'll try when I get home. Thanks -Jim Stapleton