Index: fs/ntfs/ntfs_vfsops.c =================================================================== RCS file: /cognet/ncvs/src/sys/fs/ntfs/ntfs_vfsops.c,v retrieving revision 1.84 diff -u -p -r1.84 ntfs_vfsops.c --- fs/ntfs/ntfs_vfsops.c 26 Sep 2006 04:12:45 -0000 1.84 +++ fs/ntfs/ntfs_vfsops.c 17 Feb 2007 01:55:46 -0000 @@ -327,10 +327,10 @@ ntfs_mountfs(devvp, mp, td) ntmp->ntm_bo = &devvp->v_bufobj; cs_local = vfs_getopts(mp->mnt_optnew, "cs_local", &error); - if (error) + if (error && error != ENOENT) goto out; cs_ntfs = vfs_getopts(mp->mnt_optnew, "cs_ntfs", &error); - if (error) + if (error && error != ENOENT) goto out; /* Copy in the 8-bit to Unicode conversion table */ /* Initialize Unicode to 8-bit table from 8toU table */