Changes between Version 38 and Version 39 of FreeBSD11_Guide


Ignore:
Timestamp:
Apr 10, 2018, 7:22:16 PM (8 years ago)
Author:
rick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSD11_Guide

    v38 v39  
    193193
    194194You can inspect the image bij mounting as memory disk:
    195 
    196 build# mdconfig -a -t vnode -f /usr/obj/nanobsd.wleiden-hybrid/_.disk.full
    197 build# mount /dev/md0s1a /mnt
    198 build# ls /mnt
    199 build# umount /mnt
    200 build# mount /dev/md0s3 /mnt
    201 build# ls /mnt
    202 build# umount /mnt
    203 build# mdconfig -d -u 0
    204 
    205 Editing can also be done using the image script:
    206 
    207195build# $R/tools/image edit
    208196