Atro Tossavainen
Tue, 17 Apr 2001 01:04:54 -0700
Hello Bill, > I've got a Solaris iso's on 192.168.1.1 (that's has disk space but > with no cdburner) and wanted to scp it into a pipe to 192.168.1.2 > to use the cdrecord on remoted machine that does have a burner but > no space left to hold the 600+ mb iso. You can't scp into a pipe, but ssh will do. > I'm reading that cdrecord needs a buffer and wonder if scp can keep > the buffer full enough via scp and stay up during the burn ? Run cdrecord with -dummy first, that way you won't ruin a blank disk, to see whether your network and ssh pipe are fast enough. Run cdrecord with less than the maximum speed supported by your burner until you find a speed at which the network no longer is a problem. On 192.168.1.1: ssh 192.168.1.2 "cdrecord dev=whatever speed=whatever -dummy -" < solaris.iso Or something like that, anyway. -- Atro Tossavainen (Mr.) / The Institute of Biotechnology at Systems Analyst, Techno-Amish & / the University of Helsinki, Finland, +358-9-19158939 UNIX Dinosaur / employs me, but my opinions are my own. < URL : http : / / www . iki . fi / atro . tossavainen / >