NameDateSize

..Today99

check.sqlH A D12-Oct-20113.8 KiB

fix.sqlH A D19-May-20252 KiB

MakefileH A D26-Aug-2016464

mount.cH A D22-Apr-20135.4 KiB

newfs.sqlH A D11-Apr-20124 KiB

pgfs.hH A D12-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 D12-Oct-20111.9 KiB

pgfs_debug.hH A D12-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 D12-Oct-20112.4 KiB

pgfs_waitq.hH A D12-Oct-20111.6 KiB

READMEH A D12-Oct-2011316

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