Hi Mathieu,
according to the snippet below, the test is performed in case
mkfs.ntfs is installed, which is part of the package ntfs-3g.
Sincerely,
Jan.
=============================================================
me@mylaptop:/usr/src/grub2-2.02~beta2/debian >more ../obj/grub-pc/ntfs_test
#!/bin/sh
set -e
if [ "x$EUID" = "x" ] ; then
EUID=`id -u`
fi
if [ "$EUID" != 0 ] ; then
exit 77
fi
if ! which mkfs.ntfs >/dev/null 2>&1; then
echo "mkfs.ntfs not installed; cannot test ntfs."
exit 77
fi
"./grub-fs-tester" ntfs
"./grub-fs-tester" ntfscomp
me@mylaptop:/usr/src/grub2-2.02~beta2/debian >
=============================================================
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1439716
Title:
ntfs_test fails on build
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1439716/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs