Re: Can't extract cpio file

2003-08-14 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07 Aug 2003 10:08:49 -0400, James Pifer wrote: > Can anyone give me a hand with this? I have a couple cpio files that I > need to extract. I can list the contents by doing: > cpio -itv < [filename] > > But when try to extract using, cpio -iv < [fi

RE: Can't extract cpio file

2003-08-07 Thread Barry Johnson
cpio -idmv<%file-to-be-extracted% i -extract d -create dirs m -preserve time v -verbose Good Luck Barry Johnson Can anyone give me a hand with this? I have a couple cpio files that I need to extract. I can list the contents by doing: cpio -itv < [filename] But when try to extract using, cpio

Can't extract cpio file

2003-08-07 Thread James Pifer
Can anyone give me a hand with this? I have a couple cpio files that I need to extract. I can list the contents by doing: cpio -itv < [filename] But when try to extract using, cpio -iv < [filename], I get: "cpio: [some path]: No such file or directory" I'm logged in as root so I don't think it's