From 2f536fe73d0a98648752b9ac6ca2d2e469afbe4e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 17 Apr 2012 10:39:29 +0200 Subject: storing ctime,mtime,atime now, mtime and atime are not set correctly everywhere yet --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4a98878..1fec2c1 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,10 @@ test: pgfuse testfsync testpgsql -rmdir mnt/dir/dir2/bfile # test fdatasync and fsync ./testfsync + # show times of dirs, files and symlinks + -stat mnt/dir/dir2/afile + -stat mnt/dir/dir3 + -stat mnt/dir/dir2/clink # show filesystem stats (statvfs) df -k mnt df -i mnt -- cgit v1.2.3-54-g00ecf