Home | History | Annotate | Line # | Download | only in pgfs
      1 $NetBSD: README,v 1.1 2011/10/12 01:05:00 yamt Exp $
      2 
      3 pgfs - a puffs file system server backed by a PostgreSQL database
      4 
      5 install:
      6 	install postgresql (tested with 9.2devel)
      7 	# make
      8 	# make install
      9 
     10 newfs:
     11 	# createdb hoge
     12 	# psql -f newfs.sql hoge
     13 
     14 mount:
     15 	# mount_pgfs -o dbname=hoge,dbuser=takashi,nconn=16 a /mnt
     16