Warning message

The service having id "facebook_widget" is missing, reactivate its module or save again the list of services.

file sharing

Modifying Raspberry Pi volumes shared over AFP

I needed to find a way of accessing other folders on my Raspberry Pi other than just the standard "home directory"

I edited a file "/etc/netatalk/AppleVolumes.default"

and added the line:

/var/www                "WWW"

at the very end of the file, see below:

 

# By default all users have access to their home directories.

~/                      "Home Directory"
/var/www                "WWW"
 
The folder /var/www is now available through my AFP share as 'WWW' unsurprisingly!

 

Subscribe to RSS - file sharing