Okay, its so late its early now, so Stack Exchange is my only hope for solving this. I followed the instructions listed on this blog post at pimylifeup.com to create an Owncloud webserver for myself. I am using a Raspberry Pi 2B with an external hard drive which has its own power source. When I try to access my Owncloud login page, I get an "unable to connect" message from firefox;
Firefox can't establish a connection to the server at {IP Address}.
I could access the Owncloud login page perfectly with My Mac over wifi until I did two things:
- I moved the directory to which the hard drive was mounted from
/media/usbstorageto/var. I did this thinking that if I were using the pi as a web-server anyhow, I might as well as sock all the storage where all my web files will be. - I rebooted because I don't know.
If it is the mounting problem, what do I do? I need most of that storage in the public directory. Would it be easier to somehow move the owncloud installation to the /media folder?
Anyhow, any help is much appreciated.