Hey guys,
I try to boot my rpi4 from my NAS and using this tutorial for the configuration:
Network Booting Raspbian Lite to a Raspberry Pi 4 from a Synology NAS - Upods.net
I'm struggeling on the mounting of the LE-image in the moment. When I whant to copy the content from the second part of the image (ext3) I see only the directory "lost+found":
Code
[eric@localhost ~]$ sudo losetup -f -P /home/eric/LibreELEC-RPi4.arm-9.2.6.img
[sudo] Passwort für eric:
[eric@localhost ~]$ sudo losetup -l
NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE DIO LOG-SEC
/dev/loop0
0 0 0 0 /home/eric/LibreELEC-RPi4.arm-9.2.6.img
0 512
[eric@localhost ~]$ sudo mount /dev/loop0p1 /mnt/IMG/
[eric@localhost ~]$ sudo ls /mnt/IMG/
bcm2708-rpi-b.dtb bcm2710-rpi-2-b.dtb cmdline.txt overlays
bcm2708-rpi-b-plus.dtb bcm2710-rpi-3-b.dtb config.txt start.elf
bcm2708-rpi-cm.dtb bcm2710-rpi-3-b-plus.dtb distroconfig.txt SYSTEM
bcm2708-rpi-zero.dtb bcm2710-rpi-cm3.dtb fixup.dat SYSTEM.md5
bcm2708-rpi-zero-w.dtb bcm2711-rpi-4-b.dtb kernel.img
bcm2709-rpi-2-b.dtb bootcode.bin kernel.img.md5
[eric@localhost ~]$ sudo mount /dev/loop0p2 /mnt/IMG/
[eric@localhost ~]$ sudo ls /mnt/IMG/
lost+found
Display More
I'm sure that this is some stupid mistake by myself, but I can't find it
Or is there something special about the LE-image? Could someone give a fix advice?
Thanks in advance.
BR
Eric