View Full Version : Simple and nice package for split and join large file
mfaridi
September 13th, 2009, 11:41
I use FreeBSD 7.2 and I want nice and simple package for split and join large file
I want split large file with this packages and go to windows and use winrar or 7zip for join them
ale
September 13th, 2009, 11:47
You can use split.
Then on dos system you only need the copy command to concatenate the splitted parts.
Or you can create volumes using rar or 7z. You can read the respective man pages.
Beastie
September 13th, 2009, 12:59
One little precision: on the Windows Command Prompt, don't forget to use the /b switch to enable binary copy, e.g. copy /b part_1+part_2+part_n end_file, or something like that.
mfaridi
September 14th, 2009, 07:06
Can we find another packages for this work ?
mgp
September 14th, 2009, 07:20
Hi,
there is a port of 7zip for UNIX
archivers/p7zip
you could use it to split/archive files under FreeBSD
and then use the windows version of 7zip to restore under windows
good luck
ale
September 14th, 2009, 07:26
Hi,
there is a port of 7zip for UNIX
archivers/p7zip
you could use it to split/archive files under FreeBSD
and then use the windows version of 7zip to restore under windows
It seems he doesn't like it.
mfaridi
September 14th, 2009, 08:16
How I use p7zip for split files and join them I can not find good guide in man and --help ?
ale
September 14th, 2009, 09:02
man 7za and search volumes
mfaridi
September 14th, 2009, 10:20
I use this command for make 7zip file and make 100MB of file but it make for me only one 7zip file , where I make mistake
7za a -t7z -m0=lzma -mx=9 -mfb=64 -md=100m -ms=on archive.7z tttt.AVI
ale
September 14th, 2009, 10:58
Where in the command you posted are you asking 7z to create 100MB volumes ?
I don't have 7z at the moment.
Try man 7za, then type "/volumes" (without quotes) and look at the option one or few lines above.
mfaridi
September 15th, 2009, 06:48
Where in the command you posted are you asking 7z to create 100MB volumes ?
I don't have 7z at the moment.
Try man 7za, then type "/volumes" (without quotes) and look at the option one or few lines above.
but it dose not give good information
ale
September 15th, 2009, 09:11
What information do you expect/need more than what is in the man page?
fonz
September 16th, 2009, 14:55
but it dose not give good information
Another port you might like is zip. Just type zip -s 100m archive.zip tttt.AVI and you should get files called archive.z01, archive.z02, ..., archive.zip which a decent Windows zipper should be able to unzip again.
Hope this helps,
Alphons
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.