Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
I ran into this same thing a couple years back. What would happen is <new_vol_root> specifies a particular file or directory to pick out of the tar source, not a destination to untar into. What you want instead is something like: tar -cf - <old_root> | ( cd <new_root>; tar -xf -) Gordon --- "E. Wiliam Horne" <bill at horne.net> wrote: > > In other words, if I do > > tar cf - <old_volume_root> | tar xf - > <new_volume_root>, would that > avoid the 2 GiB barrier? > > TIA. > > Bill Horne > _______________________________________________ > Discuss mailing list > Discuss at blu.org > http://www.blu.org/mailman/listinfo/discuss __________________________________________________ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |