1

I've installed LibreELEC 9.2.1 on my Raspberry Pi 4's SD card. For technical reasons, I need to remove the card from the Pi and read a log file using my laptop.

I've tried mounting the SD card from my Ubuntu 16.4 machine but have not been able to do so. It's as if Ubuntu fails to recognize the specific file system being used.

What type of file system is the SD card formatted with? How can I access files on it from a Windows or Ubuntu Linux machine?

urig
  • 191
  • 1
  • 1
  • 9

1 Answers1

2

It is not easy to read or modify a libreELEC installation. To be stable and have no data lost on interrupted power it uses a sophisticated read only filesystem named squashfs. And to make it more complex it is in addition compressed. Because this is a special Linux filesystem I don't see any chance to manage it from MS Windows, so you have to use your Ubuntu box. Here you can look how to decompress and unpack the libreELEC filesystem, so you can read and modify it.

Ingo
  • 42,107
  • 20
  • 85
  • 197