Date: Sat, 15 Mar 2003 21:09:55 -0500 (EST) From: Andre Guibert de Bruet <andy@siliconlandmark.com> To: FUJITA Kazutoshi <fujita@soum.co.jp> Cc: freebsd-current@FreeBSD.ORG Subject: Re: UDF: bad file descriptor Message-ID: <20030315210054.U36274@alpha.siliconlandmark.com> In-Reply-To: <20030316.060650.71086272.fujita@soum.co.jp> References: <20030315.202727.74753735.fujita@soum.co.jp> <20030316003641.A48585@dilbert.robbins.dropbear.id.au> <20030316.052351.74752614.fujita@soum.co.jp> <20030316.060650.71086272.fujita@soum.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 16 Mar 2003, FUJITA Kazutoshi wrote: > I could mount DVD-RAM successfully. > But, some files can't be read. > How can I solve this? > > # /bin/ls > . .. VR_MANGR.BUP VR_MANGR.IFO VR_MOVIE.VRO > > # /bin/ls -l > ls: VR_MOVIE.VRO: Bad file descriptor > total 111 > drw-rw-rw- 1 root wheel 2048 Mar 12 13:33 . > drw-rw-rw- 4 root wheel 2048 Mar 16 18:00 .. > -rw-rw-rw- 1 root wheel 56980 Mar 16 18:01 VR_MANGR.BUP > -rw-rw-rw- 1 root wheel 56980 Mar 16 18:01 VR_MANGR.IFO Sounds like the lstat on VR_MOVIE.VRO is failing. Does 'truss ls -l' display anything relevant? > Andre Guibert de Bruet | Enterprise Software Consultant > > Silicon Landmark, LLC. | http://siliconlandmark.com/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030315210054.U36274>