Accessing a VAX tape drive from a S

kai at uicsrd.csrd.uiuc.edu kai at uicsrd.csrd.uiuc.edu
Mon Aug 29 11:27:00 AEST 1988


If you are writing data from within a C program, try:

	fp = popen ("/usr/ucb/rsh vaxhost /bin/dd of=/dev/rmt8", "w");

Or, if you just want to write tar files, get the public domain tar program
from the comp.sources.unix archives.  This program has the capability to
write to remote tape drives.

Patrick Wolfe  (pwolfe at kai.com, kailand!pwolfe)



More information about the Comp.unix.wizards mailing list