From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ey-out-1920.google.com ([74.125.78.144]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1Ner9u-00046b-TZ for linux-mtd@lists.infradead.org; Tue, 09 Feb 2010 14:33:51 +0000 Received: by ey-out-1920.google.com with SMTP id 3so986803eyh.2 for ; Tue, 09 Feb 2010 06:33:45 -0800 (PST) MIME-Version: 1.0 Date: Tue, 9 Feb 2010 09:33:45 -0500 Message-ID: Subject: noatime and nodiratime for ubifs mounting From: twebb To: linux-mtd@lists.infradead.org Content-Type: text/plain; charset=ISO-8859-1 List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To minimize unnecessary writes to UBIFS, does it make sense to mount with the noatime and nodiratime flags? Some information I've read suggests that this helps minimize writes and is beneficial to flash-based filesystems. Is there any downside to using these flags? Thanks, twebb