Automatic Mount Options enabled, no bootMy new hard drive won't automount on bootMount encrypted home during boot (dm-crypt, luks)Unable to mount an LVM Hard-drive after upgradeChanged Fstab file using gnome-disks utility, now stuck in login loop
My time machine can go back farther than yours -- why?
Restore from SQL Server 2008 to 2014
How do you preserve fresh ginger?
How can I deal with my coworkers using unknown jargon and acronyms?
Do the holes in Jacquard loom punched cards represent input data or program code?
Color coding Alerts
Are these pigtails inside the panel and outside a junction box allowed?
Is there any canon reason why urban werewolves haven't destroyed vampires (or vice versa)?
Increasing ESD protection on Isolator part of the board
How to change usergroup?
A fantasy novel that takes place on a ship. There is a spy on the ship and at some point amphibious monsters catch him
Might a cast iron pan set on top of a microwave oven affect the operation?
Is it possible to trap yourself in the Nether?
Weakening g4 move
Dropping "to be" and other verbs in Latin?
Could anyone explain this 置く置かない to me please
Do fresh chilli peppers have properties that ground chilli peppers do not?
Why give an android emotions?
Pay everything now or gradually?
What is the difference between "more" and "less" commands?
Students requesting to switch partners mid term
Sending non-work emails to colleagues. Is it rude?
Aliens kill as an art form, surprised that humans don't appreciate
Can I hook up a single phase switch to an electric wood splitter?
Automatic Mount Options enabled, no boot
My new hard drive won't automount on bootMount encrypted home during boot (dm-crypt, luks)Unable to mount an LVM Hard-drive after upgradeChanged Fstab file using gnome-disks utility, now stuck in login loop
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I was trying to mount an external drive that it wasn't recognising for some reason. I then went into disk utility, found a drive I thought was that one, went into the mount options for that drive and changed the option for it to use the automatic mount options. This was not the main drive my OS is on, but probably a remnant of the previous one I had. I am currently in safe mode trying to revert that setting using the root command prompt.
The latest Ubuntu version.
I changed the first one in the Disk Utility menu, under mount options, in what I thought was the ext drive.
So basically what I need is a command to switch off automatic mount options.
/# 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 or removed. See
fstab(5).
<file system> <mount point> <type> <options> <dump>
<pass>
/boot was on /dev/sda1 during installation
UUID=9762da9f-b9f0-4a9f-9796-ab14d69b3f5f /boot
ext4 defaults 0 2
/dev/mapper/ubuntu--vg-swap_1 none swap sw 0 0
boot mount fstab disk
add a comment
|
I was trying to mount an external drive that it wasn't recognising for some reason. I then went into disk utility, found a drive I thought was that one, went into the mount options for that drive and changed the option for it to use the automatic mount options. This was not the main drive my OS is on, but probably a remnant of the previous one I had. I am currently in safe mode trying to revert that setting using the root command prompt.
The latest Ubuntu version.
I changed the first one in the Disk Utility menu, under mount options, in what I thought was the ext drive.
So basically what I need is a command to switch off automatic mount options.
/# 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 or removed. See
fstab(5).
<file system> <mount point> <type> <options> <dump>
<pass>
/boot was on /dev/sda1 during installation
UUID=9762da9f-b9f0-4a9f-9796-ab14d69b3f5f /boot
ext4 defaults 0 2
/dev/mapper/ubuntu--vg-swap_1 none swap sw 0 0
boot mount fstab disk
Can you add to your question the output ofcat /etc/fstab
?
– guillermo chamorro
Sep 20 at 18:54
Added full fstab content
– Woop
Sep 21 at 7:37
Your fstab is wrecked; to provide advice as to how to fix it, information about the UUIDs of your partitions is required. To provide that, edit your question and provide the output ofsudo blkid
. If your partition setup is complicated, further information may be needed.
– Organic Marble
Sep 21 at 14:19
Thank you for your replies chaps, I edited the fstab and it worked.
– Woop
Sep 23 at 9:45
add a comment
|
I was trying to mount an external drive that it wasn't recognising for some reason. I then went into disk utility, found a drive I thought was that one, went into the mount options for that drive and changed the option for it to use the automatic mount options. This was not the main drive my OS is on, but probably a remnant of the previous one I had. I am currently in safe mode trying to revert that setting using the root command prompt.
The latest Ubuntu version.
I changed the first one in the Disk Utility menu, under mount options, in what I thought was the ext drive.
So basically what I need is a command to switch off automatic mount options.
/# 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 or removed. See
fstab(5).
<file system> <mount point> <type> <options> <dump>
<pass>
/boot was on /dev/sda1 during installation
UUID=9762da9f-b9f0-4a9f-9796-ab14d69b3f5f /boot
ext4 defaults 0 2
/dev/mapper/ubuntu--vg-swap_1 none swap sw 0 0
boot mount fstab disk
I was trying to mount an external drive that it wasn't recognising for some reason. I then went into disk utility, found a drive I thought was that one, went into the mount options for that drive and changed the option for it to use the automatic mount options. This was not the main drive my OS is on, but probably a remnant of the previous one I had. I am currently in safe mode trying to revert that setting using the root command prompt.
The latest Ubuntu version.
I changed the first one in the Disk Utility menu, under mount options, in what I thought was the ext drive.
So basically what I need is a command to switch off automatic mount options.
/# 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 or removed. See
fstab(5).
<file system> <mount point> <type> <options> <dump>
<pass>
/boot was on /dev/sda1 during installation
UUID=9762da9f-b9f0-4a9f-9796-ab14d69b3f5f /boot
ext4 defaults 0 2
/dev/mapper/ubuntu--vg-swap_1 none swap sw 0 0
boot mount fstab disk
boot mount fstab disk
edited Sep 21 at 7:37
Woop
asked Sep 20 at 18:34
WoopWoop
213 bronze badges
213 bronze badges
Can you add to your question the output ofcat /etc/fstab
?
– guillermo chamorro
Sep 20 at 18:54
Added full fstab content
– Woop
Sep 21 at 7:37
Your fstab is wrecked; to provide advice as to how to fix it, information about the UUIDs of your partitions is required. To provide that, edit your question and provide the output ofsudo blkid
. If your partition setup is complicated, further information may be needed.
– Organic Marble
Sep 21 at 14:19
Thank you for your replies chaps, I edited the fstab and it worked.
– Woop
Sep 23 at 9:45
add a comment
|
Can you add to your question the output ofcat /etc/fstab
?
– guillermo chamorro
Sep 20 at 18:54
Added full fstab content
– Woop
Sep 21 at 7:37
Your fstab is wrecked; to provide advice as to how to fix it, information about the UUIDs of your partitions is required. To provide that, edit your question and provide the output ofsudo blkid
. If your partition setup is complicated, further information may be needed.
– Organic Marble
Sep 21 at 14:19
Thank you for your replies chaps, I edited the fstab and it worked.
– Woop
Sep 23 at 9:45
Can you add to your question the output of
cat /etc/fstab
?– guillermo chamorro
Sep 20 at 18:54
Can you add to your question the output of
cat /etc/fstab
?– guillermo chamorro
Sep 20 at 18:54
Added full fstab content
– Woop
Sep 21 at 7:37
Added full fstab content
– Woop
Sep 21 at 7:37
Your fstab is wrecked; to provide advice as to how to fix it, information about the UUIDs of your partitions is required. To provide that, edit your question and provide the output of
sudo blkid
. If your partition setup is complicated, further information may be needed.– Organic Marble
Sep 21 at 14:19
Your fstab is wrecked; to provide advice as to how to fix it, information about the UUIDs of your partitions is required. To provide that, edit your question and provide the output of
sudo blkid
. If your partition setup is complicated, further information may be needed.– Organic Marble
Sep 21 at 14:19
Thank you for your replies chaps, I edited the fstab and it worked.
– Woop
Sep 23 at 9:45
Thank you for your replies chaps, I edited the fstab and it worked.
– Woop
Sep 23 at 9:45
add a comment
|
1 Answer
1
active
oldest
votes
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/ubuntu--vg-root / ext4 noatime,errors=remount-ro 0 1
UUID=9762da9f-b9f0-4a9f-9796-ab14d69b3f5f /boot ext4 defaults,noatime 0 2
/dev/mapper/ubuntu--vg-swap_1 none swap sw 0 0
Edited the fstab file to the above and it worked.
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/4.0/"u003ecc by-sa 4.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%2f1175548%2fautomatic-mount-options-enabled-no-boot%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/ubuntu--vg-root / ext4 noatime,errors=remount-ro 0 1
UUID=9762da9f-b9f0-4a9f-9796-ab14d69b3f5f /boot ext4 defaults,noatime 0 2
/dev/mapper/ubuntu--vg-swap_1 none swap sw 0 0
Edited the fstab file to the above and it worked.
add a comment
|
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/ubuntu--vg-root / ext4 noatime,errors=remount-ro 0 1
UUID=9762da9f-b9f0-4a9f-9796-ab14d69b3f5f /boot ext4 defaults,noatime 0 2
/dev/mapper/ubuntu--vg-swap_1 none swap sw 0 0
Edited the fstab file to the above and it worked.
add a comment
|
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/ubuntu--vg-root / ext4 noatime,errors=remount-ro 0 1
UUID=9762da9f-b9f0-4a9f-9796-ab14d69b3f5f /boot ext4 defaults,noatime 0 2
/dev/mapper/ubuntu--vg-swap_1 none swap sw 0 0
Edited the fstab file to the above and it worked.
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/ubuntu--vg-root / ext4 noatime,errors=remount-ro 0 1
UUID=9762da9f-b9f0-4a9f-9796-ab14d69b3f5f /boot ext4 defaults,noatime 0 2
/dev/mapper/ubuntu--vg-swap_1 none swap sw 0 0
Edited the fstab file to the above and it worked.
answered Sep 23 at 9:44
WoopWoop
213 bronze badges
213 bronze badges
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%2f1175548%2fautomatic-mount-options-enabled-no-boot%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
Can you add to your question the output of
cat /etc/fstab
?– guillermo chamorro
Sep 20 at 18:54
Added full fstab content
– Woop
Sep 21 at 7:37
Your fstab is wrecked; to provide advice as to how to fix it, information about the UUIDs of your partitions is required. To provide that, edit your question and provide the output of
sudo blkid
. If your partition setup is complicated, further information may be needed.– Organic Marble
Sep 21 at 14:19
Thank you for your replies chaps, I edited the fstab and it worked.
– Woop
Sep 23 at 9:45