I want to put my RAID 0 array into fstab so that it’s always mounted. I am not used to systemd so I’m not sure what to mount. When I click the array in Dolphin it pops right up and works. The mount command does not show a single mount point so I’m now sure how to mount it:
/dev/md126p1 on /run/media/mooreted/34BE3FFBBE3FB3E8 type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
/dev/md126p1 on /var/run/media/mooreted/34BE3FFBBE3FB3E8 type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
I don’t know why the same drive seems to be mounted twice. Of course it could be each drive is mounted in a separate place and then the RAID is assembled, but the OS should only see one drive.
Anyway, the question is: How do I mount my RAID array through fstab?