Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2005 11:51:43 -0400
From:      Michael Grant <mg-fbsd3@grant.org>
To:        freebsd-stable@freebsd.org
Subject:   mdconfig
Message-ID:  <20050527155143.GC57111@grant.org>

index | next in thread | raw e-mail

I'm mounting a snapshot using mdconfig, then mount like this:

mdconfig -a -t vnode -f /home/.snap/4 -u 0
mount /dev/md0 /snapshot/home

mount (with no args) shows this:

/dev/md0 on /snapshot/home (ufs, local, read-only)

# mdconfig -l -u md0
md0     vnode   23503425 KBytes

How can I see (to verify) what file md0 is based on?  Perhaps this
should be part of the mdconfig -l output?

Furthermore, could we have that info when we run mount (with no args)
and df?  Or might that break something that depends on their output?

Michael Grant


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050527155143.GC57111>