Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

cpio

0 views
Skip to first unread message

MaryzHunk

unread,
Jun 10, 1999, 3:00:00 AM6/10/99
to
I'm having a problem restoring a tape on my backup system. When I entered the
cpio command and hit enter, it just hung there and did nothing. Here is the
exact command and arguments I used.
cpio -ivdum -B /dev/rct0

Did I use an incorrect argument? Any help would be appreciated.
James Andrews

Tony Lawrence

unread,
Jun 10, 1999, 3:00:00 AM6/10/99
to MaryzHunk

Unless you have some strange version of cpio, the command
shown above would just hang. What you probably want is:

cpio -ivdum -B < /dev/rct0

or (for some cpio's)

cpio -ivdum -B -I /dev/rct0

--
Tony Lawrence (to...@aplawrence.com)
SCO articles, help, book reviews, tests,
job listings and more : http://www.aplawrence.com

0 new messages