But it doesn't work. The error was:
dd: 0511-053 The write failed.
: A system call received a parameter that is not valid.
Any suggestions? Thanks a lot.
:Jianlin Chang (cha...@Jeff-Lab.QueensU.CA) wrote:
...
:: rsh remote tar cvfb - 2 .|dd of=/dev/rmt0.1 bs=2b
:: But it doesn't work. The error was:
:: dd: 0511-053 The write failed.
:: : A system call received a parameter that is not valid.
What type of tape device? What is the block size of the device set to?
If, for example, you have an 8mm drive configured with block size =0
(meaning variable), then asking for any size block should be ok.
(including 2b=2*512=1024)
If it is set to something odd, then you must reset it or set bs = to
a multiple of that cofigured block size.
run 'lsattr -l rmt0 -E' to find out the device configuration.
tim butler tbu...@tiac.net
Any suggestion?
tvan...@imtn.dsccc.com (Tim Vannaman) wrote:
>
> Jianlin Chang (cha...@Jeff-Lab.QueensU.CA) wrote:
> : I use the following command to create a backup of remote system on local tape drive:
> : rsh remote tar cvfb - 2 .|dd of=/dev/rmt0.1 bs=2b
>
> : But it doesn't work. The error was:
> : dd: 0511-053 The write failed.
> : : A system call received a parameter that is not valid.
>
> : Any suggestions? Thanks a lot.
>
> 1. Make sure the tape is writeable !!!!
> 2. Try the dd cmd w/o the bs arg.
>
dennis s.