Mount the three disk with three server [on hold] The 2019 Stack Overflow Developer Survey Results Are InWhere is udev getting the ID for iSCSI devices?How can I do NFSv4 UID mapping across systems with UID mismatches?Can the same ext4 disk be mounted from two hosts, one readonly?mount Linux NFS. rpc.statd is not runningPermission denied NetApp export shareCreate a GPT partition covering the free spaceIs there a way to achieve context-dependent path names (CDPN) on NFS?How to map a sata device name to a physical sata interface for RAID systemsMount nfs hangs clientHow to mount sda hard drive
How to deal with fear of taking dependencies
What are my rights when I have a Sparpreis ticket but can't board an overcrowded train?
How to manage monthly salary
Why is Grand Jury testimony secret?
Is domain driven design an anti-SQL pattern?
How are circuits which use complex ICs normally simulated?
What do hard-Brexiteers want with respect to the Irish border?
Why isn't airport relocation done gradually?
Why don't Unix/Linux systems traverse through directories until they find the required version of a linked library?
Pristine Bit Checking
Extreme, unacceptable situation and I can't attend work tomorrow morning
What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?
aging parents with no investments
Time travel alters history but people keep saying nothing's changed
Is "plugging out" electronic devices an American expression?
Can't find the latex code for the ⍎ (down tack jot) symbol
Manuscript was "unsubmitted" because the manuscript was deposited in Arxiv Preprints
How can I create a character who can assume the widest possible range of creature sizes?
Is there a name of the flying bionic bird?
How was Skylab's orbit inclination chosen?
What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?
Idiomatic way to prevent slicing?
What is the meaning of Triage in Cybersec world?
Which Sci-Fi work first showed weapon of galactic-scale mass destruction?
Mount the three disk with three server [on hold]
The 2019 Stack Overflow Developer Survey Results Are InWhere is udev getting the ID for iSCSI devices?How can I do NFSv4 UID mapping across systems with UID mismatches?Can the same ext4 disk be mounted from two hosts, one readonly?mount Linux NFS. rpc.statd is not runningPermission denied NetApp export shareCreate a GPT partition covering the free spaceIs there a way to achieve context-dependent path names (CDPN) on NFS?How to map a sata device name to a physical sata interface for RAID systemsMount nfs hangs clientHow to mount sda hard drive
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
l have Three server of storages
- server1: storage1.example.com /dev/sdb 1Go
- server2: storage2.example.com /dev/sdb 1Go
- server3: storage3.example.com /dev/sdb 1Go
/dev/sdb is free disk of 1Go
I want to know how i can share for client one disk of 3GO or how to share 1G only with make raid 5.
I think to give Ip virtual to Client but I not know how.
I think of ISCSI or NFS.
linux centos
New contributor
put on hold as unclear what you're asking by Rui F Ribeiro, Haxiel, Stephen Harris, Kiwy, nwildner yesterday
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
l have Three server of storages
- server1: storage1.example.com /dev/sdb 1Go
- server2: storage2.example.com /dev/sdb 1Go
- server3: storage3.example.com /dev/sdb 1Go
/dev/sdb is free disk of 1Go
I want to know how i can share for client one disk of 3GO or how to share 1G only with make raid 5.
I think to give Ip virtual to Client but I not know how.
I think of ISCSI or NFS.
linux centos
New contributor
put on hold as unclear what you're asking by Rui F Ribeiro, Haxiel, Stephen Harris, Kiwy, nwildner yesterday
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
l have Three server of storages
- server1: storage1.example.com /dev/sdb 1Go
- server2: storage2.example.com /dev/sdb 1Go
- server3: storage3.example.com /dev/sdb 1Go
/dev/sdb is free disk of 1Go
I want to know how i can share for client one disk of 3GO or how to share 1G only with make raid 5.
I think to give Ip virtual to Client but I not know how.
I think of ISCSI or NFS.
linux centos
New contributor
l have Three server of storages
- server1: storage1.example.com /dev/sdb 1Go
- server2: storage2.example.com /dev/sdb 1Go
- server3: storage3.example.com /dev/sdb 1Go
/dev/sdb is free disk of 1Go
I want to know how i can share for client one disk of 3GO or how to share 1G only with make raid 5.
I think to give Ip virtual to Client but I not know how.
I think of ISCSI or NFS.
linux centos
linux centos
New contributor
New contributor
edited 2 days ago
roaima
46k758124
46k758124
New contributor
asked 2 days ago
Yacine LachgarYacine Lachgar
1
1
New contributor
New contributor
put on hold as unclear what you're asking by Rui F Ribeiro, Haxiel, Stephen Harris, Kiwy, nwildner yesterday
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as unclear what you're asking by Rui F Ribeiro, Haxiel, Stephen Harris, Kiwy, nwildner yesterday
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I know of no straightforward way to do this, but I haven't considered iSCSI.
Some other strange ways
- Split each disk into two 500 GB segments and use OCFS2 to create RAID1 pairs between A1-B1, A2-C1, B2-C2. Then layer a single LVM Volume Group on the top of all of that and use the resulting space to create a single large filesystem.
- Use one the S3 filesystem implementations across all three servers, and then layer something like S3QL on the top
- Sell two of the servers and buy two 2TB disks for the remaining one
Without any additional context my personal recommendation would be the last one.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I know of no straightforward way to do this, but I haven't considered iSCSI.
Some other strange ways
- Split each disk into two 500 GB segments and use OCFS2 to create RAID1 pairs between A1-B1, A2-C1, B2-C2. Then layer a single LVM Volume Group on the top of all of that and use the resulting space to create a single large filesystem.
- Use one the S3 filesystem implementations across all three servers, and then layer something like S3QL on the top
- Sell two of the servers and buy two 2TB disks for the remaining one
Without any additional context my personal recommendation would be the last one.
add a comment |
I know of no straightforward way to do this, but I haven't considered iSCSI.
Some other strange ways
- Split each disk into two 500 GB segments and use OCFS2 to create RAID1 pairs between A1-B1, A2-C1, B2-C2. Then layer a single LVM Volume Group on the top of all of that and use the resulting space to create a single large filesystem.
- Use one the S3 filesystem implementations across all three servers, and then layer something like S3QL on the top
- Sell two of the servers and buy two 2TB disks for the remaining one
Without any additional context my personal recommendation would be the last one.
add a comment |
I know of no straightforward way to do this, but I haven't considered iSCSI.
Some other strange ways
- Split each disk into two 500 GB segments and use OCFS2 to create RAID1 pairs between A1-B1, A2-C1, B2-C2. Then layer a single LVM Volume Group on the top of all of that and use the resulting space to create a single large filesystem.
- Use one the S3 filesystem implementations across all three servers, and then layer something like S3QL on the top
- Sell two of the servers and buy two 2TB disks for the remaining one
Without any additional context my personal recommendation would be the last one.
I know of no straightforward way to do this, but I haven't considered iSCSI.
Some other strange ways
- Split each disk into two 500 GB segments and use OCFS2 to create RAID1 pairs between A1-B1, A2-C1, B2-C2. Then layer a single LVM Volume Group on the top of all of that and use the resulting space to create a single large filesystem.
- Use one the S3 filesystem implementations across all three servers, and then layer something like S3QL on the top
- Sell two of the servers and buy two 2TB disks for the remaining one
Without any additional context my personal recommendation would be the last one.
answered 2 days ago
roaimaroaima
46k758124
46k758124
add a comment |
add a comment |
-centos, linux