Date: Sat, 18 Aug 2001 22:22:08 +0200 From: Poul-Henning Kamp <phk@critter.freebsd.dk> To: "David W. Chapman Jr." <dwcjr@inethouston.net> Cc: current@FreeBSD.ORG Subject: Re: devfs Message-ID: <42533.998166128@critter> In-Reply-To: Your message of "Sat, 18 Aug 2001 15:12:18 CDT." <20010818151217.A85171@leviathan.inethouston.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <20010818151217.A85171@leviathan.inethouston.net>, "David W. Chapman Jr." writes: >If I'm using devfs on -current, can I erase the contents of my /dev >before devfs is mounted to save space? Yes, the easiest way is: boot singleuser mount -o rw / mv /dev /dev_ mkdir /dev chmod 755 /dev reboot ... rm -rf /dev_ -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42533.998166128>