Skip to content

Instantly share code, notes, and snippets.

@threedaymonk
Created June 7, 2012 10:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save threedaymonk/2888097 to your computer and use it in GitHub Desktop.
Save threedaymonk/2888097 to your computer and use it in GitHub Desktop.
Disable access-time logging on Raspberry Pi Debian
~ > cat /etc/fstab
proc /proc proc defaults 0 0
/dev/mmcblk0p1 /boot vfat defaults 0 0
/dev/mmcblk0p2 / ext4 defaults,noatime,nodiratime 0 0
#/dev/mmcblk0p3 none swap sw 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment