First time posting about this so sorry if I am not doing it right. I used to have plex setup on my linux server with Raid 1 and had it working fine. Now I am trying to get it setup in a raid 5 since I added another 4TB HDD. I have a total of 3 4TB drives now. I am a beginner with linux and am having quite a bit of trouble getting this going. Please let me know what else i need to provide.
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 3.7T 0 disk
└─sda1 8:1 0 3.7T 0 part
└─md127 9:127 0 7.3T 0 raid5
sdb 8:16 0 465.8G 0 disk
├─sdb1 8:17 0 512M 0 part /boot/efi
├─sdb2 8:18 0 401.3G 0 part /
└─sdb3 8:19 0 64G 0 part [SWAP]
sdc 8:32 0 3.7T 0 disk
└─sdc1 8:33 0 3.7T 0 part
└─md127 9:127 0 7.3T 0 raid5
sdd 8:48 0 3.7T 0 disk
└─sdd1 8:49 0 3.7T 0 part
└─md127 9:127 0 7.3T 0 raid5
sde 8:64 1 3.8G 0 disk
└─sde1 8:65 1 3.8G 0 part /media/jason/D-LIVE 9_8_
sr0 11:0 1 1024M 0 rom
every time I try to mount my md127 it says that /dev/sdc1 is already mounted or /disks/Plex busy.
I am using mount /disks/Plex
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during installation
UUID=5a3cd776-8576-4d0b-beb8-295edb291c16 / ext4 errors=remoun$
# /boot/efi was on /dev/sda1 during installation
UUID=802A-83E3 /boot/efi vfat umask=0077 0 1
# swap was on /dev/sda3 during installationUUID=a743f8b5-fb82-4336-a4ad-cf19776$
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
#/dev/md0 /mnt/md0 defaults,noatime 0 2
#Mount Plex
UUID=7272ec60-9ac0-7307-1069-e5789dbc9d94 /disks/Plex ext4 defaults,auto,rw,nof$
When I setup the server I must have plugged in the cables that way. My old raid 1 was using sda and sdc if i recall correctly. I tried to delete the previous raid 1 and setup this new one but might have messed up something.
as for deleting swap in fstab I do not remember doing that but it could have happened.
When I type those commands in i do not see anything happen.
@ChuckPa
If it would be better for me to start over I will do so. I tried before to completely format those 3 drives but kept getting an error that said they were in use.
I have not yet modified it yet but here is its current state.
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during installation
UUID=eae1b909-f918-49ed-a129-02974ac91141 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=802A-83E3 /boot/efi vfat umask=0077 0 1
# swap was on /dev/sda3 during installation
UUID=1a52461a-0b2d-4ab3-8bd0-f6a85f77036a none swap sw 0 0
last time i built my raid 1 setup i had issues while it was located at /mnt. My server would error out on reboot until i changed the location (probably had nothing to do with the /mnt)