NameDateSize

..Today9

check.sqlH A D11-Oct-20113.8 KiB

fix.sqlH A D12-Oct-20112 KiB

MakefileH A D22-Dec-2016464

mount.cH A D22-Apr-20135.4 KiB

newfs.sqlH A D11-Apr-20124 KiB

pgfs.hH A D11-Oct-20113.6 KiB

pgfs_db.cH A D11-Apr-201222.2 KiB

pgfs_db.hH A D11-Apr-20122.9 KiB

pgfs_debug.cH A D11-Oct-20111.8 KiB

pgfs_debug.hH A D11-Oct-20111.5 KiB

pgfs_puffs.cH A D18-Oct-201428.3 KiB

pgfs_subs.cH A D11-Apr-201221.5 KiB

pgfs_subs.hH A D11-Apr-20123.2 KiB

pgfs_waitq.cH A D11-Oct-20112.3 KiB

pgfs_waitq.hH A D11-Oct-20111.5 KiB

READMEH A D11-Oct-2011272

README

1$NetBSD$
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