Name
Date
Size
#Lines
LOC

..--

MakefileH A D26-Aug-2016464 2817

READMEH A D12-Oct-2011316 1611

check.sqlH A D12-Oct-20113.8 KiB11182

fix.sqlH A D12-Oct-20112 KiB4213

mount.cH A D22-Apr-20135.4 KiB208168

newfs.sqlH A D11-Apr-20124 KiB10652

pgfs.hH A D12-Oct-20113.6 KiB7844

pgfs_db.cH A D11-Apr-201222.2 KiB1,016834

pgfs_db.hH A D11-Apr-20122.9 KiB8739

pgfs_debug.cH A D12-Oct-20111.9 KiB6122

pgfs_debug.hH A D12-Oct-20111.5 KiB344

pgfs_puffs.cH A D18-Oct-201428.3 KiB1,2551,115

pgfs_subs.cH A D11-Apr-201221.5 KiB951732

pgfs_subs.hH A D11-Apr-20123.2 KiB7440

pgfs_waitq.cH A D12-Oct-20112.4 KiB10050

pgfs_waitq.hH A D12-Oct-20111.6 KiB355

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