In message <[EMAIL PROTECTED]>, "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
[EMAIL PROTECTED]         | 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to