xref: /netbsd-src/share/examples/puffs/pgfs/README (revision 49413e37758aefe75effb0f891d65c98cc944d13)
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