LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   input output error (https://www.linuxquestions.org/questions/linux-newbie-8/input-output-error-755874/)

nagavinodh 09-17-2009 06:27 AM

input output error
 
Hi,
i got the input and output error when we execute the sqlplus in oracle.
i could n't able to overwrite the file.
is there anyway to check the filesystem working status.

onebuck 09-17-2009 08:15 AM

Hi,

Quote:

Originally Posted by nagavinodh (Post 3686776)
Hi,
i got the input and output error when we execute the sqlplus in oracle.
i could n't able to overwrite the file.
is there anyway to check the filesystem working status.

You can 'fsck' your unmounted filesystem;

Quote:

excerpt 'man fsck';
fsck - check and repair a Linux file system

SYNOPSIS
fsck [ -sAVRTMNP ] [ -C [ fd ] ] [ -t fstype ] [filesys ... ] [--] [
fs-specific-options ]

DESCRIPTION
fsck is used to check and optionally repair one or more Linux file sys-
tems. filesys can be a device name (e.g. /dev/hdc1, /dev/sdb2), a
mount point (e.g. /, /usr, /home), or an ext2 label or UUID specifier
(e.g. UUID=8868abf6-88c5-4a83-98b8-bfc24057f7bd or LABEL=root). Nor-
mally, the fsck program will try to handle filesystems on different
physical disk drives in parallel to reduce the total amount of time
needed to check all of the filesystems.

If no filesystems are specified on the command line, and the -A option
is not specified, fsck will default to checking filesystems in
/etc/fstab serially. This is equivalent to the -As options.


chrism01 09-17-2009 07:55 PM

I'd like to see the cmd/msgs and ownerships/permissions of process and files. I'd doubt its an FS issue (depends on the err msgs).


All times are GMT -5. The time now is 08:43 AM.