feedburner

Lorem ipsum dolor sit amet,
consectetur adipisicing elit,
sed do eiusmod tempor incididunt ut labore
et dolore magna aliqua.

How to mount cdrom in unix ( Solaris/HP/Linux)

This is quite an old thread but in case someone else needs help --
1. Stop volmgt (if running)/etc/init.d/volmgt stop
2. Confirm it has stoppedps -ef grep vold
3. Locate the CD/DVD device
(a)iostat -Eneg: c0t0d0then device would be/dev/dsk/c0t0d0s2
(b) If not detected, either reboot - use "boot -r"ordevfsadm -Cdevfsadm
4 Manually mount the CD
mkdir -p /tmp/cdrom
mount -F hsfs -o ro /dev/dsk/c0t0d0s2 /tmp/cdrom
5 Check contents ls /tmp/cdrom
6 Unmountumount /tmp/cdrom
7. Mount using correct path (if required)eg: /cdrom/cdrom0
8 Restart vol mgt/etc/init.d/volmgt startcheck /vol directory for inconsistencies...

0 comments:

Post a Comment