2015-10-15 10:25:28 +02:00
..
2013-04-06 16:48:33 +02:00
2013-04-06 16:48:33 +02:00
2014-01-15 10:53:42 +01:00
2014-01-15 10:53:42 +01:00
2013-04-06 16:48:33 +02:00
2013-04-06 16:48:33 +02:00
2013-04-06 16:48:33 +02:00
2013-04-06 16:48:33 +02:00
2013-04-06 16:48:33 +02:00
2015-10-15 10:25:28 +02:00
2013-04-06 16:48:33 +02:00
2013-04-06 16:48:33 +02:00
2013-04-06 16:48:33 +02:00
2013-04-06 16:48:33 +02:00
2013-04-06 16:48:33 +02:00
2013-04-06 16:48:33 +02:00

$NetBSD: README,v 1.1 2011/10/12 01:05:00 yamt Exp $

pgfs - a puffs file system server backed by a PostgreSQL database

install:
	install postgresql (tested with 9.2devel)
	# make
	# make install

newfs:
	# createdb hoge
	# psql -f newfs.sql hoge

mount:
	# mount_pgfs -o dbname=hoge,dbuser=takashi,nconn=16 a /mnt