configure DAT drive usb


 
Thread Tools Search this Thread
Operating Systems SCO configure DAT drive usb
# 1  
Old 11-07-2008
configure DAT drive usb

hi all,
how i can configure a DAT drive usb under SCO os 6.0.0
thank you
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Cannot configure TL-WN727N wireless usb in centos 6.2

hi everybody, iam using 32 bit centos 6.2 on my machine. i have purchase TP-LINK, TL-WN727N wireless usb, but i was not able to install on my desktop. i was not able to find drivers for centos 6.2 official site of TPLINK. $ uname -a Linux workstation 2.6.32-220.el6.i686 #1 SMP Tue Dec 6... (0 Replies)
Discussion started by: paruhang
0 Replies

2. Solaris

external tape drive DAT 72 problem

Hi all, I have solaris 10 sparc running and working very well but i have problem with external SCSI tape drive DAT 72 problem it seems to me the tape drive is manufactured by SUN microsystems when i ran ls -l /dev/rmt/0 it reveals the following output bash-3.00# mt -f /dev/rmt/0... (2 Replies)
Discussion started by: h@foorsa.biz
2 Replies

3. Solaris

Hard Error:DAT Tape Drive

Well I have just added new tape drive to my server (lto) However I am getting few errors in using it. I have checked status with #iostat -En : giving me few hard errors, few soft errors and execution error. Also tape status is not visible as "no sense" its coming as "no additional sense". I... (5 Replies)
Discussion started by: saurabh84g
5 Replies

4. AIX

How to install a DAT drive on AIX.

Hello, we are trying to install an HP DAT drive on an IBM AIX RS6000 server. We have attached the SCSI connection and power cylced the unit, but still cannot see the device in smit. I am only a couple months into AIX, so I am very green! The server we are working on is in a lab environment,... (2 Replies)
Discussion started by: dayinthelife
2 Replies

5. SCO

DAT drive problem in sco

my server os version is openserver 5.0.6.from past few days it is giving problem while taking backup.it is giving error such that "TAPE WRITE ERROR".anyone can help to come out of this. (3 Replies)
Discussion started by: prakrithi
3 Replies

6. SCO

mounting USB floppy drive /Flash drive in OSR 6.0

Can anybody help me out to mount USB flash /floppy drive in sco openserver 6.0 . (5 Replies)
Discussion started by: sureshdrajan
5 Replies

7. SCO

How to Install and Configure USB Printer in SCO 6

I'm new in SCO 6. I installed SCO 6 with NIC driver Properly. But I cann't install and Configure USB Printer In SCO 6. Any one help me? email: address deleted by the moderator (0 Replies)
Discussion started by: karzon
0 Replies

8. Solaris

Problem with SCSI DAT drive on Ultra 10

I will be honest I am quite new to UNIX and Solaris so this may be a simple thing. I have just purchased a Sun (rebranded HP obviously) DAT DDS3 SCSI tape drive for my Sun Ultra 10 running Solaris 10. I have previously fitted a SCSI card to the box which has configured ok and can be seen from... (1 Reply)
Discussion started by: mattw
1 Replies

9. Linux

How do l install Travan Tape drive 20/40 DAT on Redhat 8.0

Hi, Will someone help in giving the clue to installating Travan Tape drive on Redhat 8.0 Kayode (1 Reply)
Discussion started by: kayode
1 Replies

10. Linux

HP DAT Drive C1533A on RH9 Problems

HELP!! I am having some major problems at present with a HP dat drive under RH9. The drive worked fine previously under RH8, but now does not work. I am using kernel 2.4.20-30.9 on a i686 athlon intel box. My messages log shows the below: Apr 23 11:39:24 devsys kernel: ahc_pci:1:6:0:... (0 Replies)
Discussion started by: dkimber6
0 Replies
Login or Register to Ask a Question
diskd(1)						      General Commands Manual							  diskd(1)

Name
       diskd - disk daemon; wait for disk to be inserted

Note
       This  manpage has been automatically generated from fdutils's texinfo documentation.  However, this process is only approximative, and some
       items, such as cross-references, footnotes and indices are lost in this translation process.  Indeed, these items have no appropriate  rep-
       resentation  in	the  manpage  format.  Moreover, only the items specific to each command have been translated, and the general information
       about fdutils has been dropped in the manpage version.  Thus I strongly advise you to use the original texinfo doc.

       *      To generate a printable copy from the texinfo doc, run the following commands:

		     ./configure; make dvi; dvips fdutils.dvi

       *      To generate a HTML copy,	run:

		     ./configure; make html

	      A pre-made HTML can be found at: `http://www.tux.org/pub/knaff/fdutils'

       *      To generate an info copy (browsable using emacs' info mode), run:

		     ./configure; make info

       The texinfo doc looks most pretty when printed or as HTML.  Indeed, in the info version certain examples are difficult to read due  to  the
       quoting conventions used in info.

Description
       The diskd command has the following syntax:

	  diskd [-d drive] [-i interval] [-e command]

       Diskd  waits for a disk to be inserted into a given drive, and then either executes the command or exits. This program can be used to auto-
       matically mount a disk as soon as it is inserted.

Warning
       This program works by switching the motor on for a very short interval, and then seeking to track -1. This might  damage  hardware  in  the
       long  run.  Amigas,  which  also  use these techniques, are known for having problems with their disk drives no longer spinning up properly
       after a few month of usage.

Options
       -d drive
	      Selects the drive to observe for disk insertion. By default, drive 0 (/dev/fd0) is observed.

       -i interval
	      Selects the polling interval. The interval is given in tenths of seconds. Default is 10 (one second).

       -e command
	      Gives the command to be executed when a disk is inserted. If no command is given the program simply exits.  Typically,  the  command
	      mounts the disk. It can be a shell scripts which probes for several filesystems and disk geometries until it succeeds.

Bugs
       *      Automatic  unmounting  cannot yet be handled. It is indeed not enough to scan for disk removal, because when the disk is removed, it
	      is already too late: There might be some buffers needing flushing.  However, the fdmountd program  allows  automatic  unmounting	by
	      using the SYNC mount options, which switches off write buffering (see section  fdmount).

       *      The drive motor is running all the time, and on some computers, the drive led flickers at each time the drive is polled.

See Also
       Fdutils' texinfo doc

fdutils-5.5							      03Mar05								  diskd(1)