Try doing:Quote:> Hi all,
> today I have detected an unexpected behaviour of cpio in Solaris 2.6.
> I tried to create a cpio archive on a nearly full filesystem using:
> cat <file list> | cpio cpio -oc -O <name of archive>
> During this command the was full and cpio ask:
> End of medium on "output".
> Change to part 2 and press RETURN key. [q]
> Regards
> Roland Titze
ls <file list> | cpio -ocv > <name of archive or device>
this will work better.
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.