![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cpio error. | alisevA3 | UNIX for Dummies Questions & Answers | 1 | 05-03-2006 12:04 PM |
| Please help with cpio on HP-UX | soestx | HP-UX | 3 | 01-13-2006 06:07 PM |
| cpio | kok | UNIX for Dummies Questions & Answers | 2 | 08-12-2004 08:57 AM |
| Help with cpio | rooh | UNIX for Dummies Questions & Answers | 2 | 04-08-2003 06:41 PM |
| cpio | wipro fluid power | UNIX for Dummies Questions & Answers | 2 | 06-18-2001 10:56 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi everyone.
I'm needing some help with this. I've made some backups on the same tape using cpio. With cpio -civt < /dev/rmt/0un i could see the first backups files, but now i'm getting the next messages <<End of medum on "imput">> <<To continue, type device/file name when ready>>. I really need to see the files on the tape. Any idea? |
|
||||
|
Thanks for the interest
The tape is set for no-rewind. There’s no problem with that. I’m running on Sun Solaris 8. At the directory containing the files I backed up I made: ls | cpio –oc > /dev/rmt/0un I made mt rew to rewind the tape. Now I’m trying cpio –civt < /dev/rmt/0un to see my files on the tape. There’s where I got the message. |
|
|||||
|
Well I just tried this and I cannot duplicate your problem.
I did: cd one ls | cpio -oc > /dev/rmt/0un cd ../two ls | cpio -oc > /dev/rmt/0un mt rewind cpio -civt < /dev/rmt/0un cpio -civt < /dev/rmt/0un And each of the last two commands gave me a different table of contents. This was on SunOS 5.6. |
![]() |
| Bookmarks |
| Tags |
| cpio |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|