Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External Drive Issues #3607

Open
fss-hacks opened this issue Nov 25, 2024 · 5 comments
Open

External Drive Issues #3607

fss-hacks opened this issue Nov 25, 2024 · 5 comments

Comments

@fss-hacks
Copy link

fss-hacks commented Nov 25, 2024

Hello, I've been trying to get Filebrowser to see my external drive (which is mounted at /mnt permanently) and run off of that location.
I'm not sure why Filebrowser can't see the drive or which variables etc I need to change in order to do this.
Is it something I need to change in the environment variables, do I have to add a volume?
Thanks very much.

@jjacke13
Copy link

Hi!
Probably it has to do with the permissions under which your external drive is mounted. The user that runs filebrowser should be the same user under whom the drive is mounted. That said, if you have a headless system (no display), probably you have to take care of permissions yourself. Beware that different filesystem types require different command line options (in the mount command). If you need more help, it would be nice to know your setup and always happy to help :)

@fss-hacks
Copy link
Author

I more was referring to how to have filebrowser see the external drive. What do i modify to add the drive into Filebrowser?
How can I run filebrowser with the external drive as the only storage it uses?

@jjacke13
Copy link

jjacke13 commented Nov 25, 2024

$ filebrowser -r /mnt/your-drive-name -p port_number_here -a address_here

@fss-hacks
Copy link
Author

And that is put in the docker terminal or where is that command entered?
Sorry, total new user here

@jjacke13
Copy link

Ohh sorry for that... I didn't understand that you use docker. The command above is supposed to work if you have installed filebrowser in your system. Not if you use docker container. I suggest you check this link: https://filebrowser.org/installation . It has the specific commands for linux and for docker. My recommendation is that you should not use docker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants