srbFileSystem = FileFactory.newFileSystem( new SRBAccount(host, port, user, pwd, home, domain, defRes, mcatZone));
*/
//SRBAccount account = SRBAccounts.getAccount(host, port);
SRBAccount account = buildSRBAccount(rootName, opts);
srbFileSystem = new SRBFileSystem(account);//FileFactory.newFileSystem(account);
//attribs.put(HOME_DIRECTORY, account.getHomeDirectory());
//attribs.put(SRB_FILESYSTEM, srbFileSystem);
attribs.put(SRB_ACCOUNT, account);
log.debug("Constructor: Created new" +