Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ref Mount

Status
Not open for further replies.

uadmin

Technical User
Jun 13, 2001
122
GB
Hi all ,
When trying to mount the cd rom using :
mount -r /dev/dsk/c0t1d0 /cdrom

I get the following error :
/dev/dsk/c0t1d0: No such device or address

Even though when i do an ioscan -funC it displays :
# ioscan -funC disk
Class I H/W Path Driver S/W State H/W Type Description
======================================================================
disk 2 0/0/1/0.1.0 sdisk NO_HW DEVICE HP DVD-ROM 304
/dev/dsk/c0t1d0 /dev/rdsk/c0t1d0
disk 0 0/0/1/1.15.0 sdisk CLAIMED DEVICE SEAGATE ST336704LC
/dev/dsk/c1t15d0 /dev/rdsk/c1t15d0
disk 1 0/0/2/1.15.0 sdisk CLAIMED DEVICE SEAGATE ST336704LC
/dev/dsk/c3t15d0 /dev/rdsk/c3t15d0


Could any one help
Simon Peter Wickham
Email: s.wickham@zoom.co.uk
 
Hi,

try this command line :
mount -F cdfs -o cdcase /dev/dsk/c0t1d0 /cdrom

Regards.

Fcail
 
Hi

Tried this but got a meesage back :
/dev/dsk/c0t1d0: No such device or address

Can not get it to mount.

Regards
Simon Simon Peter Wickham
Email: s.wickham@zoom.co.uk
 
Hi

There was a process running in the back ground which did not show on the first fuser -u but when i did fuser -uk it was there so able to kill.

Thanks
Simon Simon Peter Wickham
Email: s.wickham@zoom.co.uk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top