How can I use OverlayFS to “combine” multiple storage into one? Is this possible?How to combine several...
Infinitive of "мрут"
Why does getw return -1 when trying to read a character?
SSD - Disk is OK, one bad sector
Front derailleur hard to move due to gear cable angle
Anatomically Correct Carnivorous Tree
Can 'sudo apt-get remove [write]' destroy my Ubuntu?
On what legal basis did the UK remove the 'European Union' from its passport?
Word for being out at night during curfew
Can I use my laptop, which says 100-240V, in the USA?
Why was Thor doubtful about his worthiness to Mjolnir?
Can the sorting of a list be verified without comparing neighbors?
Exclude loop* snap devices from lsblk output?
How can this pool heater gas line be disconnected?
Usefulness of complex chord names?
How are Core iX names like Core i5, i7 related to Haswell, Ivy Bridge?
How do I compare the result of "1d20+x, with advantage" to "1d20+y, without advantage", assuming x < y?
Smallest Guaranteed hash collision cycle length
How could a Lich maintain the appearance of being alive without magic?
Is the schwa sound consistent?
When a land becomes a creature, is it untapped?
Reaction of borax with NaOH
What's the difference between a Bunsen burner and a gas stove?
Are there variations of the regular runtimes of the Big-O-Notation?
How to compact two the parabol commands in the following example?
How can I use OverlayFS to “combine” multiple storage into one? Is this possible?
How to combine several partitions into one virtual drive?hard disks spin up by processes / applications that simply get a list of disks? How to prevent?Can I use a read-write root filesystem disk image as an OverlayFS upperdir?How to use OverlayFS to protect the root filesystem?Arch linux install package to external mediaIs it possible to combine two ELF binaries into one?Unionfs vs Aufs vs Overlayfs vs mhddfs, which one do I useMerge changes to upper filesystem to lower filesystem in Linux Overlay (OverlayFS) mountmultiple lines into oneHow to combine 2 commands into one command?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I've been looking into using OverlayFS. I'd like to be able to combine a bunch of already formatted, already containing data, hard drives. All hard drives are formatted with ext4.
The goal is to make it so I can use all the storage as one giant location. I currently make use of MergerFS so all the files contained do not overlap anywhere. I would like to move away from MergerFS because I had some issues and OverlayFS seems to be supported in the upstream kernel itself.
But I'm not sure how to configure OverlayFS to do this, is it even possible? On first glance it seems like I can only have one writable location and the other locations are just there to provide the files they have. When I look it up online I see people suggesting to use OverlayFS as a solution to "combine" hard drives but no actual help how to do it.
linux arch-linux overlayfs
add a comment |
I've been looking into using OverlayFS. I'd like to be able to combine a bunch of already formatted, already containing data, hard drives. All hard drives are formatted with ext4.
The goal is to make it so I can use all the storage as one giant location. I currently make use of MergerFS so all the files contained do not overlap anywhere. I would like to move away from MergerFS because I had some issues and OverlayFS seems to be supported in the upstream kernel itself.
But I'm not sure how to configure OverlayFS to do this, is it even possible? On first glance it seems like I can only have one writable location and the other locations are just there to provide the files they have. When I look it up online I see people suggesting to use OverlayFS as a solution to "combine" hard drives but no actual help how to do it.
linux arch-linux overlayfs
add a comment |
I've been looking into using OverlayFS. I'd like to be able to combine a bunch of already formatted, already containing data, hard drives. All hard drives are formatted with ext4.
The goal is to make it so I can use all the storage as one giant location. I currently make use of MergerFS so all the files contained do not overlap anywhere. I would like to move away from MergerFS because I had some issues and OverlayFS seems to be supported in the upstream kernel itself.
But I'm not sure how to configure OverlayFS to do this, is it even possible? On first glance it seems like I can only have one writable location and the other locations are just there to provide the files they have. When I look it up online I see people suggesting to use OverlayFS as a solution to "combine" hard drives but no actual help how to do it.
linux arch-linux overlayfs
I've been looking into using OverlayFS. I'd like to be able to combine a bunch of already formatted, already containing data, hard drives. All hard drives are formatted with ext4.
The goal is to make it so I can use all the storage as one giant location. I currently make use of MergerFS so all the files contained do not overlap anywhere. I would like to move away from MergerFS because I had some issues and OverlayFS seems to be supported in the upstream kernel itself.
But I'm not sure how to configure OverlayFS to do this, is it even possible? On first glance it seems like I can only have one writable location and the other locations are just there to provide the files they have. When I look it up online I see people suggesting to use OverlayFS as a solution to "combine" hard drives but no actual help how to do it.
linux arch-linux overlayfs
linux arch-linux overlayfs
asked 52 mins ago
RansuDoragonRansuDoragon
315
315
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%2f518485%2fhow-can-i-use-overlayfs-to-combine-multiple-storage-into-one-is-this-possible%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%2f518485%2fhow-can-i-use-overlayfs-to-combine-multiple-storage-into-one-is-this-possible%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