Ubuntu 18.04 LTS, malfunction with /dev/sda2
This morning I had problems with loading of Ubuntu 18.04 LTS(which installed along windows10): during the very long boot process, my screen was blinking. After downloading windows I could download the Ubuntu without blinking and tried to figure out whether there any problems with my hard disk. I received this error on GParted window and don't know how to fix it. The error says: unable to define file system.
This is the output of cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda4 during installation
UUID=c0add185-4eb9-4dcc-96c8-f258ef0985b6 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=427C-DA3A /boot/efi vfat umask=0077 0 1
# /home was on /dev/sda7 during installation
UUID=152d6e11-9476-4d06-aca2-9e944a0352ad /home ext4 defaults 0 2
# swap was on /dev/sda6 during installation
UUID=5e421ae9-f3ab-4fda-a286-a5c5fcd56977 none swap sw 0
18.04
add a comment |
This morning I had problems with loading of Ubuntu 18.04 LTS(which installed along windows10): during the very long boot process, my screen was blinking. After downloading windows I could download the Ubuntu without blinking and tried to figure out whether there any problems with my hard disk. I received this error on GParted window and don't know how to fix it. The error says: unable to define file system.
This is the output of cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda4 during installation
UUID=c0add185-4eb9-4dcc-96c8-f258ef0985b6 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=427C-DA3A /boot/efi vfat umask=0077 0 1
# /home was on /dev/sda7 during installation
UUID=152d6e11-9476-4d06-aca2-9e944a0352ad /home ext4 defaults 0 2
# swap was on /dev/sda6 during installation
UUID=5e421ae9-f3ab-4fda-a286-a5c5fcd56977 none swap sw 0
18.04
Please edit your question and add output ofcat /etc/fstab
terminal command.
– Pilot6
Feb 17 at 7:46
add a comment |
This morning I had problems with loading of Ubuntu 18.04 LTS(which installed along windows10): during the very long boot process, my screen was blinking. After downloading windows I could download the Ubuntu without blinking and tried to figure out whether there any problems with my hard disk. I received this error on GParted window and don't know how to fix it. The error says: unable to define file system.
This is the output of cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda4 during installation
UUID=c0add185-4eb9-4dcc-96c8-f258ef0985b6 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=427C-DA3A /boot/efi vfat umask=0077 0 1
# /home was on /dev/sda7 during installation
UUID=152d6e11-9476-4d06-aca2-9e944a0352ad /home ext4 defaults 0 2
# swap was on /dev/sda6 during installation
UUID=5e421ae9-f3ab-4fda-a286-a5c5fcd56977 none swap sw 0
18.04
This morning I had problems with loading of Ubuntu 18.04 LTS(which installed along windows10): during the very long boot process, my screen was blinking. After downloading windows I could download the Ubuntu without blinking and tried to figure out whether there any problems with my hard disk. I received this error on GParted window and don't know how to fix it. The error says: unable to define file system.
This is the output of cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda4 during installation
UUID=c0add185-4eb9-4dcc-96c8-f258ef0985b6 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=427C-DA3A /boot/efi vfat umask=0077 0 1
# /home was on /dev/sda7 during installation
UUID=152d6e11-9476-4d06-aca2-9e944a0352ad /home ext4 defaults 0 2
# swap was on /dev/sda6 during installation
UUID=5e421ae9-f3ab-4fda-a286-a5c5fcd56977 none swap sw 0
18.04
18.04
edited Feb 17 at 8:22
mature
2,1304931
2,1304931
asked Feb 17 at 5:40
D.123perl456D.123perl456
11
11
Please edit your question and add output ofcat /etc/fstab
terminal command.
– Pilot6
Feb 17 at 7:46
add a comment |
Please edit your question and add output ofcat /etc/fstab
terminal command.
– Pilot6
Feb 17 at 7:46
Please edit your question and add output of
cat /etc/fstab
terminal command.– Pilot6
Feb 17 at 7:46
Please edit your question and add output of
cat /etc/fstab
terminal command.– Pilot6
Feb 17 at 7:46
add a comment |
0
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',
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%2f1118904%2fubuntu-18-04-lts-malfunction-with-dev-sda2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
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.
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%2f1118904%2fubuntu-18-04-lts-malfunction-with-dev-sda2%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
Please edit your question and add output of
cat /etc/fstab
terminal command.– Pilot6
Feb 17 at 7:46