Fresh Install Not Working

Hello, few hours ago I used the script to install a fresh seedbox on a fresh server. Before that I followed the tutuorial over at:- Hetzner server setup for quickbox Raid-0

Managed to get it to raid 0 I think. But it looks like it might have not worked.
As when I login to the Dashboard under “Your disk status” nothing is displayed. All 3 sections are empty GB
"You have used NaN% of your total disk space"

I feel I might have done something wrong when it was raid 0.

Hope to hear from someone.

Thanks

Hello @steverichard92,

What does lsblk return?

Hello @JMSolo , thanks for quick reply.
So I entered the command you mentioned.

It appears there are still 2 separate hard drives. I was planning on having 1 single hard drive partition.

Could you copy and paste the output here?

It would typically look something like this for a RAID 0 array:

Note: this particular example mounts on /home yours could be /(root) if you removed the /home partition on the imageinstall for the OS

lsblk
NAME    MAJ:MIN RM    SIZE RO TYPE  MOUNTPOINT
sda       8:0    0    2.7T  0 disk
├─sda1    8:1    0 1004.5K  0 part
├─sda2    8:2    0    9.8G  0 part
│ └─md2   9:2    0    9.8G  0 raid1 /
├─sda3    8:3    0    2.7T  0 part
│ └─md3   9:3    0    5.4T  0 raid0 /home
└─sda4    8:4    0      2G  0 part  [SWAP]
sdb       8:16   0    2.7T  0 disk
├─sdb1    8:17   0 1004.5K  0 part
├─sdb2    8:18   0    9.8G  0 part
│ └─md2   9:2    0    9.8G  0 raid1 /
├─sdb3    8:19   0    2.7T  0 part
│ └─md3   9:3    0    5.4T  0 raid0 /home
└─sdb4    8:20   0      2G  0 part  [SWAP]
NAME    MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
sda       8:0    0   2.7T               0  disk
├─sda1    8:1    0       8G         0 part
│ └─md0   9:0    0    16G          0 raid0
├─sda2    8:2    0   512M       0 part
│ └─md1   9:1    0 511.4M      0 raid1
├─sda3    8:3    0   2.7T          0 part
│ └─md2   9:2    0   5.5T          0 raid0
└─sda4    8:4    0     1M           0 part
sdb       8:16   0   2.7T             0 disk
├─sdb1    8:17   0     8G  0 part
│ └─md0   9:0    0    16G  0 raid0
├─sdb2    8:18   0   512M  0 part
│ └─md1   9:1    0 511.4M  0 raid1
├─sdb3    8:19   0   2.7T  0 part
│ └─md2   9:2    0   5.5T  0 raid0
└─sdb4    8:20   0     1M  0 part

It looks like you will need to re-run the imageinstall in rescue mode as there are no mounts assigned on either disk.

Additionally, if you are having trouble with this, you can check out our Guru Install service and one of our Gurus can install everything for you.

ouch I’m not good with these type of stuff. I will opt for Guru hopefully.

1 Like