Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Mount I/O error
Name: Paul Spencer Date: July 10, 2002 at 01:26:23 Pacific
Comment:
I'm new to Unix and am compiling a disk model of an Ultra 2 system. One of the slices (c0t8d0s1) contains 320Mb of data according to Format, but is not mounted. When I try to mount it I get the following response:
# mount /dev/dsk/c0t8d0s1 /paul1 mount: I/O error mount: cannot mount /dev/dsk/c0t8d0s1
Name: PaulS Date: July 10, 2002 at 08:12:49 Pacific
Reply:
You have to build a file system on the partition before it can be mounted.
0
Response Number 2
Name: esu (by Raj) Date: July 10, 2002 at 10:09:56 Pacific
Reply:
hi, how many hard disks do you have on your mashine ?
0
Response Number 3
Name: Paul Spencer Date: July 11, 2002 at 07:31:29 Pacific
Reply:
There are 6 disks (c0t0d0, c0t2d0, c0t3d0, c0t5d0, c0t8d0, c0t9d0). According to Format, c0t8d0s1 has cylinders 1 - 361 assigned to it. I assumed there was data in this slice, but perhaps it's an empty slice. Is there any way of telling whether this slice might have data in it, without running a newfs which would erase the contents of the slice?
0
Response Number 4
Name: PaulS Date: July 12, 2002 at 07:46:11 Pacific
Reply:
# fstyp /dev/dsk/c0t8d0s1
will interrogate the partition for a known file system.
0
Response Number 5
Name: Paul Spencer Date: July 18, 2002 at 03:19:28 Pacific
Reply:
Thanks for that- the response I get is: hsfs fstyp: cannot open /dev/dsk/c0t8d0s1: I/O error /dev/dsk/c0t8d0s1: I/O error Unknown_fstyp (no matches)
Does this mean a file system does not exist in c0t8d0s1 ?
Summary: Hi everyone! I am new at this, but here is my problem. I am getting this error on the Server. /dev/dsk/c1t0d0s1: I/O error mount: /dev/dsk/c1t0d0s0 is not this fstype. /sbin/rcs: /etc/dfs/sharetab: c...
Summary: Hi guys i am getting the following error after running the newfs command.How can solve this.i would like to format the HD with a new file system. bash-3.00# newfs /dev/rdsk/c1t1d0s1 /dev/rdsk/c1t1d0s1...
Summary: I take 2 backups using find . -print|cpio -ovcB >/dev/rmt/0n and then eject the tape. I insert back the tape and do mt -f /dev/rmt/0 fsf 2 and it brings up an error: /dev/rmt/0 fsf 2 failed: I/O error...