2 GiB file limit and pipes
    Gordon Keegan 
    gmkeegan at yahoo.com
       
    Thu Nov  1 21:48:27 EST 2001
    
    
  
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
    
    
More information about the Discuss
mailing list