New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Need help in setting up RAID on a Oneprovider server
Hey,
So I got a server from Oneprovider, a Paris server with 2 x 1TB drive (29€) and for the life of me, I cannot figure out how to use the second HDD. It's mounted as /sdb from what I can gather, but I just don't understand how to access it. Or how would I go about setting it up as RAID 0? I know there isn't a HW Raid controller on the server.
If you didn't figure it out yet, I am not that well versed in using linux, but I do know some. Any help would be appreciated.
Comments
Show the output of df -h
Not sure how quote works on this forum, so heres a screenshot:
https://s17.postimg.org/kratnhi9r/Na_ytto_kuva_2017-12-15_kello_16.58.36.png
Here's how the drives were partitioned when I installed Ubuntu:
https://s17.postimg.org/w4xcyh30f/Na_ytto_kuva_2017-12-15_kello_17.00.28.png
It's not mounted. Also, mounting to the root partition when it's not a common path is still generally discouraged by everyone but scrubs.
Then read up on fstab, and add it to your /etc/fstab, or mount it via rc.local/etc..