Featured image of post Linux server Raid

Linux server Raid

askubuntu-973632

Unable to Mount RAID1 md0 - wrong fs type, bad option, bad superblock on /dev/md0, missing codepage or helper program, or other error


mount the volume

1
sudo mount /home/Raid6
1
sudo mount /dev/sdb* /path

View disk instructions

1
sudo blkid
1
sudo fdisk -l
1
sudo fdisk -l /dev/sd*
1
df

##Format the hard drive

1
sudo mkfs.ext4 /dev/sd*

Configure boot self-mounting

1
sudo nano /etc/fstab
1
UUID=e8d9acdd-4161-4efc-9ad1-7907e6a339a4 /path ext4 defaults 0 1

Test

1
sudo mount -a
Built with Hugo
Theme Stack designed by Jimmy