/etc/fstab is mounted too late, causing some daemon failHow do I get systemd to start my ZFS mount script...
Are polynomials with the same roots identical?
Was planting UN flag on Moon ever discussed?
Can we completely replace inheritance using strategy pattern and dependency injection?
Can a human be transformed into a Mind Flayer?
What are formats in LaTeX and how to manage them?
Live action TV show where High school Kids go into the virtual world and have to clear levels
Is it safe to change the harddrive power feature so that it never turns off?
empApi with Lightning Web Components?
Why do radiation hardened IC packages often have long leads?
Write a function that checks if a string starts with or contains something
60s or 70s novel about Empire of Man making 1st contact with 1st discovered alien race
Should I put programming books I wrote a few years ago on my resume?
Do people with slow metabolism tend to gain weight (fat) if they stop exercising?
How can I make 12 tone and atonal melodies sound interesting?
bash vs. zsh: What are the practical differences?
Confused with atmospheric pressure equals plastic balloon’s inner pressure
If I leave the US through an airport, do I have to return through the same airport?
Section numbering in binary
C++ logging library
Ability To Change Root User Password (Vulnerability?)
Math cases align being colored as a table
What would be the way to say "just saying" in German? (Not the literal translation)
What aircraft was used as Air Force One for the flight between Southampton and Shannon?
How can powerful telekinesis avoid violating Newton's 3rd Law?
/etc/fstab is mounted too late, causing some daemon fail
How do I get systemd to start my ZFS mount script before doing anything else?How is /etc/fstab accessed before root is mounted?how should I mount my ext4 partition in fstabHow do I control what's mounted at Linux startup?why does systemd cryptsetup try to remount the root partition already mounted?/etc/fstab: meaning of “nofail” if “noauto” is already specified/etc/fstab mount fails when mounted by UUIDsystemd btrfs mount times outCan I mount a drive before systemd-sysv-generator runs?Reboot with faulty drive, devices names change, server does not boot
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I wrote some entries in /etc/fstab
, for example mounting on /tmp
.
It seems systemd mounts /etc/fstab
entries too late, after some daemon already started, for example Xorg.
Xorg creates .X11-unix
in /tmp
, then systemd mounts on /tmp
, so files already in /tmp
disappear. That causes some programs can't talk to X.
How to make /etc/fstab
entries mounted early? Or should I use something other than /etc/fstab
?
systemd boot fstab automounting
add a comment |
I wrote some entries in /etc/fstab
, for example mounting on /tmp
.
It seems systemd mounts /etc/fstab
entries too late, after some daemon already started, for example Xorg.
Xorg creates .X11-unix
in /tmp
, then systemd mounts on /tmp
, so files already in /tmp
disappear. That causes some programs can't talk to X.
How to make /etc/fstab
entries mounted early? Or should I use something other than /etc/fstab
?
systemd boot fstab automounting
add a comment |
I wrote some entries in /etc/fstab
, for example mounting on /tmp
.
It seems systemd mounts /etc/fstab
entries too late, after some daemon already started, for example Xorg.
Xorg creates .X11-unix
in /tmp
, then systemd mounts on /tmp
, so files already in /tmp
disappear. That causes some programs can't talk to X.
How to make /etc/fstab
entries mounted early? Or should I use something other than /etc/fstab
?
systemd boot fstab automounting
I wrote some entries in /etc/fstab
, for example mounting on /tmp
.
It seems systemd mounts /etc/fstab
entries too late, after some daemon already started, for example Xorg.
Xorg creates .X11-unix
in /tmp
, then systemd mounts on /tmp
, so files already in /tmp
disappear. That causes some programs can't talk to X.
How to make /etc/fstab
entries mounted early? Or should I use something other than /etc/fstab
?
systemd boot fstab automounting
systemd boot fstab automounting
asked 5 mins ago
Bob JohnsonBob Johnson
846
846
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f523807%2fetc-fstab-is-mounted-too-late-causing-some-daemon-fail%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 Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f523807%2fetc-fstab-is-mounted-too-late-causing-some-daemon-fail%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