Changes

From Amahi Wiki
Jump to: navigation, search
343 bytes added ,  19:43, 12 May 2010
no edit summary
nano /etc/fstab
* Add this line at the end(all in one line):
//server/share /var/hda/files/music cifs credentials=/root
/.smbcredentials,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
 
* It may be the case that you do not know exacly the name of the NAS server or the share name as it exports it out. To find that, you can use this from the command line:
# smbtree
* If the share name has spaces, escape them with \040 (wtf? yeah in octal \040), e.g.
 
//server/My\040Documents/My\040Music
* Finally, test your settings to make sure they work:
mount -a
Trusted, Bots, Bureaucrats, emailconfirmed, Administrators
3,789

edits