Path: utzoo!attcan!uunet!cs.utexas.edu!helios!auvnele From: auvnele@auvc7.tamu.edu (Eric L. Nelson) Newsgroups: comp.unix.aix Subject: rdump to sun with Exabyte drive Message-ID: Date: 24 Oct 90 21:10:59 GMT Sender: usenet@helios.TAMU.EDU Distribution: comp.unix.aix Organization: Texas A&M University, College Station, TX Lines: 17 I'm trying to do an rdump from an RS/6000 to a sun 4/330 which has an exabyte 8mm drive. No matter what I put on the -l number2 (the -l option specifies the max number of blocks to transfer to the remote media) it always dumps out some of amount and then asks for a second tape. I only have ~400 meg to write so I know I'm not putting more than the tape can hold. If I try to specify the -b number1 (block size) it locks up. Permissions are not the problem because I am dumping something. Here is my exact command: rdump -0 -c -l1000000 -f host:/dev/nrst9 / Has anyone done something similar with success? Thanks