Hi > `/bin/mount -t smbfs -o\ username=#{$user},password=#{$passwd} > //#{$host}/#{$user} /home/#{$user}/#{Netdir}` most be replased with: `/bin/mount -t smbfs -o uid=#{$user},gid=#{$user},username=#{$user},\ password=#{$passwd} //#{$host}/#{$user} /home/#{$user}/#{Netdir}`