Hi,
So far I managed to connect my USB drive to the router:
with the following start-up command for the router:
ntfs-3g /dev/sda1 /mnt/media/ -o rw,sync
Also I've configured to share it with samba with the default template and:
[/etc/config/samba]
config samba
option 'name' 'OpenWrt'
option 'workgroup' 'WORKGROUP'
option 'description' 'OpenWrt'
option 'homes' '1'
config sambashare
option 'name' 'media'
option 'path' '/mnt/media'
option 'guest_ok' 'yes'
option 'create_mask' '0700'
option 'dir_mask' '0700'
option 'read_only' 'no'
Also my miniDLAN configuration as follows:
[/etc/config/minidlna]
config minidlna config
option 'enabled' '1'
option port '8200'
option interface 'br-lan'
option friendly_name 'DLNA Server'
option db_dir '/mnt/media/minidlna'
option log_dir '/mnt/media/minidlna/log'
option inotify '1'
option enable_tivo '0'
option strict_dlna '0'
option presentation_url 'http://192.168.1.1:8200/'
option notify_interval '60'
option serial '12345678'
option model_number '1'
option root_container '.'
list media_dir 'P,/mnt/media'
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/th...
Two issues with this:
1) the samba share is very slow, for copying is ~2300kbytes/s (my usb drive is USB3.0 compatible). OS: Windows 8.
2) the minidlna server is not showing any files, although I have Movies, Pictures and Audio in the share.
I was able to view pictures with 'P,/mnt/media/pictures', but 'V,/mnt/media/movies' were not showing up. Is it possible for minidlna to scan the whole root folder and share picture/video/audio automatically?
Attitude Adjustment 12.09
(Last edited by enoon on 5 Jul 2013, 19:36)