Hallo
Wie kann ich eine Datei mit rar rarlab Datei in diese form splitten sodass jede Datei r00, r02 ect .. hat und nicht Standard .Part01, part 02 ect..
LG
old extension based naming scheme Rar?
Re: old extension based naming scheme Rar?
Ich kenne mich mit rar nicht wirklich aus, aber sollte der Unterschied nur im Namen liegen, dann ist rename dein Freund!
Re: old extension based naming scheme Rar?
Ich gggoogle mal für Dich ....
manpage rar: http://tech-zilla.com/man_pages/r/rar.html
Darin Verweis auf /usr/share/doc/rar/rar.txt,
http://ams.cern.ch/AMS/amsexch/arch/rar/rar.txt:
manpage rar: http://tech-zilla.com/man_pages/r/rar.html
Darin Verweis auf /usr/share/doc/rar/rar.txt,
http://ams.cern.ch/AMS/amsexch/arch/rar/rar.txt:
Code: Alles auswählen
... -v<size>[k|b|f|m|M|g|G] ... By default RAR volumes have names like 'volname.partNNN.rar', where NNN is the volume number. Using -vn switch it is possible to switch to another, extension based naming scheme, where the first volume file in a multi-volume set has the extension .rar, following volumes are numbered from .r00 to .r99. ... -vn Use the old style volume naming scheme By default RAR volumes have names like 'volname.partNNN.rar', where NNN is the volume number. Using -vn switch it is possible to switch to another, extension based naming scheme, where the first volume file in a multi-volume set has the extension .rar, following volumes are numbered from .r00 to .r99. It may have sense, if you are going to unpack an archive under the plain MS DOS, which does not allow more than one dot in a file name. ...
mfg rendegast
-----------------------
Viel Eifer, viel Irrtum; weniger Eifer, weniger Irrtum; kein Eifer, kein Irrtum.
(Lin Yutang "Moment in Peking")
-----------------------
Viel Eifer, viel Irrtum; weniger Eifer, weniger Irrtum; kein Eifer, kein Irrtum.
(Lin Yutang "Moment in Peking")
Re: old extension based naming scheme Rar?
Das hab ich auch vorher versucht
es werden Trotzdem archive mit .Part01, part 02 ect.. erstellt
LG
Code: Alles auswählen
rar a -pPASSWORT -vn100000k archiv.rar /pfad/zu/den/zu/packenden/dateien/*
es werden Trotzdem archive mit .Part01, part 02 ect.. erstellt
LG
Re: old extension based naming scheme Rar?
Setze '-v100000k -vn'
Und andere Suffixe sind möglich:
Und andere Suffixe sind möglich:
Code: Alles auswählen
# rar a -vn -v1M SBIN.tsl /usr/sbin
...
# ll
total 10020
-rw-r--r-- 1 root root 1000000 Sep 8 12:31 SBIN.t00
-rw-r--r-- 1 root root 1000000 Sep 8 12:31 SBIN.t01
-rw-r--r-- 1 root root 1000000 Sep 8 12:31 SBIN.t02
-rw-r--r-- 1 root root 1000000 Sep 8 12:31 SBIN.t03
-rw-r--r-- 1 root root 1000000 Sep 8 12:31 SBIN.t04
-rw-r--r-- 1 root root 1000000 Sep 8 12:31 SBIN.t05
-rw-r--r-- 1 root root 1000000 Sep 8 12:31 SBIN.t06
-rw-r--r-- 1 root root 1000000 Sep 8 12:31 SBIN.t07
-rw-r--r-- 1 root root 1000000 Sep 8 12:31 SBIN.t08
-rw-r--r-- 1 root root 132818 Sep 8 12:31 SBIN.t09
-rw-r--r-- 1 root root 1000000 Sep 8 12:31 SBIN.tsl
mfg rendegast
-----------------------
Viel Eifer, viel Irrtum; weniger Eifer, weniger Irrtum; kein Eifer, kein Irrtum.
(Lin Yutang "Moment in Peking")
-----------------------
Viel Eifer, viel Irrtum; weniger Eifer, weniger Irrtum; kein Eifer, kein Irrtum.
(Lin Yutang "Moment in Peking")