bind in fstab not automounted
I have bougth a SSD drive, moved my system partiton to it, but I want to use my "slow" disk to store photos and videos. I have created fstab entries which work, but they are not mounted automatically. Is there a way to force them?
I am on xUbutnu 16.04 and my fstab is:
UUID=ea22f3c5-029b-42eb-8baf-3b55d0928ca7 / ext4 errors=remount-ro,barrier=0 0 1
/dev/sda2 none swap sw 0 0
/home/user/Música /home/user2/Música bind bind
/dev/sda1 /mnt/slow ext4 defaults,rw 0 0
/home/user/Imatges /mnt/slow/user/Imatges none defaults,bind 0 0
/home/user/Vídeos /mnt/slow/user/Vídeos none defaults,bind 0 0
/home/user/Baixades /mnt/slow/user/Baixades none defaults,bind 0 0
thanks
fstab
add a comment |
I have bougth a SSD drive, moved my system partiton to it, but I want to use my "slow" disk to store photos and videos. I have created fstab entries which work, but they are not mounted automatically. Is there a way to force them?
I am on xUbutnu 16.04 and my fstab is:
UUID=ea22f3c5-029b-42eb-8baf-3b55d0928ca7 / ext4 errors=remount-ro,barrier=0 0 1
/dev/sda2 none swap sw 0 0
/home/user/Música /home/user2/Música bind bind
/dev/sda1 /mnt/slow ext4 defaults,rw 0 0
/home/user/Imatges /mnt/slow/user/Imatges none defaults,bind 0 0
/home/user/Vídeos /mnt/slow/user/Vídeos none defaults,bind 0 0
/home/user/Baixades /mnt/slow/user/Baixades none defaults,bind 0 0
thanks
fstab
1
How do you know that they work? Doesmount -a
mount these? Or how can you say "it works" ? Also your third line is missing the dump and pass parameter.
– Ziazis
Jun 29 '16 at 6:44
add a comment |
I have bougth a SSD drive, moved my system partiton to it, but I want to use my "slow" disk to store photos and videos. I have created fstab entries which work, but they are not mounted automatically. Is there a way to force them?
I am on xUbutnu 16.04 and my fstab is:
UUID=ea22f3c5-029b-42eb-8baf-3b55d0928ca7 / ext4 errors=remount-ro,barrier=0 0 1
/dev/sda2 none swap sw 0 0
/home/user/Música /home/user2/Música bind bind
/dev/sda1 /mnt/slow ext4 defaults,rw 0 0
/home/user/Imatges /mnt/slow/user/Imatges none defaults,bind 0 0
/home/user/Vídeos /mnt/slow/user/Vídeos none defaults,bind 0 0
/home/user/Baixades /mnt/slow/user/Baixades none defaults,bind 0 0
thanks
fstab
I have bougth a SSD drive, moved my system partiton to it, but I want to use my "slow" disk to store photos and videos. I have created fstab entries which work, but they are not mounted automatically. Is there a way to force them?
I am on xUbutnu 16.04 and my fstab is:
UUID=ea22f3c5-029b-42eb-8baf-3b55d0928ca7 / ext4 errors=remount-ro,barrier=0 0 1
/dev/sda2 none swap sw 0 0
/home/user/Música /home/user2/Música bind bind
/dev/sda1 /mnt/slow ext4 defaults,rw 0 0
/home/user/Imatges /mnt/slow/user/Imatges none defaults,bind 0 0
/home/user/Vídeos /mnt/slow/user/Vídeos none defaults,bind 0 0
/home/user/Baixades /mnt/slow/user/Baixades none defaults,bind 0 0
thanks
fstab
fstab
edited yesterday
enboig
asked Jun 29 '16 at 6:29
enboigenboig
12
12
1
How do you know that they work? Doesmount -a
mount these? Or how can you say "it works" ? Also your third line is missing the dump and pass parameter.
– Ziazis
Jun 29 '16 at 6:44
add a comment |
1
How do you know that they work? Doesmount -a
mount these? Or how can you say "it works" ? Also your third line is missing the dump and pass parameter.
– Ziazis
Jun 29 '16 at 6:44
1
1
How do you know that they work? Does
mount -a
mount these? Or how can you say "it works" ? Also your third line is missing the dump and pass parameter.– Ziazis
Jun 29 '16 at 6:44
How do you know that they work? Does
mount -a
mount these? Or how can you say "it works" ? Also your third line is missing the dump and pass parameter.– Ziazis
Jun 29 '16 at 6:44
add a comment |
1 Answer
1
active
oldest
votes
You are right, I have mispelled the third line.
My file was wrong, I misplaced origin/destination so I was mounting an empty folder over a full folder, and I was thinking it wasn't working while it was mounting it.
Thanks for your time
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%2f792616%2fbind-in-fstab-not-automounted%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
You are right, I have mispelled the third line.
My file was wrong, I misplaced origin/destination so I was mounting an empty folder over a full folder, and I was thinking it wasn't working while it was mounting it.
Thanks for your time
add a comment |
You are right, I have mispelled the third line.
My file was wrong, I misplaced origin/destination so I was mounting an empty folder over a full folder, and I was thinking it wasn't working while it was mounting it.
Thanks for your time
add a comment |
You are right, I have mispelled the third line.
My file was wrong, I misplaced origin/destination so I was mounting an empty folder over a full folder, and I was thinking it wasn't working while it was mounting it.
Thanks for your time
You are right, I have mispelled the third line.
My file was wrong, I misplaced origin/destination so I was mounting an empty folder over a full folder, and I was thinking it wasn't working while it was mounting it.
Thanks for your time
answered Jun 29 '16 at 8:31
enboigenboig
12
12
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%2f792616%2fbind-in-fstab-not-automounted%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
How do you know that they work? Does
mount -a
mount these? Or how can you say "it works" ? Also your third line is missing the dump and pass parameter.– Ziazis
Jun 29 '16 at 6:44