mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 05:00:14 -04: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