Changes

From Amahi Wiki
Jump to: navigation, search
111 bytes added ,  14:13, 4 January 2009
*First create a new folder to mount your hda files: '''sudo mkdir /media/music'''
*We need to create a credential file to mount on startup: '''sudo nano /root/.smbcredentials'''
**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
'''sudo ln -s /etc/init.d/umountnfs.sh /etc/rc0.d/K15umountnfs.sh'''
'''sudo ln -s /etc/init.d/umountnfs.sh /etc/rc6.d/K15umountnfs.sh'''
 
= Connecting to a Server with the File Browser =
30

edits