Changes

From Amahi Wiki
Jump to: navigation, search
63 bytes removed ,  18:24, 2 August 2009
no edit summary
== Store you HDA shares on a NAS ==
I like to keep my mass storage on a NAS, but I want the stock shares on my HDA to work as designed. the following is my method for mounting my NAS share as my "/var/hda/files" directory. I chose that spot for convenience but you can put it anywhere you would like. I used the "Connecting to a Server by Mounting your HDA"as a template so the credit has to go to it's author. Here we go...
* We need to create a credential file to mount on startup: sudo nano /root/.smbcredentials
o *Add the following lines: (You must change hda_username and hda_password to the correct user name and password for the hda to connect to):
username=hda_username
password=hda_password
13

edits