Need help with mount point/minidlna

Hi,

I try to see my medias with my minidlna server on my tv, usually it is working but after a reset, everything is like before but when I add my video, I see them in /mnt/sda1/
but my device memory is full, and I can't see them on my tv as usual.
here you can see my test with png photos, idea?
*instead to go on my usb drive, the stuffs go to my device...
thanks

/mnt/sda1# ls
Screenshot_20250212_190324.png    Screenshot_20250214_075840.png
Screenshot_20250212_195009-1.png  Screenshot_20250214_085139.png
Screenshot_20250212_195009.png    Screenshot_20250215_102801.png
Screenshot_20250212_224254.png    Screenshot_20250304_153946.png
Screenshot_20250213_103723.png    lost+found

also it is mounted as you can see

df -h
Filesystem                Size      Used Available Use% Mounted on
tmpfs                   493.6M      8.6M    485.0M   2% /tmp
overlayfs:/overlay        7.2G    199.6M      7.0G   3% /
tmpfs                   512.0K         0    512.0K   0% /dev
/dev/sda1                57.9G     24.0K     54.9G   0% /mnt/sda1

What does your minidlna config look like?

cat /etc/config/minidlna

config minidlna 'config'
        option enabled '1'
        option user 'minidlna'
        option port '8200'
        option interface 'br-lan'
        option friendly_name 'OpenWrt DLNA Server'
        option db_dir '/var/run/minidlna'
        option inotify '1'
        option enable_tivo '0'
        option wide_links '0'
        option strict_dlna '0'
        option notify_interval '900'
        option serial '12345678'
        option model_number '1'
        option root_container '.'
        list media_dir '/mnt/sda1'
        option album_art_names 'Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg'
        option uuid 'e9434cf2-89d9-4147-b065-d9e0f007d4c0'


got it, the uuid between minidlna and fstab was not the same one.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.