1 * kBUgcagff-Unexpected behaviour of cpio in Solaros 2.6?

1 * kBUgcagff-Unexpected behaviour of cpio in Solaros 2.6?

Post by Ibaa UMAIL-exch3 » Thu, 23 Sep 1999 04:00:00





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

Try doing:

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.