File System corruption


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users File System corruption
# 1  
Old 07-30-2013
File System corruption

Hi,

While a tar file was created, the file system got full and there was no message on the tar failure. Then the system was shut down and the administrator says because the file system was full the shut down procedure corrupted the file system. I'm wondering, unix should have given some warnings/messages etc during shut down. Can the experts help us to understand what would have happened?

Thanks.

---------- Post updated 07-30-13 at 12:11 AM ---------- Previous update was 07-29-13 at 11:46 PM ----------

Red Hat Linux (RHEL 6) is the OS
# 2  
Old 07-30-2013
Which filesystem got full? A full root i.e. / filesystem can do all sorts of nasty things... It'd surely already be spitting all kinds of errors, too, you might not even be able to login.

I don't know about disk corruption, though. It's more of a situation where disk space is needed to do things and disk space is not available, causing funny errors when you try to do things like logins.

I suppose, if people couldn't login, he may have had to hard-power-off the system.

Last edited by Corona688; 07-30-2013 at 12:31 PM..
# 3  
Old 07-30-2013
Quote:
Originally Posted by manivanm
While a tar file was created, the file system got full and there was no message on the tar failure.
"tar" will always issue an error message (as well as a non-zero exit code) in such a case. There could only be "no error message" because it was redirected to "/dev/null". Either the exit code or the error message should have been watched in this case.

Quote:
Originally Posted by manivanm
Then the system was shut down and the administrator says because the file system was full the shut down procedure corrupted the file system.
At first sight i think this is hardly believable. I do not know the shutdown procedure of this specific system (which might be heavily customized to produce such results), but any normal shutdown-procedure will not bear such results.

Whats more, it happens all the time that filesystems become full. Why should a shutdown-procedure - any normal action a system undertakes, for that matter - corrupt a filesystem? Linux would not be the stable server operating system it is if any normal operation would cause filesystems - full or not - to become corrupted.

To be honest, lacking any further evidence, i think the admin is telling bullshit. Let him explain what exactly has happened and post it here if you can't prove//disprove it yourself.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Root user not recognizing on Solaris-10 (shadow file corruption)

Hello, I got into a wired state on one of solaris 10 server. When I noticed that server is having some issue, I found that there were dumpadm.conf entries in /etc/shadow and real entries were wiped of. Probably somebody fat fingers. I was able to boot into failsafe, break SVM mirror, copied... (25 Replies)
Discussion started by: solaris_1977
25 Replies

2. Shell Programming and Scripting

UNIX file system to Linux file system migration

We would be migrating UNIX file system to Linux file system. We do have many directory and sub directories with files. after migrating unix to linux file system , i want to make sure all the files has been copied ? What would be the best approach to validate directory ,sub-directory and file... (1 Reply)
Discussion started by: balajikalai
1 Replies

3. UNIX for Advanced & Expert Users

File system testing for Data corruption

Hi, could any one tell is there any test-suite or any idea How to do data corruption validation testing, means there is no any data corruption ? Regards Manish (1 Reply)
Discussion started by: manish_tcs_hp
1 Replies

4. Emergency UNIX and Linux Support

DSEE LDAP corruption

Today when someone was using Sun Identity Manager to modify a directory managed by Sun Directory Server Enterprise Edition (DSEE 6.3) IDM spit out an object class violation error (I verified that the input data was valid). It also corrupted the directory to the point where I can't even get dsadm to... (7 Replies)
Discussion started by: ilikecows
7 Replies

5. SCO

file system not getting mounted in read write mode after system power failure

After System power get failed File system is not getting mounted in read- write mode (1 Reply)
Discussion started by: gtkpmbpl
1 Replies

6. Solaris

Data corruption

I have a solaris 5.6 on which oracle is installed. we have an alert file alert_net1.log now whenever any datacorruption happens we get the file id and block id in the above file. through this file and block id , we try to find out which table is corrupted and then try to... (1 Reply)
Discussion started by: asalman.qazi
1 Replies

7. AIX

File System Corruption on IBM DS8300

Hi All, We are facing the problem of file system corruption on DS8300,we have done very much effort to find out the root cause of problem but we still not get any success, we have AIX 5.3 OS installed on system with latest patches, we have upgraded HBA firmwares, DS8300 firmware, System... (5 Replies)
Discussion started by: m_raheelahmed
5 Replies

8. UNIX for Advanced & Expert Users

rsync data corruption

Dear Peoples I am using the following command to transfer the files inbetween two servers, i am using this command in a crontab for doing it in every 1 hour on all days. rsync --stats --archive --verbose --compress --force --rsh=ssh --exclude-from=/root/cfg/mkt_scn.exclude... (1 Reply)
Discussion started by: thameema
1 Replies

9. UNIX for Dummies Questions & Answers

how to mount a file system of a remote machine to local file system

Hi friends, In my case, there are serveral PCs running Linux in a LAN. I would like to to mount the directory /A_river of machine-A to the file system of another machine machine-B so that I can access files in that directory. I do not know how to do this. The situation is complicated by... (2 Replies)
Discussion started by: cy163
2 Replies

10. UNIX for Advanced & Expert Users

file corruption

Hi, All of a sudden I landed in a strange problem. I was working with my C source code in vi editor. I did a wq! and when reopened, the file is full of "data".. I mean the text contents are gone!!. I believe this is a file corruption. I have tried the -r option with vi, but no success. ... (5 Replies)
Discussion started by: shibz
5 Replies
Login or Register to Ask a Question