Cool. First thing we need to do because of how Ubuntu is about anything in /media is move them out from there.
How about we create `/corkasi’ as the new parent directory and go from there?
If you agree, here’s what to do. If not, just change what you want… The procedure is the same
- Unmount (eject) each drive in the graphical file browser / manager
- Open up a new Terminal window (we’re going to need to do a few things). In that window
sudo sh #enter the password and get the prompt
First we make a place to put the drives when the system starts
mkdir /corkasi /corkasi/Corftio /corkasi/Aseipso /corkasi/Blucsi
chmod -R /755 /corkasi
chown -R _type_your_Linux_username_here_ /corkasi
Now we’re ready to actually place them there
gedit /etc/fstab &
scroll to the bottom of the file and add these three lines (Copy / paste)
/dev/sdb1 /corkasi/Aseipso ext4 defaults,auto 1 3
/dev/sdc1 /corkasi/Blucsi ext4 defaults,auto 1 3
/dev/sdd1 /corkasi/Croftio ext4 defaults,auto 1 3
Save the file (Save button in the upper right)
go back to the Terminal window (keep the editor window open… just move it out of the way)
mount /corkasi/Aseipso
mount /corkasi/Blucsi
mount /corkasi/Croftio
If you have any say “Wrong FS-type” then they aren’t ext4 this is where you look at which disk is complaining and see what format it is with tune2fs -l /dev/sd?? (change the ?? to be b1, c1 or `d1 as needed) and It will tell you what it is.
If everything is ok… You may close the editor
Let’s set the Linux file permissions and verify ownership so you can enjoy Plex
cd /corkasi
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
chown -R _your_Linux_username_here .
Time to open Plex, add browse to those disks and add them to a library