Jump to content
Sign in to follow this  
unexistance

Hp-ux Mount Error: Device Busy

Recommended Posts

server spec:

- 9000/811/D210 1.1C PA7100LC

- PA-RISC

- HP-UX B.11.00

# ioscan -fnC disk
# mkdir /cdrom
# mount /dev/dsk/c0t2d0 /cdrom
Error: Device Busy

0. da try reboot

1. fuser /dev/dsk/c0t2d0 --> null

2. fuser /dev/rdsk/c0t2d0 --> null

link yang dilawati:

http://forums11.itrc.hp.com/service/forums...threadId=230050

Share this post


Link to post
Share on other sites

1.Log in as a user with root authority.

2.If necessary, define a new directory as the mount point for the CD-ROM drive. Define /cdrom as the mount point using the mkdir /cdrom command.

3.If necessary, identify the drive device file using the ioscan -fnC disk command. This command lists all recognized CD-ROM drives and their associated device files. The filename will be something similar to /dev/dsk/c1t2d0.

4.Mount the CD drive to the mount-point directory:

mount -F cdfs -o rr /dev/dsk/c1t2d0 /cdrom

5.Obtain a file listing to verify the mount using the ls /cdrom command.

6.Log out.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...