You should be able to label the f2fs partition like this:
mkfs.f2fs -l STORAGE /dev/sdaX
You're right. Thanks!
I did not test this on previous versions of LE.
Works on LE 9.2.8 as well.
You should be able to label the f2fs partition like this:
mkfs.f2fs -l STORAGE /dev/sdaX
You're right. Thanks!
I did not test this on previous versions of LE.
Works on LE 9.2.8 as well.
Hi,
I open this post to share my experience.
I use LE on a RPi4, on a SD card. STORAGE partition is in ext4 by default, but that fs is not the best to be used on flash devices. F2FS is better-suited.
I explain how to do this from a fresh install. Do not do this if STORAGE partition is not empty or you'll lose all data.
How I did :
* flash LE 10 image on a SD card
* use Gparted to format the STORAGE partition in F2FS (and resize it by the way)
* note the new UUID of this partition (afaik F2FS doesn't support partition name, so forget about "STORAGE" name)
* in /flash/cmdline.txt replace the UUID above in disk=UUID=whatEverUUID
* unmount properly, insert the SD card in the RPi and enjoy.
I did not test this on previous versions of LE.
Hi,
I've got the same problem on Pi4 with French DVB-T TV since I updated LE from 9 to 10.
What's the problem ?
Is there any fix planned for LE10 ?
2022-02-26 16:32:29.516 T:1466 INFO <general>: VideoPlayer::OpenFile: pvr://channels/tv/Toutes%20les%20cha%c3%aenes/pvr.hts_318671616.pvr
2022-02-26 16:32:29.517 T:10832 INFO <general>: Creating InputStream
2022-02-26 16:32:29.519 T:10832 INFO <general>: Creating Demuxer
2022-02-26 16:32:30.377 T:10832 INFO <general>: Opening stream: 1001 source: 256
2022-02-26 16:32:30.377 T:10832 WARNING <general>: OpenStream - Unsupported stream 1001. Stream disabled.
2022-02-26 16:32:30.377 T:10832 INFO <general>: Opening stream: 1002 source: 256
2022-02-26 16:32:30.377 T:10832 INFO <general>: Finding audio codec for: 86056
2022-02-26 16:32:30.378 T:10832 INFO <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder eac3
2022-02-26 16:32:30.378 T:10832 INFO <general>: Creating audio thread
2022-02-26 16:32:30.378 T:10836 INFO <general>: running thread: CVideoPlayerAudio::Process()
2022-02-26 16:32:30.378 T:10832 INFO <general>: Opening stream: 1005 source: 256
2022-02-26 16:32:30.488 T:10832 INFO <general>: Opening stream: 1001 source: 256
2022-02-26 16:32:30.489 T:10832 INFO <general>: Creating video codec with codec id: 27
2022-02-26 16:32:30.489 T:10832 INFO <general>: CDVDVideoCodecDRMPRIME::Open - using decoder V4L2 mem2mem H.264 decoder wrapper
2022-02-26 16:32:30.511 T:10832 INFO <general>: Creating video thread
2022-02-26 16:32:30.512 T:10837 INFO <general>: running thread: video_thread
2022-02-26 16:32:30.512 T:10832 INFO <general>: Opening stream: 1002 source: 256
2022-02-26 16:32:30.512 T:10832 INFO <general>: Finding audio codec for: 86056
2022-02-26 16:32:30.513 T:10832 INFO <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder eac3
2022-02-26 16:32:30.513 T:10832 INFO <general>: Closing stream player 3
2022-02-26 16:32:30.513 T:10832 INFO <general>: Opening stream: 1005 source: 256
2022-02-26 16:32:30.520 T:10836 INFO <general>: Creating audio stream (codec id: 86056, channels: 2, sample rate: 48000, no pass-through)
2022-02-26 16:32:30.522 T:1472 INFO <general>: CActiveAESink::OpenSink - initialize sink
2022-02-26 16:32:30.522 T:1472 INFO <general>: CAESinkALSA::Initialize - Attempting to open device "sysdefault:CARD=sndrpihifiberry"
2022-02-26 16:32:30.528 T:1472 INFO <general>: CAESinkALSA::Initialize - Opened device "sysdefault:CARD=sndrpihifiberry"
2022-02-26 16:32:30.528 T:1472 INFO <general>: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
2022-02-26 16:32:30.529 T:1472 INFO <general>: CAESinkALSA::InitializeHW - Using data format AE_FMT_S24NE4
2022-02-26 16:32:37.321 T:1471 WARNING <general>: ActiveAE - large audio sync error: -1742.218246
2022-02-26 16:32:37.351 T:1471 WARNING <general>: ActiveAE - large audio sync error: -1774.718305
Display More
Well that's because I activated Firewall (home mode). iptables blocks that "lsio" docker network.
Hi,
I try to use addon docker.linuxserver.webgrabplus and discovered that it had no access to internet. That would be pretty useful to download EPG...
All LSIO containers are using the docker network "lsio". There must be a problem with that network.