[issue1948] Hammer PFS weirdness when encrypting root
Tim Darby
t+dfbsd at timdarby.net
Fri Dec 31 08:55:20 PST 2010
Ah, of course! Thanks, Matt.Tim
On Fri, Dec 31, 2010 at 9:39 AM, Matthew Dillon (via DragonFly issue tracker) < wrote:
Matthew Dillon <dillon at apollo.backplane.com> added the comment:
:I ran into a weird issue while building an encrypted root filesystem. I
:used the script below to build the encrypted root. Right after this runs,
:"ls /mnt/usr" and "ls /mnt/var" show the expected files and directories.
: However, if I unmount root and remount it, I find that the contents of /usr
:and /var have swapped. I can easily fix it by renaming /pfs/usr to /pfs/var
:and vice versa. The script works fine on a non-encrypted root, so I'm
:wondering if it is somehow related to the mapper. I'm running 2.9.1. 176.
The issue is that you are cpdup'ing your current root onto the new
/mnt:
:cpdup -o / /mnt
And that is overwriting the PFS softlinks you created in /mnt/pfs.
I've made similar mistakes myself every so often.
-Matt
----------
status: unread -> chatting
_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue1948>
_____________________________________________________
More information about the Bugs
mailing list