Computing.Net > Forums > Unix > tar, copy or zip file spanning disks

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

tar, copy or zip file spanning disks

Reply to Message Icon

Name: jlodata
Date: September 15, 2009 at 07:36:25 Pacific
OS: SCO Open Server 5.0.5
Subcategory: General
Comment:

I need to tar, copy or zip an ASCII text file that is large onto multiple floppy disks from a Unix machine. Then I need to restore this file onto a Windows PC for a data conversion process. Can anyone tell me how I do the initial step in Unix that will allow Windows to access the file?

Thanks!



Sponsored Link
Ads by Google

Response Number 1
Name: thepubba1
Date: September 20, 2009 at 02:40:26 Pacific
Reply:

Look at the pax command. It will span multiple volumes. So will cpio.

You will probably have an easier time finding a utility to handle a pax archive extract for Windows than you will a cpio program.

pax -wvf /dev/rfd0 mybigfile

As each diskette becomes full, you will be prompted with:

pax: Ready for volume X
pax: Type "go" when ready to proceed (or "quit" to abort):

I found a number of Windows versions of pax with a simple search.

It's been a lot of years since I used SCO, so I'm not sure of the name of the raw device for the floppy. If I remember correctly, they use some strange thing like:

/dev/rfd0135ds18 (for a 3 1/2 hi-density diskette drive).


0
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: tar, copy or zip file spanning disks

extract zip file(HPUX) www.computing.net/answers/unix/extract-zip-filehpux/6036.html

Check gz zip files when corruption www.computing.net/answers/unix/check-gz-zip-files-when-corruption/7963.html

Take Read only off .zip files www.computing.net/answers/unix/take-read-only-off-zip-files/4914.html