[Fai-commit] r4169 - trunk/lib

Thomas Lange lange at alioth.debian.org
Mon Nov 27 16:44:02 CET 2006


Author: lange
Date: 2006-11-27 16:44:02 +0100 (Mon, 27 Nov 2006)
New Revision: 4169

Modified:
   trunk/lib/mount2dir
Log:
use noatime when mounting local file systems


Modified: trunk/lib/mount2dir
===================================================================
--- trunk/lib/mount2dir	2006-11-26 15:58:43 UTC (rev 4168)
+++ trunk/lib/mount2dir	2006-11-27 15:44:02 UTC (rev 4169)
@@ -86,7 +86,7 @@
 	    fi
 	    # should we fsck the partition first?
 	    [ "$fscheck" = 1 ] && fsck -nt $fstype $device
-	    mount -t $fstype $mopt $device $target$mountpoint
+	    mount -t $fstype -o noatime $mopt $device $target$mountpoint
     esac
 done
 




More information about the Fai-commit mailing list