You must send this to:
[email protected]
not to linux-kernel itself.
C?dric Barboiron wrote:
> subscribe linux-kernel
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
On Tue, Aug 12, 2003 at 04:55:19PM +0300, Catalin BOIE wrote:
> "cat drivers/built-in.o > /dev/null" gives me i/o error.
> Can I suspect a bad sector?
Where, in memory? :) /dev/null is in memory :)
> I use reiserfs.
Any other file gives that?
--
[email protected], IRC:*@Martin, /bin/zsh. C|N>K
Linux lorien 2.4.21 #1 Sat Jun 14 01:23:07 CEST 2003 i586
11:13:51 up 38 days, 21:33, 10 users, load average: 0.03, 0.26, 0.18
> On Tue, Aug 12, 2003 at 04:55:19PM +0300, Catalin BOIE wrote:
> > "cat drivers/built-in.o > /dev/null" gives me i/o error.
> > Can I suspect a bad sector?
>
> Where, in memory? :) /dev/null is in memory :)
:)
ran badblocks and the disk is ok.
2.6.0test3mm1 let me read that file without i/o.
> > I use reiserfs.
>
> Any other file gives that?
Nope.
Also in 2.4.22pre? I can read ok the file.
>
> --
> [email protected], IRC:*@Martin, /bin/zsh. C|N>K
> Linux lorien 2.4.21 #1 Sat Jun 14 01:23:07 CEST 2003 i586
> 11:13:51 up 38 days, 21:33, 10 users, load average: 0.03, 0.26, 0.18
>
---
Catalin(ux) BOIE
[email protected]
On Wed, Aug 13, 2003 at 11:14:53AM +0200, Vid Strpic wrote:
> On Tue, Aug 12, 2003 at 04:55:19PM +0300, Catalin BOIE wrote:
> > "cat drivers/built-in.o > /dev/null" gives me i/o error.
> > Can I suspect a bad sector?
>
> Where, in memory? :) /dev/null is in memory :)
depends, if /dev/null does not exist before the cat,
it will be created as regular file, residing on the
device /dev is (which could be a disk ...)
ls -la /dev/null will show ...
> > I use reiserfs.
>
> Any other file gives that?
best,
Herbert
>
> --
> [email protected], IRC:*@Martin, /bin/zsh. C|N>K
> Linux lorien 2.4.21 #1 Sat Jun 14 01:23:07 CEST 2003 i586
> 11:13:51 up 38 days, 21:33, 10 users, load average: 0.03, 0.26, 0.18