| p7zip questions Quote: |
Originally Posted by bigtomrodney Winrar will manage all of your formats. Although for the best of everything in FOSS on Windows - use 7zip. It's great. It's on sourceforge.net | I downloaded the latest 7zip from source forge, and compiled/created an rpm for my SuSE-9.3 using make and checkinstall. I strongly suspect the same would work for Mandriva. I prefer to create rpms, as it is easier to remove, if it does not do what I want.
I noticed a command line option -v {size} [blklmlg] : create volume . I wonder if that is a way to specify a max size and have the compressed file chopped up into many pieces?
Unfortunately, I did not notice a gui for this for linux variant of p7zip. Is it only command line, or is there a gui that I missed?
[Edit1: I am trying p7zip from the command line. So far it seems to be working, albeit incredibly slow, although the file is very big. I'm trying to chop a 3.5GByte iso file into pieces of a max 1GByte in size. (with my Athlon-2800+, SuSE-9.3, on a 300GByte internal maxtor 7200rpm, and reiser file system). I used command line: oldcpu@linux: 7z a -v1g test.zip inputfile.iso Thus far it has created a 1GByte file test.zip.001 and is currently creating test.zip.002. Next, I supose, is installing the windows version of p7zip on my WinXP boot partition, so I can decompress this file. Note to myself - I need to find an option to only chop up, and not compress. ] |