On Thu, May 15, 2014 at 03:35:37PM +0530, Sankar P wrote: > Hi, > > I am trying to run the generic group of tests, on an out-of-tree > filesystem http://en.wikipedia.org/wiki/Novell_Storage_Services > > I run as: > TEST_DEV=NSSVOL TEST_DIR=/media/nss/NSSVOL FSTYP=nssvol ./check -g dir 001 > > The volume NSSVOL is a logical device and not an actual device. When I > run the xfstests, I get an error: > > common/config: Error: $TEST_DEV (NSSVOL) is not a block device or a > NFS filesystem > > How do I resolve this ? Is it possible to test such logical devices ? > Also, the filesystem does not have a fsck too, if it matters. I could > not get any information about this from README. I am running xfstests > current git head. Hi Sankar, As for mkfs, you could just symlinking /bin/true, somethink like this: $ ln -s /bin/true /sbin/fsck.$FSTYP > > -- > Sankar P > http://psankar.blogspot.com > -- > To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Respectfully Azat Khuzhin -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html