2015年9月4日 (金曜日)

18:56:22 # Life 練習用にFUSEのファイルシステムを作ってみた。ディレクトリの一覧が見れるようにするくらいだととりあえずは動く。まぁ色々おかしいけど。

$ ls -l mountpoint/
drwxr-xr-x 2 root   root      0  1月  1  1970 .
drwxr-xr-x 3 dancer dancer 4096  9月  4 18:55 ..
-rw-r--r-- 1 root   root     22  1月  1  1970 .gitignore
-rw-r--r-- 1 root   root     75  1月  1  1970 Makefile
-rw-r--r-- 1 root   root     72  1月  1  1970 README
-rwxr-xr-x 1 root   root   1191  1月  1  1970 configure.js
-rwxr-xr-x 1 root   root   1434  1月  1  1970 gitfind.cc
-rw-r--r-- 1 root   root    503  1月  1  1970 gitfind.h
-rwxr-xr-x 1 root   root   2161  1月  1  1970 hellofs.c
l--------- 1 root   root     28  1月  1  1970 strutil.cc
l--------- 1 root   root     27  1月  1  1970 strutil.h
	
Junichi Uekawa