Multiple network shares to single mount point?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












How would I mount multiple network shares to single mount point?



Example



//10.50.154.6/data 42T 22T 21T 51% /mnt/data6
//10.50.154.7/data 8.1T 6.2T 1.9T 77% /mnt/data7
//10.50.154.8/data 33T 29T 4.6T 87% /mnt/data8
etc


These would be mounted or bound together:
/mnt/data6, /mnt/data7, /mnt/data8 etc.. to /mnt/dataALL.



There are no directories with same name in network shares, but subdirs have identical names. So, I think there should be no conflicting over names.



What is the best practice for this kind of unified or layered configuration?







share|improve this question

















  • 2




    Have a look at UnionFS.
    – dirkt
    Jul 12 at 15:12










  • The example shows different mount-points: /mnt/data6, /mnt/data7 and /mnt/data8.
    – ctrl-alt-delor
    Jul 13 at 6:25










  • Thank you! After some time on google checking unionfs, and some other similar options. unionfs-fuse works great for ubuntu 16.04 and centos 6.1
    – Resolved
    Jul 13 at 17:37










  • @dirkt, you should rewrite your answer as an answer.
    – user2066657
    Jul 14 at 0:23










  • @user2066657: I think that standards for an answer here would demand I explain how to use UnionsFS etc., and I was too lazy for that. If you (or the asker) would like to write a more detailed answer, please do so.
    – dirkt
    Jul 14 at 7:36














up vote
1
down vote

favorite












How would I mount multiple network shares to single mount point?



Example



//10.50.154.6/data 42T 22T 21T 51% /mnt/data6
//10.50.154.7/data 8.1T 6.2T 1.9T 77% /mnt/data7
//10.50.154.8/data 33T 29T 4.6T 87% /mnt/data8
etc


These would be mounted or bound together:
/mnt/data6, /mnt/data7, /mnt/data8 etc.. to /mnt/dataALL.



There are no directories with same name in network shares, but subdirs have identical names. So, I think there should be no conflicting over names.



What is the best practice for this kind of unified or layered configuration?







share|improve this question

















  • 2




    Have a look at UnionFS.
    – dirkt
    Jul 12 at 15:12










  • The example shows different mount-points: /mnt/data6, /mnt/data7 and /mnt/data8.
    – ctrl-alt-delor
    Jul 13 at 6:25










  • Thank you! After some time on google checking unionfs, and some other similar options. unionfs-fuse works great for ubuntu 16.04 and centos 6.1
    – Resolved
    Jul 13 at 17:37










  • @dirkt, you should rewrite your answer as an answer.
    – user2066657
    Jul 14 at 0:23










  • @user2066657: I think that standards for an answer here would demand I explain how to use UnionsFS etc., and I was too lazy for that. If you (or the asker) would like to write a more detailed answer, please do so.
    – dirkt
    Jul 14 at 7:36












up vote
1
down vote

favorite









up vote
1
down vote

favorite











How would I mount multiple network shares to single mount point?



Example



//10.50.154.6/data 42T 22T 21T 51% /mnt/data6
//10.50.154.7/data 8.1T 6.2T 1.9T 77% /mnt/data7
//10.50.154.8/data 33T 29T 4.6T 87% /mnt/data8
etc


These would be mounted or bound together:
/mnt/data6, /mnt/data7, /mnt/data8 etc.. to /mnt/dataALL.



There are no directories with same name in network shares, but subdirs have identical names. So, I think there should be no conflicting over names.



What is the best practice for this kind of unified or layered configuration?







share|improve this question













How would I mount multiple network shares to single mount point?



Example



//10.50.154.6/data 42T 22T 21T 51% /mnt/data6
//10.50.154.7/data 8.1T 6.2T 1.9T 77% /mnt/data7
//10.50.154.8/data 33T 29T 4.6T 87% /mnt/data8
etc


These would be mounted or bound together:
/mnt/data6, /mnt/data7, /mnt/data8 etc.. to /mnt/dataALL.



There are no directories with same name in network shares, but subdirs have identical names. So, I think there should be no conflicting over names.



What is the best practice for this kind of unified or layered configuration?









share|improve this question












share|improve this question




share|improve this question








edited Jul 14 at 2:23









user2066657

379110




379110









asked Jul 12 at 15:07









Resolved

61




61







  • 2




    Have a look at UnionFS.
    – dirkt
    Jul 12 at 15:12










  • The example shows different mount-points: /mnt/data6, /mnt/data7 and /mnt/data8.
    – ctrl-alt-delor
    Jul 13 at 6:25










  • Thank you! After some time on google checking unionfs, and some other similar options. unionfs-fuse works great for ubuntu 16.04 and centos 6.1
    – Resolved
    Jul 13 at 17:37










  • @dirkt, you should rewrite your answer as an answer.
    – user2066657
    Jul 14 at 0:23










  • @user2066657: I think that standards for an answer here would demand I explain how to use UnionsFS etc., and I was too lazy for that. If you (or the asker) would like to write a more detailed answer, please do so.
    – dirkt
    Jul 14 at 7:36












  • 2




    Have a look at UnionFS.
    – dirkt
    Jul 12 at 15:12










  • The example shows different mount-points: /mnt/data6, /mnt/data7 and /mnt/data8.
    – ctrl-alt-delor
    Jul 13 at 6:25










  • Thank you! After some time on google checking unionfs, and some other similar options. unionfs-fuse works great for ubuntu 16.04 and centos 6.1
    – Resolved
    Jul 13 at 17:37










  • @dirkt, you should rewrite your answer as an answer.
    – user2066657
    Jul 14 at 0:23










  • @user2066657: I think that standards for an answer here would demand I explain how to use UnionsFS etc., and I was too lazy for that. If you (or the asker) would like to write a more detailed answer, please do so.
    – dirkt
    Jul 14 at 7:36







2




2




Have a look at UnionFS.
– dirkt
Jul 12 at 15:12




Have a look at UnionFS.
– dirkt
Jul 12 at 15:12












The example shows different mount-points: /mnt/data6, /mnt/data7 and /mnt/data8.
– ctrl-alt-delor
Jul 13 at 6:25




The example shows different mount-points: /mnt/data6, /mnt/data7 and /mnt/data8.
– ctrl-alt-delor
Jul 13 at 6:25












Thank you! After some time on google checking unionfs, and some other similar options. unionfs-fuse works great for ubuntu 16.04 and centos 6.1
– Resolved
Jul 13 at 17:37




Thank you! After some time on google checking unionfs, and some other similar options. unionfs-fuse works great for ubuntu 16.04 and centos 6.1
– Resolved
Jul 13 at 17:37












@dirkt, you should rewrite your answer as an answer.
– user2066657
Jul 14 at 0:23




@dirkt, you should rewrite your answer as an answer.
– user2066657
Jul 14 at 0:23












@user2066657: I think that standards for an answer here would demand I explain how to use UnionsFS etc., and I was too lazy for that. If you (or the asker) would like to write a more detailed answer, please do so.
– dirkt
Jul 14 at 7:36




@user2066657: I think that standards for an answer here would demand I explain how to use UnionsFS etc., and I was too lazy for that. If you (or the asker) would like to write a more detailed answer, please do so.
– dirkt
Jul 14 at 7:36















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',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f454926%2fmultiple-network-shares-to-single-mount-point%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f454926%2fmultiple-network-shares-to-single-mount-point%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

Peggy Mitchell

The Forum (Inglewood, California)

Palaiologos