<div dir="ltr"><div>Dan,</div><div><br></div><div>Thanks, that did the trick.</div><div><br></div><div># dump<br>     date = Thu Mar  2 09:52:02 2023<br>dump date = the epoch<br>dumping /dev/rrp3 to /dev/rmt1<br>I<br>II<br>estimated 24870 tape blocks on 0 tape(s)<br>III<br>IV<br>level 9 dump on Thu Mar  2 09:52:02 2023<br>DONE<br>25228 tape blocks on 1 tape(s)</div><div><br></div><div>And, I will change dump.c and dumpdir.c to use tm0.<br></div><div><br></div><div>Ken</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Mar 2, 2023 at 9:40 AM Dan Cross <<a href="mailto:crossd@gmail.com">crossd@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, Mar 2, 2023 at 9:28 AM KenUnix <<a href="mailto:ken.unix.guy@gmail.com" target="_blank">ken.unix.guy@gmail.com</a>> wrote:<br>
> I am trying to use the 'dump' program but it references rmt1.<br>
><br>
> My system only has rmt0. I have been unable to find how to<br>
> create this device. I have looked over the reference material<br>
> but it only references rmt0.<br>
><br>
> Is there any way to redirect a dump to use rmt0?<br>
><br>
> Any help is appreciated.<br>
<br>
I'd start with the man page.<br>
<br>
Dump(1M) says that argument `f` causes `dump` to, "Place the dump on<br>
the next argument file instead of the tape". Did you try using that<br>
option with `/dev/rmt0`?<br>
<br>
Alternatively, I don't see why you couldn't hard-link /dev/rmt1 to /dev/rmt0:<br>
<br>
# cd /dev<br>
# ln rmt1 rmt0<br>
<br>
Or use `mknod` to create a device file with the same major/minor numbers:<br>
<br>
# cd /dev<br>
# /etc/mknod rmt1 c 12 0<br>
<br>
Or even, as a very last resort, edit the source and change the default<br>
dump device.  It's in /usr/src/cmd/dump.c<br>
<br>
Hope that helps!<br>
<br>
        - Dan C.<br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>End of line</div><div>JOB TERMINATED</div><div><br></div><div><br></div></div></div>