The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-17-2006
FredSmith FredSmith is offline
Registered User
  
 

Join Date: Sep 2005
Posts: 88
Writing large files to tape

I have a zipped file that is ~ 10GB. I tried tarring it off to a tape, but I receive:
tar: <filename> too large to archive. Use E function modifier.

The file is stored on a UFS mount, so I was unable to use ufsdump.

What other options do I have? (I don't have a local file system large enough to move it to to use ufsdump)

Thanks for any ideas!