Providing Computer Help and Support to business in and around Hastings, St Leonards, Battle and Bexhill, East Sussex. Also has a few snippets of random things.

Tuesday, February 24, 2009

A large project and a puzzle

I have volunteered to help the Hastings Music Festival with their information technology systems and have the task of migrating their bespoke Access database to an online version. This is going to be a challenging project, which hopefully will reduce the administrative burden on their army of volunteers.

The other newsworthy post of today is a puzzle. One of my clients runs a linux server with Samba providing file-sharing to their network. Part of the role of this machine is to provide real-time telephone statistics via a plugin I wrote for PHP-Nuke. In order to make this system work, it needs to map a shared windows drive into the linux filesystem. The mount is set to activate at boot in fstab, yet every time the server is downed, the shared drive is not mounted. Any suggestions?

fstab snippet below (username and password blanked out)

//oak/advance /var/www/html/modules/Phone_Stats/raw smbfs password=*****,username=***** 0 0

No comments: