Sponsored Content
Full Discussion: Disk I/O error 5
Top Forums UNIX for Advanced & Expert Users Disk I/O error 5 Post 302830933 by Just Ice on Tuesday 9th of July 2013 08:42:03 PM
Old 07-09-2013
since both ibm san utility and sco fsck utility say the drive and the filesystem are both okay, the possibility that your file is corrupted is over 95% imo considering the error you are getting ...

try having the application that generated the file read it ... if the application is having issues reading the file, the file is corrupted ... if the application can read the file normally, have your sys admins check all the system logs for any errors ...
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Fatal error in disk

I have a doubt with an error message, and i want to be sure if this is a normal situation or not. Situation: I was formating and installing a SCSI 36Gb HD with UNIX SCO 5.05, the problem happens when is making the division and filesystem on disk 1, and the message error is "Exit value 139... (1 Reply)
Discussion started by: jav_v
1 Replies

2. UNIX for Advanced & Expert Users

Disk error

Hi, I have a Linux - Mandrake box at home that run as a web server and a Internet router. So often to the system after reboot that it come has the messages saying that the hda1 (I think is the root file system) has some inconsitencies and some inodes has to be removed. When the drive is fixed,... (2 Replies)
Discussion started by: vtran4270
2 Replies

3. AIX

Disk space error.

Dear All, I am working on AIX 5.2, and I have allocated 3072M disk space to /home filesystem. Now system has no free space at /home filesystem. But when I checked data on /home, I have only 900M data. Please if anybody can tell me about this difference and how this can be resolved. Thank You.... (9 Replies)
Discussion started by: system-admin
9 Replies

4. Solaris

Disk error

How to Check the disk error (both hard disk & DVD Rom) In Sun Netra 20 Server..Pls help (2 Replies)
Discussion started by: gini
2 Replies

5. Solaris

flarcreate disk error 28

I want to image solaris 8 with flarcreate like ghost in windows. the error come like errno 28, No space left? this is error message absapp@nepalabs1 # flarcreate -n "sol8utl" -S -R / -x /var/tmp /var/tmp/s8.utl.061222 Determining which filesystems will be included in the archive... Creating... (15 Replies)
Discussion started by: 197oo302
15 Replies

6. AIX

Disk operation Error

Hi to all, Hope you can help me to figure out this problem that I have with one of our servers. I get disk errors but I cannot explain the reason why it is happening. Below is the error: Thanks in advance. By the way were using NETAPPS data storage and using 5.3 O.S version. LABEL: ... (1 Reply)
Discussion started by: cabloy
1 Replies

7. Solaris

Solaris disk error

I received a new error that I have not seen before on my Solaris 10 server last night: From /var/adm/messages Jan 8 04:59:26 nediaccomp005j scsi: /pci@780/pci@0/pci@9/scsi@0 (mpt0): Jan 8 04:59:26 nediaccomp005j Log info 31010000c received for target 1. Jan 8 04:59:26 nediaccomp005j ... (4 Replies)
Discussion started by: FredSmith
4 Replies

8. Solaris

I/O Error on SAN Disk

Hi, I have a production solaris 10 SPARC system (portal). Yesterday legato/Networker gave an I/O Error on one of the files on its SAN mounted disk. I went to that particular file on the system, did an ls and it showed the file. However, ls -l did not work and it said IO error. ... (6 Replies)
Discussion started by: Mack1982
6 Replies

9. Solaris

Error 25:Disk Read Error

Hi Guys, Wondering if anyone has seen/has a fix for this, when i try boot my system from CDROM at the solaris/ttya/ttyb selection menu i get stuck in a loop: kernel$ /boot/multiboot kernel/$isadir/unix -B install_media=cdrom,console=ttya loading "/boot/multiboot kernel/$isadir/unix -B... (0 Replies)
Discussion started by: A-Train
0 Replies

10. Solaris

Solaris 8 disk error

Hello, We are running solaris 8 and there is a disk having problem with consistency The following devices (soft partitions from NetApp are inconsistent, unable to be repaired with fsck and need to be restored: root@server1 # df -k Filesystem kbytes used ... (4 Replies)
Discussion started by: gull05
4 Replies
FSCK(8) 						    BSD System Manager's Manual 						   FSCK(8)

NAME
fsck -- file system consistency check and interactive repair SYNOPSIS
fsck [-dfnPpqvy] [-l maxparallel] [-T fstype:fsoptions] [-t fstype] [-x mountpoint] [special | node ...] DESCRIPTION
The fsck command invokes file system-specific programs to check the special devices listed in the fstab(5) file or in the command line for consistency. It is normally used in the script /etc/rc during automatic reboot. If no file systems are specified, and ``preen'' mode is enabled ( -p option) fsck reads the table /etc/fstab to determine which file systems to check, in what order. Only partitions in fstab that are mounted ``rw,'' ``rq'' or ``ro'' and that have non-zero pass number are checked. File systems with pass number 1 (normally just the root file sys- tem) are checked one at a time. When pass 1 completes, all remaining file systems are checked, running one process per disk drive. By default, file systems which are already mounted read-write are not checked. The disk drive containing each file system is inferred from the longest prefix of the device name that ends in a digit; the remaining characters are assumed to be the partition designator. The options are as follows: -d Debugging mode. Just print the commands without executing them. -f Force checking of file systems, even when they are marked clean (for file systems that support this), or when they are mounted read- write. -l maxparallel Limit the number of parallel checks to the number specified in the following argument. By default, the limit is the number of disks, running one process per disk. If a smaller limit is given, the disks are checked round-robin, one file system at a time. -n Causes fsck to assume no as the answer to all operator questions, except "CONTINUE?". -P Display a progress meter for each file system check. This option also disables parallel checking. Note that progress meters are not supported by all file system types. -p Enter preen mode. In preen mode, fsck will check all file systems listed in /etc/fstab according to their pass number, and will make minor repairs without human intervention. -q Quiet mode, do not output any messages for clean filesystems. -T fstype:fsoptions List of comma separated file system specific options for the specified file system type, in the same format as mount(8). -t fstype Invoke fsck only for the comma separated list of file system types. If the list starts with ``no'' then invoke fsck for the file system types that are not specified in the list. -v Print the commands before executing them. -x mountpoint Exclude the filesystem which has a mountpoint the same as in /etc/fstab. Used only in ``preen'' mode. -y Causes fsck to assume yes as the answer to all operator questions. FILES
/etc/fstab file system table EXIT STATUS
fsck exits with 0 on success. Any major problems will cause fsck to exit with the following non-zero exit(3) codes, so as to alert any invoking program or script that human intervention is required. 1 Usage problem. 2 Unresolved errors while checking the filesystem. Re-running fsck on the filesystem(s) is required. 4 The root filesystem was changed in the process of checking, and updating the mount was unsuccessful. A reboot (without sync) is required. 8 The filesystem check has failed, and a subsequent check is required that will require human intervention. 12 fsck exited because of the result of a signal (usually SIGINT or SIGQUIT from the terminal). SEE ALSO
fstab(5), fsck_ext2fs(8), fsck_ffs(8), fsck_lfs(8), fsck_msdos(8), mount(8) BSD
February 17, 2010 BSD
All times are GMT -4. The time now is 09:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy