Changes

From Amahi Wiki
Jump to: navigation, search
224 bytes removed ,  03:56, 20 December 2008
Updated the solution to prevent an error on shutdown for Ubuntu
'''On my system, the shutdown halted with a cifs/ vfs error.'''
[http://ubuntuforums.org/showthreadshowpost.php?tp=293513 max4017881&postcount=44 wyley.durdenr's post] solved my problem.In a terminal: '''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'''
A recap:
 
*Download the zip in his post ( it will appear on your desktop by default under firefox)
*extract the file on your Desktop
*In a terminal :'''cd ~/Desktop'''
* '''sudo chmod +x mountcifs'''
*'''sudo cp mountcifs /etc/init.d/'''
*'''cd /etc/rc0.d'''
*'''sudo ln -s /etc/init.d/mountcifs K02mountcifs'''
*'''cd /etc/rc6.d'''
*'''sudo ln -s /etc/init.d/mountcifs K02mountcifs'''
= Connecting to a Server with the File Browser =
30

edits