From 4e8d1472944f90971ee507507a1e65a52b7278e3 Mon Sep 17 00:00:00 2001 From: Sebastian Boehm Date: Tue, 13 Jun 2017 12:32:53 +0200 Subject: [PATCH] Add /tmp entry to /etc/fstab --- fstab | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fstab b/fstab index cedc6b6..ead80c8 100644 --- a/fstab +++ b/fstab @@ -5,4 +5,5 @@ # see https://cygwin.com/cygwin-ug-net/using.html#mount-table # BORG INSTALLER: moved drive mount point from /cygdrive to / -none / cygdrive binary,posix=0,user 0 0 +none / cygdrive binary,posix=0,user 0 0 +none /tmp usertemp binary,posix=0,noacl 0 0