Hi,
One of the XFS QA SUITE, cmd/xfstests/032 reports an error on my machine
as follows:
# ./check 032
make: Nothing to be done for `default'.
032 - output mismatch (see 032.out.bad)
2a3,13
> mkfs.xfs: /dev/sda13 appears to contain an existing filesystem (bfs).
> mkfs.xfs: Use the -f option to force overwrite
> mkfs.xfs: /dev/sda13 appears to contain an existing filesystem (ext2).
> mkfs.xfs: Use the -f option to force overwrite
> Failed - overwrote fs type jfs!
> mkfs.xfs: /dev/sda13 appears to contain an existing filesystem (minix).
> mkfs.xfs: Use the -f option to force overwrite
> mkfs.xfs: /dev/sda13 appears to contain an existing filesystem (vfat).
> mkfs.xfs: Use the -f option to force overwrite
> mkfs.xfs: /dev/sda13 appears to contain an existing filesystem (xfs).
> mkfs.xfs: Use the -f option to force overwrite
Failures: 032
Failed 1 of 1 tests
I checked cmd/xfsprogs/mkfs/mountinfo.c, and I guess this may be caused
by
fstype() which does not check whether the file system is jfs or not.
Any sugestions?
Thanks in advance,
Takayuki Sasaki
|