I don't see what the trouble. If you want a /tmp directory on a disk,
just do :

$ cd /foo    # the disk you want, may be /
$ mkdir /tmp

Thats all.

2006/4/9, Wil Hatfield <[EMAIL PROTECTED]>:
> Ok I screwed up on one of my machines and forgot to put the /tmp directory
> on its own slice. How can I do this on an existing system? Linux has this
> procedure. Anything like it for FreeBSD?
>
> dd if=/dev/zero of=tmpMnt bs=1024 count=100000
> /sbin/mke2fs /dev/tmpMnt
> cd /
> cp -R /tmp /tmp_backup
> mount -o loop,noexec,nosuid,rw /dev/tmpMnt /tmp
> chmod 1777 /tmp
> cp -R /tmp_backup/* /tmp/
> rm -rf /tmp_backup
>
> Any help is greatly appreciated.
>
> --
> Wil Hatfield
>
>
>
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>


--
jjd
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to