Error message

  • Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in include_once() (line 1389 of /Library/Server/Web/Data/Sites/Documents/jonathansblog/includes/bootstrap.inc).
  • Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in require_once() (line 341 of /Library/Server/Web/Data/Sites/Documents/jonathansblog/includes/module.inc).

Warning message

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

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!

 

Add new comment

Filtered HTML

  • Allowed HTML tags: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Image CAPTCHA
Enter the characters shown in the image.