freebsd-update, the base tool to perform binary system updates, uses by default the /var filesystem. While updating to the recent FreeBSD 7.1-RC1 I couldn't finish the update due to a full filesystem.
Here's how solve the issue and fully update the system:
- % su
- # freebsd-update -d /path/to/big/path/directory/ upgrade -r 7.1-RC1
- # freebsd-update -d /path/to/big/path/directory/ install
- # shutdown -r now
- # freebsd-update -d /path/to/big/path/directory/ install
- # shutdown -r now
Happy updating ;)
1 comment:
Thank you, that is useful to know.
/var has historically been set up as quite small, so being able to use another filesystem to store working files is a life saver.
Cheers!
Post a Comment