1825793 Members
2542 Online
109687 Solutions
New Discussion

disk

 
Anjaneyulu
Frequent Advisor

disk

Hi,

I want to know what is the difference between disk and diskdrive. and also difference between tape , tape catridge,tapelibrary. when we use these things. How can we recognize in my server which one is using?
4 REPLIES 4
Ganesan R
Honored Contributor

Re: disk

Hi Anjaneyulu,

It's all very basic things. You can find blendy of informations on internet. One of the good source is

http://en.wikipedia.org/wiki/Main_Page

Below are the one line explanations.

disk and diskdrive : Both are same which is permanent storage medium to store the data.

Tape: Standalone tape drive which is used to take the backup of data.

Tape catridge: magnetic storage medium which is used in Tape drive to store the data.

Tape Library: is having multiple tape drives, robatic exchanger and slots to take huge data without much interuptions.

From system point of view you can use ioscan command to check those devices

#ioscan -fnC disk
#ioscan -fnC tape
Best wishes,

Ganesh.
unixguy_1
Regular Advisor

Re: disk


Hi,

Disk is nothing but a Harddisk.
If it's fixed in a seperate unit,it's called as Harddisk drive.

Tape is used to take a backup media and Tapedrive is a drive to detect&check the media.

Regards,
Unixguy.


Jaime Bolanos Rojas.
Honored Contributor

Re: disk

anjaneyulu,


Usually the drives are where you insert the discs that go into that specific drive, like cd drive, tape drive, hard drive, etc.

A tape library it´s a collection of tape drives managed as a single hardware unit.

Regards,

Jaime.
Work hard when the need comes out.
~sesh
Esteemed Contributor

Re: disk

You have not specified the OS you are using, but since you've posted in HP-UX I take it that you are using some version of it.

You can use the ioscan command to recognize which hardware components are being used in the server.