paavanagrawal 1 Posted December 5, 2019 Posted December 5, 2019 Hey, I am trying to setup up Emby on my Raspberry Pi 3B. I have installed Emby and have an external HDD connected to the Pi. Whenever I try add a folder, I go up to /media/pi/ and after that Emby stops reading any other folder. I have tried sudo chown emby.emby -R /location/ but still it doesn't work.
Solution paavanagrawal 1 Posted December 5, 2019 Author Solution Posted December 5, 2019 Sorry. I just figured it out. I unmounted the HDD from it default location and mounted it on another location and the Emby recognised it. For those of you who still need help. First get your drive mount path using sudo fdisk -l then type sudo umount /path_to_drive/ After that make a new directory on your Desktop and then run sudo mount /path_of_external_storage/ /homi/pi/Desktop/name_of_dir/ 1
Luke 40121 Posted December 5, 2019 Posted December 5, 2019 Hi, thanks for the feedback. Glad you sorted it out !
Midaz 3 Posted February 19, 2021 Posted February 19, 2021 On 12/5/2019 at 1:24 AM, paavanagrawal said: Sorry. I just figured it out. I unmounted the HDD from it default location and mounted it on another location and the Emby recognised it. For those of you who still need help. First get your drive mount path using sudo fdisk -l then type sudo umount /path_to_drive/ After that make a new directory on your Desktop and then run sudo mount /path_of_external_storage/ /homi/pi/Desktop/name_of_dir/ It work really fine .!! . I would like to know how to made that this happend automatically every time i turn off or reboot raspberry -- due it disappear each time disconnect external hd or when reboot Do you know how to do it automatically?
Luke 40121 Posted February 20, 2021 Posted February 20, 2021 11 hours ago, Midaz said: It work really fine .!! . I would like to know how to made that this happend automatically every time i turn off or reboot raspberry -- due it disappear each time disconnect external hd or when reboot Do you know how to do it automatically? Does this help? https://www.binarytides.com/ubuntu-automatically-mount-partition-startup/
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now