Posts by Klojum

    Partition Table: msdos

    I'd say that GPT is a better suited partition table.

    Create a bootable USB stick with the GParted ISO, and install the GPT partition table on the 8TB drive (all info will be wiped).

    Then create the EXT4 primary partition, and after that, you could do a full disk check since it seems to be a new drive. It can take some time, but better be safe than sorry. Also check the drive's S.M.A.R.T. error log.

    When that's all done, you're good to go with the RPi4 & LibreELEC.

    SMBv1 has been deprecated (finally) by Microsoft, because the Swiss-cheese sized security holes in the file protocol.

    SMBv2 is stricter, requires user credentials that must include a password, and network browsing has been disabled.

    Kodi still supports SMBv1, but you'll need to change the settings in the Settings / System / Services / SMB Client / Minimal Protocol version.

    When adding new sources, use the "Add network location.." option and enter all necessary credentials manually.

    Is this compatible with LibreElec?

    LibreELEC is not in the habit of infinitely supporting older/prehistoric hardware.

    If Ubuntu+Kodi works for you, then simply stick to it. Ubuntu has a larger video driver pool to choose from than LibreELEC.

    The AMD E-350 APU has had good results in certain older LE releases, but based on the number of users of such ancient graphic cards, it's simply not worth the time and effort to keep up support for such hardware.

    Most of your video formats should work on a AMD E-350, but a HEVC/h265 video will definitely stutter on your Foxconn box.

    Thanks for any ideas.

    Leave a proper debug log before you start messing around with other versions.

    We have no crystal ball to see what is/was active on your LibreELEC setup, or what hardware you even use for LibreELEC.

    Also please don't splatter your topic into someone else's forum thread.

    Just create your own thread when it is not exactly similar to another one.

    I've split your question into a new thread since it is a bit different from the thread it was placed into initially.

    First of all, a NAS is designed to run 24/7. Having it go into suspend after 30 minutes idle already is quite quick. For example, I've set the my parents' NAS to only full shutdown at midnight. The drives though do not goto sleep once the NAS is active in the afternoon. There is also the question whether "constant" spin-downs and spin-ups are doing harddrives a favor. I have my "NAS" (a pc with a bunch of drives) on 24/7, my choice, and it all works fine (knock on wood).

    The fact that it takes the NAS 10-15 seconds to respond is not Kodi's fault. I prefer myself to have some error msg in a few seconds over an eternally spinning http://wheel.Kodi/LibreELEC has a WOL feature somewhere, but I'm guessing it only works at Kodi's own boot moment (I never used it). Kodi cannot tell in advance whether HDDs in a NAS start to snore. So you may want to revise your 30-minute setting if you tend to watch something on multiple moments per day.

    on the one hand the image is choppy, it seems as playing speeds are slightly variable

    That is always the case with DVDs and CDROM discs. The rotational speed is different when the reading heads are at the outer tracks versus when they are at the inner tracks. The overall DVD throughput should be enough for USB2.0 connection. Choppy images can also come from damaged discs (error correcting that is active).

    The question is also a bit: how "big" are the choppy moments, and how often do they happen? Every second, minute?

    The other issue is that the audio track is not in sync, I need to compensate the audio in the audio settings.

    That's what the audio settings are for... If you only or mostly do DVD discs, you can make default audio/video offset changes in the advancedsettings.xml file.

    Filezilla should be fine too. Assuming the SSD will be used for storage only, the usual root folders should be created on it, so that Kodi can properly identify the individual sources types: movies, tvshows, tvrecordings, music and whatever is applicable. After that, the RPi4's Kodi sources can be pointed to those news locations, and normal operations can continue.

    I don't know which flags are currently active on the drive, but formatting the SSD should at least overwrite some of them, if not all. I know that a readonly partition can stop the formatting of a drive though. Personally I use Gparted, but in a remote ssh session your options are limited. Just use whatever works and/or is available. The disk label of a EXT4 partition can also be set in the process.

    but then would have to send send all of those multimedia content over the 50 kms over a 50 Mbit/s line (omg).

    50Mbit isn't that bad if that's the upload speed. Using rsync or zsync would be an option, you could simply start the transfers in the evening and have them ready in the morning.

    There are also Windows tools for doing EXT4 out there. On the other hand, running a Linux Live ISO such as Ubuntu can also be done from a bootable USB stick. With SMB support out of the box in Linux' File Manager, copying files is a breeze. And Kodi also has its own File Manager which supports "all" network protocols.