Changes

From Amahi Wiki
Jump to: navigation, search
51 bytes removed ,  03:35, 20 December 2008
m
Formating
Keep in mind, this does not auto-mount so you would have to do this again each time you boot to linux. An auto-mount solution would be helpful.
'''Permanent mount:'''
Tested under Ubuntu 8.10, All the credit for this belongs to dmizer. I simply adapted to the hda. [http://ubuntuforums.org/showthread.php?t=288534 Original thread here]
In this example we will mount the hda's shared music on our desktop. It will appear as a drive.
'''sudo nano /etc/fstab'''
*Add this line at the end:
'''//hda/music /media/music cifs credentials=/root/.smbcredentials,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0**utf$''This is one line''
*Finally, test your settings to make sure they work:
'''sudo mount -a'''
30

edits