Date: Tue, 11 Mar 2003 08:36:45 -0000 From: "Glenn Todd" <g.todd@internet.co.nz> To: <freebsd-questions@FreeBSD.ORG> Subject: Help deleted /dev/ad0s2 tree Message-ID: <20030311083647.19DDA43F93@mx1.FreeBSD.org>
next in thread | raw e-mail | index | archive | help
Foolishly I deleted my /dev/ad0s2a tree. However, I tried the following in an attempt to recreated but I am getting stumped at the end of the process. Booted the system in single user mode, then created a read/writable file system with: mount_mfs -T minimum -s 131072 /dev/null /tmp cd to /tmp and cp MAKEDEV from the read only /dev.MAKEDEV created a device node with: /MAKEDEV ad0s2a (note this created the whole tree in tmp) attempted to mount this with the command mount /tmp/ad0s2a /mnt but got the error that ad0s2a was busy. As a result cannot get a readwritable /dev to create the device nodes. What am I doing wrong?? Glenn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030311083647.19DDA43F93>