From b6f46e166da28e67adc0bf6f1e9a0a380434e7ce Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Thu, 22 Nov 2018 02:52:54 -0800 Subject: Checkpoint. Just access JSON directly in FUSE handlers. --- fs/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'fs/Makefile') diff --git a/fs/Makefile b/fs/Makefile index a854880..806daa8 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -28,3 +28,12 @@ hello: hello.c clean: rm -f $(TARGETS) *.o rm -rf *.dSYM + +remount: unmount mount + +unmount: + killall -9 hello || true + diskutil unmount force mnt || true + +mount: hello + ./hello -s -f mnt -- cgit v1.2.3