Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
check.sql | 12-Oct-2011 | 3.8K | |
fix.sql | 19-May-2025 | 2K | |
Makefile | 26-Aug-2016 | 464 | |
mount.c | 22-Apr-2013 | 5.4K | |
newfs.sql | 11-Apr-2012 | 4K | |
pgfs.h | 12-Oct-2011 | 3.6K | |
pgfs_db.c | 11-Apr-2012 | 22.2K | |
pgfs_db.h | 11-Apr-2012 | 2.9K | |
pgfs_debug.c | 12-Oct-2011 | 1.9K | |
pgfs_debug.h | 12-Oct-2011 | 1.5K | |
pgfs_puffs.c | 18-Oct-2014 | 28.3K | |
pgfs_subs.c | 11-Apr-2012 | 21.5K | |
pgfs_subs.h | 11-Apr-2012 | 3.2K | |
pgfs_waitq.c | 12-Oct-2011 | 2.4K | |
pgfs_waitq.h | 12-Oct-2011 | 1.6K | |
README | 12-Oct-2011 | 316 |
1 $NetBSD: README,v 1.1 2011/10/12 01:05:00 yamt Exp $ 2 3 pgfs - a puffs file system server backed by a PostgreSQL database 4 5 install: 6 install postgresql (tested with 9.2devel) 7 # make 8 # make install 9 10 newfs: 11 # createdb hoge 12 # psql -f newfs.sql hoge 13 14 mount: 15 # mount_pgfs -o dbname=hoge,dbuser=takashi,nconn=16 a /mnt 16