File Format for R-Pi 4 media centre Topic is solved
Re: File Format for R-Pi 4 media centre
it depends how you setup your disks. The disks in a JBOD array can function as their own individual volumes or can be connected or spanned, to form a single logical volume.
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
-
- Posts: 42
- Joined: Wed May 08, 2019 3:00 pm
Re: File Format for R-Pi 4 media centre
If they're spanned (RAID0) or mirrored (RAID1, at least for 2 drives) then they're not JBOD.
JBOD means they are individual disks and not connected in any way. They operate entirely independently of one another, and one failing does not affect any other drive, but the data is lost as it is equally not replicated anywhere (at least automatically).
It's arguable that if you have a JBOD array that you then combine into a spanned volume using a volume manager or suchlike that you're creating a RAID0 array anyway, and they're no longer JBOD.
JBOD means they are individual disks and not connected in any way. They operate entirely independently of one another, and one failing does not affect any other drive, but the data is lost as it is equally not replicated anywhere (at least automatically).
It's arguable that if you have a JBOD array that you then combine into a spanned volume using a volume manager or suchlike that you're creating a RAID0 array anyway, and they're no longer JBOD.
Re: File Format for R-Pi 4 media centre
Hi. Could you explain (for clumsy) the advantages and disadvantages (if any) of using external drives formatted in ext4. I am mounting a file server and plex on a Raspberry pi4. Right now I use extfat for the external disk. I never disconnect the disk from the Raspberry and the file transfer is done via samba or sftp to a PC with Windows 10 or through Android. Would it be advisable to switch to ext4? will I have performance improvements, reliability? Thanks a lot
Re: File Format for R-Pi 4 media centre
let me pull off this old post from mid of 2019 viewtopic.php?f=9&t=6030
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team