The output of the stat(1) command (with "%t" format sequence) should be the hex value of the filesystem; instead, it prints an asterisk (for any/all filesystems).
# uname -a Linux mybox 2.6.9-42.0.3.ELsmp #1 SMP Fri Oct 6 06:21:39 CDT 2006 i686 i686 i386 GNU/Linux # stat -f --format="%T" / ext2/ext3 # stat -f --format="%t" / * ... Dave David Featherstone Mitel Corporation 613-592-5660 x2103 _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
