Displaying 1 result from an estimated 1 matches for "mntb".
Did you mean:
mnt
2004 Jun 03
0
write system call returning success after SCSI write failure
I am running RHEL3 server connected to a
JBOD using a fiber channel HBA. I mounted
a disk using ext3 file system with -o sync
option on directory /mntb.
Then I unplugged the fiber channel cable and
did following commands.
echo 1 > /tmp/file1
cp /tmp/file1 /mntb/file
echo $?
The cp command waited for 30 seconds and there
are SCSI and file system error messages on the
console as expected. I am sure that the data
did not reach the fiber channe...