18.02.2014 Views

string

string

string

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

dev/rdsk/c0t6d0s2: No such file or<br />

directory<br />

Cause<br />

When attempting to eject a CD-ROM on a Ultra 450 system, the eject cdrom<br />

command fails, displaying the error message.<br />

This is because the CD-ROM is on controller 1 not 0. For the eject(1) command,<br />

the cdrom "nickname" equates to /dev/rdsk/c0t6d0s2. On an Ultra 450, the<br />

CD-ROM is /dev/rdsk/c1t6d0s2. So, using cdrom does not work.<br />

Action<br />

Use the following command instead:<br />

# eject cdrom0<br />

If volume manager (/usr/sbin/vold) is not running, you can use:<br />

# eject /dev/rdsk/c1t6d0s2<br />

Note: Make sure that the front panel of the system is unobstructed so that the<br />

CD-ROM tray is not blocked. Otherwise, the eject(1) command appears to hang<br />

since the tray is trying to open but is physically blocked.<br />

Device busy<br />

Cause<br />

An attempt was made to mount a device that was already mounted or to unmount a<br />

device containing an active file (such as an open file, a current directory, a mount<br />

point, or a running program). This message also occurs when trying to enable<br />

accounting that is already enabled.<br />

Action<br />

To unmount a device containing active processes, close all the files under that mount<br />

point, quit any programs started from there, and change directories out of that<br />

hierarchy. Then try to unmount again.<br />

50 Solaris Common Messages and Troubleshooting Guide ♦ October, 1998

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!