Re: Inode Proble

2003-01-15 Thread Alan Peery
Anand Buddhdev wrote: On Wed, Jan 15, 2003 at 04:57:50PM +0530, Ravi Narwade wrote: Delete some files from /var. There's no other way to recover inodes. And find out what caused so many inodes to be used up. It's unusual. Two likely causes are Usenet news feeds and Internet proxy caches. Bo

Re: Inode Proble

2003-01-15 Thread Robert P. J. Day
On Wed, 15 Jan 2003, Ravi Narwade wrote: > > hi all > I am suffering form the Inode proble > when i gives the command df -h /dev/hda6 for the /var partition > it shows > > FilesystemSize Used Avail Use% Mounted on > /dev/hda6 243M 146M 85M

Re: Inode Proble

2003-01-15 Thread Anand Buddhdev
On Wed, Jan 15, 2003 at 04:57:50PM +0530, Ravi Narwade wrote: > hi all > I am suffering form the Inode proble > when i gives the command df -h /dev/hda6 for the /var partition > it shows > > FilesystemSize Used Avail Use% Mounted on > /dev/hda6 243M

Inode Proble

2003-01-15 Thread Ravi Narwade
hi all I am suffering form the Inode proble when i gives the command df -h /dev/hda6 for the /var partition it shows FilesystemSize Used Avail Use% Mounted on /dev/hda6 243M 146M 85M 63% /var it means there is space on /var partition but still when i gives the

Re: INODE problem

2002-10-18 Thread Matthew Saltzman
Sorry, missed the original post. On Thu, 17 Oct 2002, Hitesh Ashar wrote: > On Tuesday 15 Oct 2002 21:28, Michael Sorrentino wrote: > > I have never seen this before but I've traced the problem down to inodes. I > > kept getting messages I was out of space in /var. A df showed me: > > Filesystem

Re: INODE problem

2002-10-16 Thread Hitesh Ashar
ind some documentation on how to clear the inodes but I > can't seem to locate any. Any ideas anyones? Thanks Unix uses the concept of inodes to store files. Whenever you store a file, it is assigned an inode. Unix will always refer to this file using the inode and nothing else. The name o

Re: INODE problem

2002-10-16 Thread Keith Morse
On Tue, 15 Oct 2002, Michael Sorrentino wrote: > I have never seen this before but I've traced the problem down to inodes. I > kept getting messages I was out of space in /var. A df showed me: > FilesystemSize Used Avail Use% Mounted on > /dev/hda5 980M 127M 803M 14%

INODE problem

2002-10-15 Thread Michael Sorrentino
I have never seen this before but I've traced the problem down to inodes. I kept getting messages I was out of space in /var. A df showed me: FilesystemSize Used Avail Use% Mounted on /dev/hda5 980M 127M 803M 14% /var Looks ok to me. A few searches in google, I came u

Re: file size, and inode problems

2002-09-22 Thread Mark
w can I get the size of a particular file? > > I want to write the size of a particular file in a $variable. Or maybe ls -s | awk {print $1} ***** Then, Mike wrote: > I have plenty of orphaned inodes, inode bitmap differences etc, many. You should not. This is Not Good. &g

Re: unattended inode

2002-09-13 Thread Cameron Simpson
On 11:05 12 Sep 2002, Michael Hill <[EMAIL PROTECTED]> wrote: | I did that and it went through: | Pass1, Pass2, Pass3, | | Pass4 and then asked me: | Connect to /lost+found? i said yes | inode 30788 ref count is 2 should be 1 fix? i said yes | | Pass5 asked me: | fix summary informati

Re: unattended inode

2002-09-12 Thread Willem van der Walt<[EMAIL PROTECTED]>
process. regards, Willem On Thu, 12 Sep 2002, Michael Hill wrote: > I did that and it went through: > Pass1, Pass2, Pass3, > > Pass4 and then asked me: > Connect to /lost+found? i said yes > inode 30788 ref count is 2 should be 1 fix? i said yes > > Pass5 asked me: >

Re: unattended inode

2002-09-12 Thread Michael Hill
I did that and it went through: Pass1, Pass2, Pass3, Pass4 and then asked me: Connect to /lost+found? i said yes inode 30788 ref count is 2 should be 1 fix? i said yes Pass5 asked me: fix summary information ? i said yes then received the message: /dev/hda1: File System Was Modified

Re: unattended inode

2002-09-12 Thread Willem van der Walt<[EMAIL PROTECTED]>
; /dev/hda1: unattended inode 30788 > > Anyway I can run a scandisk, defrag, or anything like that to clean it up so I can >re-boot? > -- Willem van der Walt Information Services Directorate Department of Health South Africa tel: 27 12 3120700 -- redhat-list mailing list unsubscribe

unattended inode

2002-09-12 Thread Michael Hill
 I got an error at boot-up:  /dev/hda1 contains a file system with errors, check forced. /dev/hda1: unattended inode 30788  Anyway I can run a scandisk, defrag, or anything like that to clean it up so I can re-boot?

how can i see inode-max

2001-04-10 Thread Xiong Zhao
hello.i'm not sure that it is due to some mistakes during the configuration of kernel,i cannot find file inode-max under directory /proc/sys/fs,only inode-nr and inode-state are available. can anyone help me?thanks. xiong zhao ___ Redhat

Re: Re: where is inode-max

2001-04-09 Thread Xiong Zhao
it does not appear there,only inode-nr and inode-state are available. why? thanks. xiong > >> hello,i cannot find the inode-max file under directory /proc.is special >> setting needed during kernel configuration to make this file available? > >/proc/sys/fs/inode-max

Re: where is inode-max

2001-04-09 Thread Ashley M. Kirchner
Xiong Zhao wrote: > hello,i cannot find the inode-max file under directory /proc.is special > setting needed during kernel configuration to make this file available? /proc/sys/fs/inode-max -- W | | I haven't lost my mind; it's backed up o

where is inode-max

2001-04-09 Thread Xiong Zhao
hello,i cannot find the inode-max file under directory /proc.is special setting needed during kernel configuration to make this file available? if so,where to make the choice. thanks a lot. xiong zhao ___ Redhat-list mailing list [EMAIL PROTECTED

Re: inode

2001-01-12 Thread Dave Ihnat
On Fri, Jan 12, 2001 at 02:49:09AM -0500, Statux wrote: > inodes aren't used with every filesystem. MSDOS, for instance, uses > "allocation units" for header info and data. > > I forget what the "i" in inode stands for but I've always known it to be

Re: inode

2001-01-11 Thread Statux
> can someone explain what a inode is and > how that is related to filesytem, blocksize, harddrive. inodes aren't used with every filesystem. MSDOS, for instance, uses "allocation units" for header info and data. I forget what the "i" in inode stands for but I&

RE: inode

2001-01-10 Thread Steve Lee
m > Administrator's Guide' (http://www.tml.hut.fi/~viu/linux/sag/). Also > available at your favourite LDP mirror under guides. > > John > > > -Original Message- > > From: Steve Lee [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 10, 2001

RE: inode

2001-01-10 Thread John MacLean
ag/). Also available at your favourite LDP mirror under guides. John > -Original Message- > From: Steve Lee [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 10, 2001 5:55 PM > To: Steve Lee > Subject: inode > > > can someone explain what a inode is and &

inode

2001-01-10 Thread Steve Lee
can someone explain what a inode is and how that is related to filesytem, blocksize, harddrive. Thanks. I feel i need a better understanding of it because i still don't understand. ___ Redhat-list mailing list [EMAIL PROTECTED]

Re: kmail + inode error

2000-07-22 Thread John Aldrich
e x-window with control+alt+backsp. > When I reboot the computer I get a message during the > harddrive scan stating that inode 1474583 has zero > dtime. Then I get a message stating that there are > unexpected inconsistencies and I am instructed to run > fasck manually. When I

kmail + inode error

2000-07-22 Thread Hyung Kim
get a message during the harddrive scan stating that inode 1474583 has zero dtime. Then I get a message stating that there are unexpected inconsistencies and I am instructed to run fasck manually. When I do this, I can reboot without errors. Can anyone please tell me what is going on

inode problem

2000-02-04 Thread Neil Hollow
-- From: "Neil Hollow" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Date: Fri, Feb 4, 2000, 2:56 pm I posted last week for a colleage who was running out of disk space. If he does a df he has loadsof free space 847628k to be precise. If he does a df -i his used inodes are 100%

Re: sane inode number for quota?

1998-04-08 Thread William T Wilson
On Tue, 7 Apr 1998, Jason Ingham wrote: > What's a "ggod" number to use for inode quota on say, 10MB disk space. Couple thousand, I suppose. Inodes are just so abundant that the quota is really just a check on runaway usage, not really needed because of a general

sane inode number for quota?

1998-04-08 Thread Jason Ingham
What's a "ggod" number to use for inode quota on say, 10MB disk space. Thanks! ~Jason -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists To unsubscribe: mail [EMAIL