Please Help - “/dev/sda1 is mounted.” E2fsck: Cannot continue, aborting." Thanks
up vote
0
down vote
favorite
https://serving.photos.photobox.com/18156716f350a12bd31b61ca638825e809e811d642dc091097fdb48b9f5fac5062a5c74a.jpg
Here is the picture of my problem. I cannot boot my laptop and cannot log on to the ubuntu screen. I have serious problems as I have copied the wrong info on the data recovery through Test disk.
What actually happened:
1) Used testdisk and backed up 2 files. 1 file was not imoportant. Now the hard drive space is now completely full. I tried so many sources on Askubuntu and google but still no help.
2) Keep showing black screen with "_" flashing - The link that I uploaded is here.
Please help, cannot sleep until its done. Very important files including family and work is here.
Now my screen keeps blinking: https://www.youtube.com/watch?v=BN4twl0V8JQ
Thanks
boot dual-boot grub2 partitioning mount
|
show 4 more comments
up vote
0
down vote
favorite
https://serving.photos.photobox.com/18156716f350a12bd31b61ca638825e809e811d642dc091097fdb48b9f5fac5062a5c74a.jpg
Here is the picture of my problem. I cannot boot my laptop and cannot log on to the ubuntu screen. I have serious problems as I have copied the wrong info on the data recovery through Test disk.
What actually happened:
1) Used testdisk and backed up 2 files. 1 file was not imoportant. Now the hard drive space is now completely full. I tried so many sources on Askubuntu and google but still no help.
2) Keep showing black screen with "_" flashing - The link that I uploaded is here.
Please help, cannot sleep until its done. Very important files including family and work is here.
Now my screen keeps blinking: https://www.youtube.com/watch?v=BN4twl0V8JQ
Thanks
boot dual-boot grub2 partitioning mount
4
Possible duplicate of BLACK SCREEN OF DEATH PLEASE HELP**
– guiverc
Nov 28 at 13:26
1
As I've already suggested, you must unmount the partition first, but it's easier to just boot a 'live' system (such as install media) and runfsck
from there (as your live [dvd or thumb-drive] will be mounted & your disk partitions unmounted allowing fsck to proceed)
– guiverc
Nov 28 at 13:29
@guiverc How can I do this in a detailed step by step? I don't know how to unmount this. It is very confusing. I really appreaciate your time for your help.
– LifeIsATest
Nov 28 at 13:36
If you don't know how to do it (you just execute theumount
command, but the moment you do that you've lost access to thefsck
command you want to execute next, so.... [long & complicated]), which is why I suggested booting a 'live' medium (such as Ubuntu install media), as it saves loads of command, plus is far less prone to error (thus safer for your data)
– guiverc
Nov 28 at 13:42
I also found out when I wrote on the command promt "df -h" the /dev/sda1 is almost full which is very frustrating. Thank you again for your help
– LifeIsATest
Nov 28 at 13:48
|
show 4 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
https://serving.photos.photobox.com/18156716f350a12bd31b61ca638825e809e811d642dc091097fdb48b9f5fac5062a5c74a.jpg
Here is the picture of my problem. I cannot boot my laptop and cannot log on to the ubuntu screen. I have serious problems as I have copied the wrong info on the data recovery through Test disk.
What actually happened:
1) Used testdisk and backed up 2 files. 1 file was not imoportant. Now the hard drive space is now completely full. I tried so many sources on Askubuntu and google but still no help.
2) Keep showing black screen with "_" flashing - The link that I uploaded is here.
Please help, cannot sleep until its done. Very important files including family and work is here.
Now my screen keeps blinking: https://www.youtube.com/watch?v=BN4twl0V8JQ
Thanks
boot dual-boot grub2 partitioning mount
https://serving.photos.photobox.com/18156716f350a12bd31b61ca638825e809e811d642dc091097fdb48b9f5fac5062a5c74a.jpg
Here is the picture of my problem. I cannot boot my laptop and cannot log on to the ubuntu screen. I have serious problems as I have copied the wrong info on the data recovery through Test disk.
What actually happened:
1) Used testdisk and backed up 2 files. 1 file was not imoportant. Now the hard drive space is now completely full. I tried so many sources on Askubuntu and google but still no help.
2) Keep showing black screen with "_" flashing - The link that I uploaded is here.
Please help, cannot sleep until its done. Very important files including family and work is here.
Now my screen keeps blinking: https://www.youtube.com/watch?v=BN4twl0V8JQ
Thanks
boot dual-boot grub2 partitioning mount
boot dual-boot grub2 partitioning mount
asked Nov 28 at 13:23
LifeIsATest
124
124
4
Possible duplicate of BLACK SCREEN OF DEATH PLEASE HELP**
– guiverc
Nov 28 at 13:26
1
As I've already suggested, you must unmount the partition first, but it's easier to just boot a 'live' system (such as install media) and runfsck
from there (as your live [dvd or thumb-drive] will be mounted & your disk partitions unmounted allowing fsck to proceed)
– guiverc
Nov 28 at 13:29
@guiverc How can I do this in a detailed step by step? I don't know how to unmount this. It is very confusing. I really appreaciate your time for your help.
– LifeIsATest
Nov 28 at 13:36
If you don't know how to do it (you just execute theumount
command, but the moment you do that you've lost access to thefsck
command you want to execute next, so.... [long & complicated]), which is why I suggested booting a 'live' medium (such as Ubuntu install media), as it saves loads of command, plus is far less prone to error (thus safer for your data)
– guiverc
Nov 28 at 13:42
I also found out when I wrote on the command promt "df -h" the /dev/sda1 is almost full which is very frustrating. Thank you again for your help
– LifeIsATest
Nov 28 at 13:48
|
show 4 more comments
4
Possible duplicate of BLACK SCREEN OF DEATH PLEASE HELP**
– guiverc
Nov 28 at 13:26
1
As I've already suggested, you must unmount the partition first, but it's easier to just boot a 'live' system (such as install media) and runfsck
from there (as your live [dvd or thumb-drive] will be mounted & your disk partitions unmounted allowing fsck to proceed)
– guiverc
Nov 28 at 13:29
@guiverc How can I do this in a detailed step by step? I don't know how to unmount this. It is very confusing. I really appreaciate your time for your help.
– LifeIsATest
Nov 28 at 13:36
If you don't know how to do it (you just execute theumount
command, but the moment you do that you've lost access to thefsck
command you want to execute next, so.... [long & complicated]), which is why I suggested booting a 'live' medium (such as Ubuntu install media), as it saves loads of command, plus is far less prone to error (thus safer for your data)
– guiverc
Nov 28 at 13:42
I also found out when I wrote on the command promt "df -h" the /dev/sda1 is almost full which is very frustrating. Thank you again for your help
– LifeIsATest
Nov 28 at 13:48
4
4
Possible duplicate of BLACK SCREEN OF DEATH PLEASE HELP**
– guiverc
Nov 28 at 13:26
Possible duplicate of BLACK SCREEN OF DEATH PLEASE HELP**
– guiverc
Nov 28 at 13:26
1
1
As I've already suggested, you must unmount the partition first, but it's easier to just boot a 'live' system (such as install media) and run
fsck
from there (as your live [dvd or thumb-drive] will be mounted & your disk partitions unmounted allowing fsck to proceed)– guiverc
Nov 28 at 13:29
As I've already suggested, you must unmount the partition first, but it's easier to just boot a 'live' system (such as install media) and run
fsck
from there (as your live [dvd or thumb-drive] will be mounted & your disk partitions unmounted allowing fsck to proceed)– guiverc
Nov 28 at 13:29
@guiverc How can I do this in a detailed step by step? I don't know how to unmount this. It is very confusing. I really appreaciate your time for your help.
– LifeIsATest
Nov 28 at 13:36
@guiverc How can I do this in a detailed step by step? I don't know how to unmount this. It is very confusing. I really appreaciate your time for your help.
– LifeIsATest
Nov 28 at 13:36
If you don't know how to do it (you just execute the
umount
command, but the moment you do that you've lost access to the fsck
command you want to execute next, so.... [long & complicated]), which is why I suggested booting a 'live' medium (such as Ubuntu install media), as it saves loads of command, plus is far less prone to error (thus safer for your data)– guiverc
Nov 28 at 13:42
If you don't know how to do it (you just execute the
umount
command, but the moment you do that you've lost access to the fsck
command you want to execute next, so.... [long & complicated]), which is why I suggested booting a 'live' medium (such as Ubuntu install media), as it saves loads of command, plus is far less prone to error (thus safer for your data)– guiverc
Nov 28 at 13:42
I also found out when I wrote on the command promt "df -h" the /dev/sda1 is almost full which is very frustrating. Thank you again for your help
– LifeIsATest
Nov 28 at 13:48
I also found out when I wrote on the command promt "df -h" the /dev/sda1 is almost full which is very frustrating. Thank you again for your help
– LifeIsATest
Nov 28 at 13:48
|
show 4 more comments
active
oldest
votes
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',
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%2f1096804%2fplease-help-dev-sda1-is-mounted-e2fsck-cannot-continue-aborting-thanks%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1096804%2fplease-help-dev-sda1-is-mounted-e2fsck-cannot-continue-aborting-thanks%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
4
Possible duplicate of BLACK SCREEN OF DEATH PLEASE HELP**
– guiverc
Nov 28 at 13:26
1
As I've already suggested, you must unmount the partition first, but it's easier to just boot a 'live' system (such as install media) and run
fsck
from there (as your live [dvd or thumb-drive] will be mounted & your disk partitions unmounted allowing fsck to proceed)– guiverc
Nov 28 at 13:29
@guiverc How can I do this in a detailed step by step? I don't know how to unmount this. It is very confusing. I really appreaciate your time for your help.
– LifeIsATest
Nov 28 at 13:36
If you don't know how to do it (you just execute the
umount
command, but the moment you do that you've lost access to thefsck
command you want to execute next, so.... [long & complicated]), which is why I suggested booting a 'live' medium (such as Ubuntu install media), as it saves loads of command, plus is far less prone to error (thus safer for your data)– guiverc
Nov 28 at 13:42
I also found out when I wrote on the command promt "df -h" the /dev/sda1 is almost full which is very frustrating. Thank you again for your help
– LifeIsATest
Nov 28 at 13:48