Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile | H A D | 26-Aug-2016 | 464 | 28 | 17 | |
README | H A D | 12-Oct-2011 | 316 | 16 | 11 | |
check.sql | H A D | 12-Oct-2011 | 3.8 KiB | 111 | 82 | |
fix.sql | H A D | 12-Oct-2011 | 2 KiB | 42 | 13 | |
mount.c | H A D | 22-Apr-2013 | 5.4 KiB | 208 | 168 | |
newfs.sql | H A D | 11-Apr-2012 | 4 KiB | 106 | 52 | |
pgfs.h | H A D | 12-Oct-2011 | 3.6 KiB | 78 | 44 | |
pgfs_db.c | H A D | 11-Apr-2012 | 22.2 KiB | 1,016 | 834 | |
pgfs_db.h | H A D | 11-Apr-2012 | 2.9 KiB | 87 | 39 | |
pgfs_debug.c | H A D | 12-Oct-2011 | 1.9 KiB | 61 | 22 | |
pgfs_debug.h | H A D | 12-Oct-2011 | 1.5 KiB | 34 | 4 | |
pgfs_puffs.c | H A D | 18-Oct-2014 | 28.3 KiB | 1,255 | 1,115 | |
pgfs_subs.c | H A D | 11-Apr-2012 | 21.5 KiB | 951 | 732 | |
pgfs_subs.h | H A D | 11-Apr-2012 | 3.2 KiB | 74 | 40 | |
pgfs_waitq.c | H A D | 12-Oct-2011 | 2.4 KiB | 100 | 50 | |
pgfs_waitq.h | H A D | 12-Oct-2011 | 1.6 KiB | 35 | 5 |
README
1$NetBSD: README,v 1.1 2011/10/12 01:05:00 yamt Exp $ 2 3pgfs - a puffs file system server backed by a PostgreSQL database 4 5install: 6 install postgresql (tested with 9.2devel) 7 # make 8 # make install 9 10newfs: 11 # createdb hoge 12 # psql -f newfs.sql hoge 13 14mount: 15 # mount_pgfs -o dbname=hoge,dbuser=takashi,nconn=16 a /mnt 16