Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Oct 2004 13:02:44 -0700
From:      Randy Bush <randy@psg.com>
To:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   fails to mount md /tmp
Message-ID:  <16736.23268.584348.209354@ran.psg.com>

next in thread | raw e-mail | index | archive | help
i get

    # /sbin/mdmfs -s 64m -M md /tmp
    mdmfs: mdconfig (attach) exited with error code 1

kernel has /dev/md

    # grep md /sys/i386/conf/RAN
    #device         amd             # AMD 53C974 (Tekram DC-390(T))
    device          md              # Memory "disks"

but their ain't no /dev/md0

    # ls /dev/md*
    /dev/mdctl

i do have /etc/rc.conf set up the same as on systems which
mount it successfully

    # grep tmp /etc/rc.conf
    tmpmfs="YES"            # Set to YES to always create an mfs /tmp, NO to never
    tmpsize="64m"           # Size of mfs /tmp if created
    clear_tmp_enable="YES"  # Clear /tmp at startup.

randy



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