private void updateFS() {
/* Create new filesystem instance */
try {
SkyFlash flash = mote.getInterfaces().getInterfaceOfType(SkyFlash.class);
coffeeFS = new CoffeeFS(flash.m24p80);
} catch (IOException e) {
logger.fatal(e.getMessage(), e);
coffeeFS = null;
}