Re: Repositioning /var | /tmp to avoid disk full condition
From: Lee Harr (missive_at_hotmail.com)
Date: 05/31/03
- Previous message: Bob Hall: "Re: Repositioning /var | /tmp to avoid disk full condition"
- Maybe in reply to: Joseph Maxwell: "Repositioning /var | /tmp to avoid disk full condition"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: freebsd-questions@freebsd.org Date: Sat, 31 May 2003 21:21:29 +0000
> cd /var
> tar cf - . | (cd /usr/var; tar xf - )
> cd /
> rm -rf /var
> ln -s /usr/var /var
>
>However the 'rm -rf /var' returned
>
> rm: /var: Device busy
>
>After trying all known tricks to me to remove /var, I concluded that
>since it was mounted from the /etc/fstab I should dismount it and remove
>the directory (link point ?) and create a soft link there as
>
>However, on rebooting boot was aborted, was thrown into
>single users mode.
Probably all you need to do is remove the line about /var
from your /etc/fstab (or just comment it out)
_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Bob Hall: "Re: Repositioning /var | /tmp to avoid disk full condition"
- Maybe in reply to: Joseph Maxwell: "Repositioning /var | /tmp to avoid disk full condition"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|