<p dir="ltr">If it was mounted automatically then it'll probably only be available to your user.  Try mounting manually to another place (e.g. Under /mnt) as root and symlink to that.</p>
<p dir="ltr">If you're just wanting simple ad-hoc access you might enjoy python -m SimpleHTTPServer (single threaded web server in your current directory).</p>
<p dir="ltr">/Tom</p>
<div class="gmail_quote">On 7 Jun 2015 15:32, "Chris Bell" <<a href="mailto:chrisbell@chrisbell.org.uk">chrisbell@chrisbell.org.uk</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
I am trying to provide web read access to a large USB external drive connected<br>
to my laptop via apache2 on debian jessie.<br>
The drive now appears as /media/username/drive_id/directory/ and all the<br>
relevant files are world readable.<br>
I have been able to symlink to the drive from /var/www/ on all versions up to<br>
debian wheezy, and I am still able to use apache2 running on wheezy on the<br>
same laptop.<br>
On jessie, symlinks to internal drives and directories work, but not to the<br>
external drive.<br>
Enabling access to the /directory/ in /etc/apache2/apache2.conf does not work.<br>
Connecting the USB drive followed by apache2 reload does not work.<br>
I have not found any documentation related to the change.<br>
Any suggestions welcome, thanks in advance.<br>
<br>
<br>
_______________________________________________<br>
GLLUG mailing list<br>
<a href="mailto:GLLUG@mailman.lug.org.uk">GLLUG@mailman.lug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/gllug" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/gllug</a><br>
</blockquote></div>