From: sgeorge Date: Thu, 8 Oct 2009 06:59:47 +0000 (-0700) Subject: (no commit message) X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/d2d39136c4153d57cdc933620830464497274986 --- diff --git a/docs/how_to_implement_hammer_pseudo_file_system__40___pfs___41___slave_mirroring_from_pfs_master/index.mdwn b/docs/how_to_implement_hammer_pseudo_file_system__40___pfs___41___slave_mirroring_from_pfs_master/index.mdwn index 222193e6..c96a3cb3 100644 --- a/docs/how_to_implement_hammer_pseudo_file_system__40___pfs___41___slave_mirroring_from_pfs_master/index.mdwn +++ b/docs/how_to_implement_hammer_pseudo_file_system__40___pfs___41___slave_mirroring_from_pfs_master/index.mdwn @@ -46,7 +46,8 @@ Now mount the pfs by doing. # mount |grep test /Backup1/pfs/@@-1:00003 on /Backup1/test (null, local) -#Creating the slave pfs on Disk 2. Note that we will be using the 'shared-uuid of the master pfs so enable mirroring. +#Creating the slave pfs on Disk 2. +Note that we will be using the 'shared-uuid of the master pfs so enable mirroring. # mkdir /Backup2/pfs # hammer pfs-slave /Backup2/pfs/test shared-uuid=b793b798-b3d2-11de-9bef-011617202aa6 @@ -68,7 +69,8 @@ The slave pfs is not mounted but a symlink is created in the root hammer file sy # ls -l /Backup2/test lrwxr-xr-x 1 root wheel 17 Oct 8 12:07 /Backup2/test -> /Backup2/pfs/test -#Copying contents from pfs on Disk 1 to pfs on Disk2 to enable mirroring. the pfs will be accessible only after the first 'mirror-copy' operation. +#Copying contents from pfs on Disk 1 to pfs on Disk2 to enable mirroring. +The pfs will be accessible only after the first 'mirror-copy' operation. # touch /Backup1/test/test-file