Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Make a FreeBSD UFS partition bigger for VMware Guest:
- 1. Shut down VM
- 2. Delete all snapshots (requirement for next step)
- 3. Resize disk
- 4. Create snapshot
- 5. Configure VM to boot FreeBSD installation media
- 6. Boot install media
- 7. Alt-F4
- 8. gpart resize -i 1 ada0
- 9. gpart commit ada0s1
- 10. bsdlabel ada0s1 >> backup
- 11. bsdlabel -w ada0s1
- 12. bsdlabel -e ada0s1
- 13. Fix labels/offsets (using backup)
- 14. growfs ada0s1f
- 15. reboot
Add Comment
Please, Sign In to add comment