Jump to content

Okay, so I just finished setting up a raid 0 between two 1 TB drives I have. I'm going to use it for storing non-critical or already backed up data and games, so I'm not concerned with the added risk of raid 0.

 

I partitioned it into two 500G partitions and one ~900G partition. I'm trying to mount the last one in a terminal with 'sudo mount /dev/md0p3 /media/games', but I'm getting 'wrong fs type, bad option, bad superblock on /dev/md0p3, missing codepage, or other error'.

 

'sudo mdadm --detail /dev/md0' says everything is clean.

 

What am I missing?

 

edit, the 500G partitions are NTFS, the last one that I'm trying to mount is ext4. 'sudo fdisk -l' shows all 3 partitions as /dev/md0p1-3

Build: Intel S2600gz, 2x E5-2670, EVGA SC 1070, Zotac 1060 6GB mini, 48GB Micron 1333mhz ECC DDR3, 2x Intel DPS-750XB 750 watt PSU

https://pcpartpicker.com/user/elerek/saved/3T7D4D

Link to comment
https://linustechtips.com/topic/663045-help-mounting-raid-partitions/
Share on other sites

Link to post
Share on other sites

you sure thats the right number?

 

reformat it if it doesn't have any data.

 

Also wtf are you using NTFS on md on linux. You can't acces the partition in windows, so use ext4, btrfs, or xfs.

 

Id suggest using a btrfs raid 0

Link to post
Share on other sites

The NTFS partitions are going to be passed through to windows vms.

Build: Intel S2600gz, 2x E5-2670, EVGA SC 1070, Zotac 1060 6GB mini, 48GB Micron 1333mhz ECC DDR3, 2x Intel DPS-750XB 750 watt PSU

https://pcpartpicker.com/user/elerek/saved/3T7D4D

Link to post
Share on other sites

They will have a small image for the os on an ssd, the 500G partition is for file storage for each of the 2 vms. The 900G partition will be shared between them for game storage.

Build: Intel S2600gz, 2x E5-2670, EVGA SC 1070, Zotac 1060 6GB mini, 48GB Micron 1333mhz ECC DDR3, 2x Intel DPS-750XB 750 watt PSU

https://pcpartpicker.com/user/elerek/saved/3T7D4D

Link to post
Share on other sites

1 minute ago, Elerek said:

They will have a small image for the os on an ssd, the 500G partition is for file storage for each of the 2 vms. The 900G partition will be shared between them for game storage.

Id strongly suggest against that. Id just make a samba file share or make a big image they share

 

 

WIth mounting the partition, use the fsck on ext4

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×