*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 =