StoreEver Tape Storage
1752427 Members
5603 Online
108788 Solutions
New Discussion

Re: using dd command on UnixWare

 
Nemer
Occasional Advisor

using dd command on UnixWare

I have HP DAT24i Tape drives installed on unixware 7.1.1 servers. using these tape drives I cann't restore the files backed-up using the dd command:
dd if=(file name) of=/dev/rmt/ctape1 ibs=65536 obs=65536

the restore command used is:
dd if=/dev/rmt/ctape1 of=(file name) ibs=65536 obs=65536

the dd command restore the file correctly only when using a number less than 61440 for the block size

* Note that I can do it using another DDS3 tape drives.
1 REPLY 1
Wodisch
Honored Contributor

Re: using dd command on UnixWare

Hello Saber,

this does depend on your tapedrive's device
driver. Do an "ls -l" on both of them and you
will see that the "major device number" is
different.
You COULD try to use that other driver for
your HP drive, but I guess it will not be able
to support the HP drive...

HTH,
Wodisch