Inode error


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Inode error
# 1  
Old 02-09-2002
Inode error

Could someone please explane Inode errors
# 2  
Old 02-09-2002
Inodes contain information such as ownership, permissions etc. of files. Each file has an inode-number which you can view using the ls command (ls -i). So basically inode errors are errors in the filesystem.
# 3  
Old 02-10-2002
I seen inode errors before, It happends during the startup where it claims your system doesnt shut down properly and once it checks the file system it will says some inode structure error. How about mounted file system ? Did you unmount the cdrom floppy or mount them properly? I experienced before and the point for me is the umount process. Anyway check your HDD too. I have the situation where after i saw the inode error my Hdd is damage in a second time boot. Another possible process have you tried to run fsck ? And if you cant get any answer post the Inode error code.. inode error 28 Etc.. also the best if you could post your dmesg output.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Specify the inode of a file?

Is there any way to create a file on Solaris 10 (ZFS preferably, but UFS would be helpful as well) with a specific inode number? I need to create a file with a large inode, greater than a 32bit integer. I am trying to test a piece of software which may be incorrectly truncating large inodes down... (16 Replies)
Discussion started by: unblockable
16 Replies

2. UNIX for Dummies Questions & Answers

Inode usage

Environment: O.S Version HP-UX B.11.31 U ia64 What is the recommended Inode free nodes? On our server Unix Sys Admin, have setup warning email alert when % of I-node usage is above or equal at 5%. Sample Email: --------------------------------------------------- Subject: WARNING:... (6 Replies)
Discussion started by: Siva SQL
6 Replies

3. Solaris

inode in solaris

Dear, How can i check inode information in my Solaris box? With Regards, Mjoshi (4 Replies)
Discussion started by: mjoshi87
4 Replies

4. Solaris

Inode Usage

Inode usage on one of my servers is up to 85% Whats the best way of finding which directories are storing loads of files? (1 Reply)
Discussion started by: JayC89
1 Replies

5. Solaris

how inode works

HI, Just another dummies questions: How i can determine what number of inode to use when creating filesystem? Thanks (4 Replies)
Discussion started by: lamoul
4 Replies

6. AIX

FS inode 58%

Hi Guys, I have this filesystem got big with inode: /dev/hd4 3670016 183664 95% 63705 58% /var I don't know why the system doesn't give alerts on this FS although it's 95% and why the inode is 58%. Any comments will be highly appreciated. Thanks, itik (1 Reply)
Discussion started by: itik
1 Replies

7. Solaris

about inode

how can i see inode table information of a perticler inode.anybody knows pls tell me. Than.Q (3 Replies)
Discussion started by: nag.mi2000
3 Replies

8. Red Hat

inode no and fd path

hi, can anyone please tell me where i can extract inode numbers and path associated with all file descriptors. i want these informations only. is there any system call or functions to get these things? i hav a RHEL 4. also /proc/pid/fd shows some file descriptor list. is that the proper path to... (1 Reply)
Discussion started by: sanjaykhuntia
1 Replies

9. Shell Programming and Scripting

INode

hi i am nitin... jus a new kid on the block... my query is... does the concept of region invovle sharin of inodes wen the sticky it is set... eg... if two process share two text regions... wat actually happens thank u (1 Reply)
Discussion started by: nitinsharma_ssn
1 Replies

10. SCO

inode error

hi guys, i m getting inode error continuously on my SCO machine... cn u help in fixing it up thx (1 Reply)
Discussion started by: girish_shukla
1 Replies
Login or Register to Ask a Question