[DragonFlyBSD - Bug #1255] creating hammer pfs is more complicated than expected

bugtracker-admin at leaf.dragonflybsd.org bugtracker-admin at leaf.dragonflybsd.org
Thu Feb 20 07:11:53 PST 2014


Issue #1255 has been updated by tuxillo.

Description updated
Category set to manpage
Assignee set to tuxillo
Target version set to 3.8.0

Grab.

----------------------------------------
Bug #1255: creating hammer pfs is more complicated than expected
http://bugs.dragonflybsd.org/issues/1255#change-11789

* Author: corecode
* Status: In Progress
* Priority: Normal
* Assignee: tuxillo
* Category: manpage
* Target version: 3.8.0
----------------------------------------
I just tried to create a pfs, but the information given in the man page was not
sufficient.

Specifically, the correct procedure seems to be:

cd /pfs
hammer pfs-master foo
cd /
mkdir foo
echo "/pfs/foo /foo null rw 0 0" >> /etc/fstab
mount /foo

I did a
hammer pfs-master /foo
which did not yield the desired effect at all.

We either need to document what needs to be done, or add a high level command
(hammer pfs-add?) which performs all these steps.



-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account



More information about the Bugs mailing list