What does this I/O error mean and how to mount it back


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users What does this I/O error mean and how to mount it back
# 1  
Old 03-15-2007
What does this I/O error mean and how to mount it back

I umount one filesystem like this:

# umount -F /export/home1

Then I tried to mount it back as:

# mount /dev/dsk/c1t0d0s6 /export/home1
mount: I/O error
mount: cannot mount /dev/dsk/c1t0d0s6

partition /dev/dsk/c1t0d0s6 and directory /export/home1 all exist in the system. Why can I not mount it back. Please help. I am waiting. Thanks.
# 2  
Old 03-15-2007
It probably means that your disk is broken. So you would need a new disk.
# 3  
Old 03-16-2007
Quote:
Originally Posted by duke0001
I umount one filesystem like this:

# umount -F /export/home1

Then I tried to mount it back as:

# mount /dev/dsk/c1t0d0s6 /export/home1
mount: I/O error
mount: cannot mount /dev/dsk/c1t0d0s6

partition /dev/dsk/c1t0d0s6 and directory /export/home1 all exist in the system. Why can I not mount it back. Please help. I am waiting. Thanks.
Try running "fsck /dev/dsk/c1t0d0s6".
# 4  
Old 03-16-2007
Quote:
Originally Posted by Deal_NoDeal
Try running "fsck /dev/dsk/c1t0d0s6".
/dev/rdsk/....
# 5  
Old 03-16-2007
Quote:
Originally Posted by reborg
/dev/rdsk/....
True. Thanks for correcting. It may fail if you choose the block interface to the device. Please run fsck on the "raw" interface.

"fsck /dev/rdsk/c1t0d0s6"
# 6  
Old 03-19-2007
Thanks everyone. This server got some serious problems now. I couldn't try your command at this moment.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

sed back reference error

I am trying to change a single line of a special file whose comment character is ! to show a path to the file in the comment. such as: !!HFSS and mcm path: \Signal_Integrity\Package_SI\Section_Models\C4toTrace\28nm\D6HS\SLC_5-2-5\GZ41_ICZ\NSSS\ to a different path and replace the !!HFSS... (1 Reply)
Discussion started by: mobrien601
1 Replies

2. Solaris

Mail loops back to me error in /var/adm/message after patching

Hi, I am getting the below messsage in /var/adm/message after patching but sendmail is working after restoring the backup file. sendmail: q4G7U1Cj014774: SYSERR(root): 127.0.0.1 config error: mail loops back to me (MX problem?) sendmail: q4G801cw025824: SYSERR(root): 127.0.0.1 config... (3 Replies)
Discussion started by: fayaz
3 Replies

3. Shell Programming and Scripting

Passing error message back to script

I have one script that calls another script during execution. The other script does some processing, then either returns with exit 0 (if successful), or exits with error code numbers (if failed). However, in addition to the error code, I would like for that second script to be able to pass a... (4 Replies)
Discussion started by: AcerAspirant
4 Replies

4. Solaris

how to mount back the slice 7

Hi, i encounter problem during middle progress of mirroring. i trying create a mirror (metainit) to my slice 7. Who's have any experience, can you please help me? i tried create a state database replica "metadb -afc1 /dev/dsk/cxtxdxs7" but at it show it cannot create caused /dev/dsk/cxtxdxs7... (2 Replies)
Discussion started by: webster5u
2 Replies

5. IP Networking

Back-to-Back Connection using HBAs

Hi every body, Is it possible to connect two servers Back-to-Back (Point-to-Point) using HBA adapters & using Fiber. Note it is direct connection & there is no switches between the servers. I'm concern about using HBA adapters, it is possible or not. Thanks in advance. :) (3 Replies)
Discussion started by: aldowsary
3 Replies

6. AIX

back to back printing in UNIX

Hi , Can you suggest me how to back to back printing in UNIX? Is there any way? Kindly advise. Regards Vijaya Amirtha Raj (3 Replies)
Discussion started by: amirthraj_12
3 Replies

7. Shell Programming and Scripting

back reference error

Hi, i am getting this error........ find ./ | sed '/\(*\) \(*\)/\2\1/' Unrecognized command: /\(*\) \(*\)/\2\1/ Any idea??? regards Apoorva Kumar (4 Replies)
Discussion started by: apoorvasharma80
4 Replies

8. SCO

back-up drive : tape error

i have an ibm machine with dds4 drive running sco. i bought new hp dds4 tape for my back-up. the new tapes are not being read by the system, it says tape error, no such device. i've already clean the drive several times but still the same error occur. i've tried to use the same tape on our windows... (3 Replies)
Discussion started by: yackim
3 Replies

9. UNIX for Dummies Questions & Answers

553 config error: mail loops back to me (MX problem)

I recieve 553 5.3.4 mail.xxxx.com config error: mail loops back to me (MX problem?) when I try to send email from client . The message reaches the server and dies there I'm using sendmail 8.12.9 on OpenBSD 3.3. I can check mail on client with no problem Thanks for any help (5 Replies)
Discussion started by: bluehell
5 Replies
Login or Register to Ask a Question