[linux-l] Data input/output Error

Guntram Trebs gunni at mathematik.hu-berlin.de
Mo Mär 31 16:07:43 CEST 2003


On Mon, 31 Mar 2003, frank schubert wrote:

> Date: Mon, 31 Mar 2003 16:36:04 +0200
> From: frank schubert <frank at schubert.in-berlin.de>
> Reply-To: linux-l at mlists.in-berlin.de
> To: linux-l at mlists.in-berlin.de
> Subject: Re: [linux-l] Data input/output Error
>
> Quoting Andreas Burkhardt (andreaz at belug.de) [2003-03-31 16:06]:
> > Martin Peikert wrote:
> > > Rene Dietze wrote:
> > >> ihr vielleicht eine idee.?
> > >
> > > Festplatte macht dicke Backen?
> >
> > Jep, versuch mal ein 'df -h'
> >
> cat -n df -h >> info.txt 2>&1
> cat -n free  >> info.txt 2>&1
>
> su
> [rootpasswort eingeben]
>
> du -h /var/adm/backup/rpmdb/* >> info.txt 2>&1
> du -h /var/log/* >> info.txt 2>&1
>
> exit
>

ich hab das mal korrigiert, obiges funktionierte bei mir nicht:

echo df >> info.txt
df -h 2>&1 | cat -n >> info.txt
echo free >> info.txt
free 2>&1 | cat -n >> info.txt

su # passwort eingeben

echo du1 >> info.txt
du -h /var/adm/backup/rpmdb/* 2>&1 | cat -n >> info.txt
echo du2 >> info.txt
du -h /var/log/* 2>&1 | cat -n >> info.txt

exit

> Und danach kannst du es dir aussuchen:
>
> less info.txt
>
> oder falls dir das nicht weiterhilft, die info.txt anhängen.
>
> Peinliches, Verstösse gegen deine Privatsphäre oder Passwörter dürften
> eigentlich nicht enthalten sein. ;-)
>
schade ;-)

gruß,
guntram





Mehr Informationen über die Mailingliste linux-l