Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...This is a very good site. Please keep it running. Thanks and wishing a great health and success for the site and its owners..."

Geography

Where in the world do Tek-Tips members come from?
stla (IS/IT--Management)
18 Aug 03 6:33
I would like to turn off mediad as it is causing problems with my tape device software.

If I edit the file in /etc/config/mediad and set it to 'off', will the CD Rom still work?

Best regards
Helpful Member!  irixfan (IS/IT--Management)
19 Aug 03 4:36
Yes, the CDROM will still work, but you have to mount it manually. For example:
mount -t  iso9660 /dev/rdsk/dks0d7vol /CDROM
(See man mount).

Another solution could be to use the configuration file /etc/config/mediad.config. There is a command to ignore devices. Example of this file:
# ignore a tape device completely.
ignore device /dev/rmt/tps0d6
(man mediad for more information).
stla (IS/IT--Management)
19 Aug 03 6:09
Thanks.
My devices are all on SCSI 3 using device numbers 1,2 and 10. I have changed /etc/config/mediad.config to look like this. Does that look OK:

cat  mediad.config
# ignore a tape device completely.
ignore device /dev/rmt/tps3d1

# ignore a tape device completely.
ignore device /dev/rmt/tps3d2

# ignore a tape device completely.
ignore device /dev/rmt/tps3d10
irixfan (IS/IT--Management)
20 Aug 03 3:48
It looks ok to me. (Take care you did not modify existing configuration options like sharing devices). Just try it by restaring mediad with commands
/etc/init.d/mediad stop
/etc/init.d/mediad start

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Back To Forum

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close