error <general>: GetDirectory - Error getting media
#1
Hi there,

i got two external hard drives attached to my Pi. Sometimes something at the boot fucks up and certain shows are not accessible anymore and marked as complete. The logs then just tell me stuff like
Quote:2023-11-13 10:48:41.484 T:834   warning <general>: Process directory '/media/Seagate Expansion Dr/LoeschbareSerien/EXAMPLESHOW/' does not exist - skipping scan.
2023-11-13 10:48:41.499 T:823      info <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
2023-11-13 10:48:41.525 T:834      info <general>: VideoInfoScanner: Finished scan. Scanning for video info took 1887 ms
2023-11-13 10:48:42.747 T:823   warning <general>: Skin has invalid include: 
2023-11-13 10:48:43.476 T:1083     info <general>: script.skin.helper.widgets --> Backgroundservice started
2023-11-13 10:48:44.452 T:1077     info <general>: script.copacetic.helper --> Monitor started
2023-11-13 10:48:44.452 T:1077     info <general>: script.copacetic.helper --> Monitor idle
2023-11-13 10:48:44.468 T:823      info <general>: CleanDatabase: Starting videodatabase cleanup ..
2023-11-13 10:48:44.468 T:823      info <general>: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
2023-11-13 10:48:45.697 T:823     error <general>: GetDirectory - Error getting /media/Seagate Expansion Dr/LoeschbareSerien/EXAMPLESHOW/Season 1/
2023-11-13 10:48:49.506 T:823 info <general>: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
2023-11-13 10:48:51.151 T:1086 info <general>: SETTINGS: set_keyboard_layout # us
2023-11-13 10:48:51.151 T:1086 info <general>: SETTINGS: set_keyboard_layout # loadkmap < `ls -1 /usr/lib/keymaps/*/us.bmap`
2023-11-13 10:48:51.628 T:1079 info <general>: [ script.embuary.info ] Refreshing next airing database
2023-11-13 10:48:52.496 T:1086 info <general>: SETTINGS: __init__ # updateThread Started
2023-11-13 10:48:52.499 T:1086 info <general>: SETTINGS: set_auto_update # auto
2023-11-13 10:48:52.631 T:823 info <general>: UDev: Added /var/media/Seagate Expansion Dr
2023-11-13 10:48:53.855 T:1412 info <general>: SETTINGS: run # Waiting

Has anyone similar experiences? And how can i get rid of it? Dont want to manually attach my drives at every boot.
Thank you
Reply
#2
wild guess, you're using NTFS?

and LibreELEC?
Reply
#3
(2023-11-13, 16:51)izprtxqkft Wrote: wild guess, you're using NTFS?

and LibreELEC?

LibreElec yes, NTFS yes too. thats bad? Whats the alternative?
Reply
#4
(2023-11-13, 18:26)belgar1312 Wrote:
(2023-11-13, 16:51)izprtxqkft Wrote: wild guess, you're using NTFS?

and LibreELEC?

LibreElec yes, NTFS yes too. thats bad? Whats the alternative?

NTFS is for windows, support is added to Linux but it's not native and creates any number of issues when being used with Linux
therefor when having issues on Linux when using NTFS it's really not surprising

EXT4 is the recommended format for Linux (at least my recommendation) and since native it should mount sooner


i couldn't find any posts regarding late mounting of drives in LibreELEC but there are any number of threads regarding waiting for drives on startup
- https://forum.libreelec.tv/thread/13238-ext-hdd-bootup/


as EXT4 is the best solution for Linux, the LibreELEC Forum is the best solution for LibreELEC - https://forum.libreelec.tv/
Reply
#5
Thank you. I will take a look.
Reply

Logout Mark Read Team Forum Stats Members Help
error <general>: GetDirectory - Error getting media0