Corrupted 7z file
I recently wanted to try out Fedora. So I transfered all my files to it via USB. Then I got frustrated with it, placed all my files in a 7z archive and then copied them back to the drive. Now, every time I try to open the archive, "an error occurred while loading the archive" Thanks for your help
[edit]
There is no password on the archive.
ls -alF file.7z
-rw-r--r-- 1 jesse jesse 2422670837 Nov 3 22:58 file.7z
7z t file.7z
7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
p7zip Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,4 CPUs)
Processing archive: jesse.7z
Error: Can not open file as archive
$ 7z l file.7z | head -15
7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18 p7zip
Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,4 CPUs)
Error: jesse.7z: Can not open file as archive
Errors: 1
archive fedora 7zip
|
show 3 more comments
I recently wanted to try out Fedora. So I transfered all my files to it via USB. Then I got frustrated with it, placed all my files in a 7z archive and then copied them back to the drive. Now, every time I try to open the archive, "an error occurred while loading the archive" Thanks for your help
[edit]
There is no password on the archive.
ls -alF file.7z
-rw-r--r-- 1 jesse jesse 2422670837 Nov 3 22:58 file.7z
7z t file.7z
7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
p7zip Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,4 CPUs)
Processing archive: jesse.7z
Error: Can not open file as archive
$ 7z l file.7z | head -15
7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18 p7zip
Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,4 CPUs)
Error: jesse.7z: Can not open file as archive
Errors: 1
archive fedora 7zip
1
Maybe pointing out the obvious, but are you sure 7z is actually installed? Although the archive manager can work with 7z files, it will only work if you install it. That isn't the case by default. So maybe your file inst corrupt at all.
– matv1
Nov 4 '13 at 11:24
Yes, I installed it right after I installed 13.10.
– KI4JGT
Nov 4 '13 at 12:44
okay, have you tried extracting it directly with 7z instead of the archive manager?
– matv1
Nov 4 '13 at 13:02
(To do that, Using the terminal just cd to the directory where your 7z archive is located and do: 7z e YourArchiveName)
– matv1
Nov 4 '13 at 13:04
Error: Can not open file as archive
– KI4JGT
Nov 4 '13 at 13:15
|
show 3 more comments
I recently wanted to try out Fedora. So I transfered all my files to it via USB. Then I got frustrated with it, placed all my files in a 7z archive and then copied them back to the drive. Now, every time I try to open the archive, "an error occurred while loading the archive" Thanks for your help
[edit]
There is no password on the archive.
ls -alF file.7z
-rw-r--r-- 1 jesse jesse 2422670837 Nov 3 22:58 file.7z
7z t file.7z
7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
p7zip Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,4 CPUs)
Processing archive: jesse.7z
Error: Can not open file as archive
$ 7z l file.7z | head -15
7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18 p7zip
Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,4 CPUs)
Error: jesse.7z: Can not open file as archive
Errors: 1
archive fedora 7zip
I recently wanted to try out Fedora. So I transfered all my files to it via USB. Then I got frustrated with it, placed all my files in a 7z archive and then copied them back to the drive. Now, every time I try to open the archive, "an error occurred while loading the archive" Thanks for your help
[edit]
There is no password on the archive.
ls -alF file.7z
-rw-r--r-- 1 jesse jesse 2422670837 Nov 3 22:58 file.7z
7z t file.7z
7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
p7zip Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,4 CPUs)
Processing archive: jesse.7z
Error: Can not open file as archive
$ 7z l file.7z | head -15
7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18 p7zip
Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,4 CPUs)
Error: jesse.7z: Can not open file as archive
Errors: 1
archive fedora 7zip
archive fedora 7zip
edited Nov 4 '13 at 21:51
KI4JGT
asked Nov 4 '13 at 9:29
KI4JGTKI4JGT
83741833
83741833
1
Maybe pointing out the obvious, but are you sure 7z is actually installed? Although the archive manager can work with 7z files, it will only work if you install it. That isn't the case by default. So maybe your file inst corrupt at all.
– matv1
Nov 4 '13 at 11:24
Yes, I installed it right after I installed 13.10.
– KI4JGT
Nov 4 '13 at 12:44
okay, have you tried extracting it directly with 7z instead of the archive manager?
– matv1
Nov 4 '13 at 13:02
(To do that, Using the terminal just cd to the directory where your 7z archive is located and do: 7z e YourArchiveName)
– matv1
Nov 4 '13 at 13:04
Error: Can not open file as archive
– KI4JGT
Nov 4 '13 at 13:15
|
show 3 more comments
1
Maybe pointing out the obvious, but are you sure 7z is actually installed? Although the archive manager can work with 7z files, it will only work if you install it. That isn't the case by default. So maybe your file inst corrupt at all.
– matv1
Nov 4 '13 at 11:24
Yes, I installed it right after I installed 13.10.
– KI4JGT
Nov 4 '13 at 12:44
okay, have you tried extracting it directly with 7z instead of the archive manager?
– matv1
Nov 4 '13 at 13:02
(To do that, Using the terminal just cd to the directory where your 7z archive is located and do: 7z e YourArchiveName)
– matv1
Nov 4 '13 at 13:04
Error: Can not open file as archive
– KI4JGT
Nov 4 '13 at 13:15
1
1
Maybe pointing out the obvious, but are you sure 7z is actually installed? Although the archive manager can work with 7z files, it will only work if you install it. That isn't the case by default. So maybe your file inst corrupt at all.
– matv1
Nov 4 '13 at 11:24
Maybe pointing out the obvious, but are you sure 7z is actually installed? Although the archive manager can work with 7z files, it will only work if you install it. That isn't the case by default. So maybe your file inst corrupt at all.
– matv1
Nov 4 '13 at 11:24
Yes, I installed it right after I installed 13.10.
– KI4JGT
Nov 4 '13 at 12:44
Yes, I installed it right after I installed 13.10.
– KI4JGT
Nov 4 '13 at 12:44
okay, have you tried extracting it directly with 7z instead of the archive manager?
– matv1
Nov 4 '13 at 13:02
okay, have you tried extracting it directly with 7z instead of the archive manager?
– matv1
Nov 4 '13 at 13:02
(To do that, Using the terminal just cd to the directory where your 7z archive is located and do: 7z e YourArchiveName)
– matv1
Nov 4 '13 at 13:04
(To do that, Using the terminal just cd to the directory where your 7z archive is located and do: 7z e YourArchiveName)
– matv1
Nov 4 '13 at 13:04
Error: Can not open file as archive
– KI4JGT
Nov 4 '13 at 13:15
Error: Can not open file as archive
– KI4JGT
Nov 4 '13 at 13:15
|
show 3 more comments
2 Answers
2
active
oldest
votes
There are two 7zip programs in the Ubuntu archives: p7zip
and p7zip-full
. Make sure p7zip-full
is installed. Reboot to make double sure.
Otherwise, try copying the archive to a Windows recognized filesystem on a pen drive or something and try it on a Windows machine with 7z installed.
If the above procedures do not work, the .7z
file is incomplete or damaged and must be redone. If you deleted your data, unfortunately, your only hope is to recover as much of the most valuable pieces as possible from the medium you got it from in the first place.
add a comment |
The error "an error occurred while loading the archive" surely means the file is corrupted. No doubt about it!
If you want to recover your data from corrupt 7z archive, you must Google some 3rd party recovery software. I can recommend you SysInfoTools Archive Recovery software here. Try its free demo version first to scan your corrupt 7z file. In demo version, you will come to know how much data will be recovered from the corrupt 7z file. To save the data, you need full version.
Try its free demo version first.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f370881%2fcorrupted-7z-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
There are two 7zip programs in the Ubuntu archives: p7zip
and p7zip-full
. Make sure p7zip-full
is installed. Reboot to make double sure.
Otherwise, try copying the archive to a Windows recognized filesystem on a pen drive or something and try it on a Windows machine with 7z installed.
If the above procedures do not work, the .7z
file is incomplete or damaged and must be redone. If you deleted your data, unfortunately, your only hope is to recover as much of the most valuable pieces as possible from the medium you got it from in the first place.
add a comment |
There are two 7zip programs in the Ubuntu archives: p7zip
and p7zip-full
. Make sure p7zip-full
is installed. Reboot to make double sure.
Otherwise, try copying the archive to a Windows recognized filesystem on a pen drive or something and try it on a Windows machine with 7z installed.
If the above procedures do not work, the .7z
file is incomplete or damaged and must be redone. If you deleted your data, unfortunately, your only hope is to recover as much of the most valuable pieces as possible from the medium you got it from in the first place.
add a comment |
There are two 7zip programs in the Ubuntu archives: p7zip
and p7zip-full
. Make sure p7zip-full
is installed. Reboot to make double sure.
Otherwise, try copying the archive to a Windows recognized filesystem on a pen drive or something and try it on a Windows machine with 7z installed.
If the above procedures do not work, the .7z
file is incomplete or damaged and must be redone. If you deleted your data, unfortunately, your only hope is to recover as much of the most valuable pieces as possible from the medium you got it from in the first place.
There are two 7zip programs in the Ubuntu archives: p7zip
and p7zip-full
. Make sure p7zip-full
is installed. Reboot to make double sure.
Otherwise, try copying the archive to a Windows recognized filesystem on a pen drive or something and try it on a Windows machine with 7z installed.
If the above procedures do not work, the .7z
file is incomplete or damaged and must be redone. If you deleted your data, unfortunately, your only hope is to recover as much of the most valuable pieces as possible from the medium you got it from in the first place.
answered Nov 4 '13 at 22:04
RichardRichard
6,14183765
6,14183765
add a comment |
add a comment |
The error "an error occurred while loading the archive" surely means the file is corrupted. No doubt about it!
If you want to recover your data from corrupt 7z archive, you must Google some 3rd party recovery software. I can recommend you SysInfoTools Archive Recovery software here. Try its free demo version first to scan your corrupt 7z file. In demo version, you will come to know how much data will be recovered from the corrupt 7z file. To save the data, you need full version.
Try its free demo version first.
add a comment |
The error "an error occurred while loading the archive" surely means the file is corrupted. No doubt about it!
If you want to recover your data from corrupt 7z archive, you must Google some 3rd party recovery software. I can recommend you SysInfoTools Archive Recovery software here. Try its free demo version first to scan your corrupt 7z file. In demo version, you will come to know how much data will be recovered from the corrupt 7z file. To save the data, you need full version.
Try its free demo version first.
add a comment |
The error "an error occurred while loading the archive" surely means the file is corrupted. No doubt about it!
If you want to recover your data from corrupt 7z archive, you must Google some 3rd party recovery software. I can recommend you SysInfoTools Archive Recovery software here. Try its free demo version first to scan your corrupt 7z file. In demo version, you will come to know how much data will be recovered from the corrupt 7z file. To save the data, you need full version.
Try its free demo version first.
The error "an error occurred while loading the archive" surely means the file is corrupted. No doubt about it!
If you want to recover your data from corrupt 7z archive, you must Google some 3rd party recovery software. I can recommend you SysInfoTools Archive Recovery software here. Try its free demo version first to scan your corrupt 7z file. In demo version, you will come to know how much data will be recovered from the corrupt 7z file. To save the data, you need full version.
Try its free demo version first.
answered Nov 23 '13 at 9:10
user218552user218552
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f370881%2fcorrupted-7z-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Maybe pointing out the obvious, but are you sure 7z is actually installed? Although the archive manager can work with 7z files, it will only work if you install it. That isn't the case by default. So maybe your file inst corrupt at all.
– matv1
Nov 4 '13 at 11:24
Yes, I installed it right after I installed 13.10.
– KI4JGT
Nov 4 '13 at 12:44
okay, have you tried extracting it directly with 7z instead of the archive manager?
– matv1
Nov 4 '13 at 13:02
(To do that, Using the terminal just cd to the directory where your 7z archive is located and do: 7z e YourArchiveName)
– matv1
Nov 4 '13 at 13:04
Error: Can not open file as archive
– KI4JGT
Nov 4 '13 at 13:15