Results 1 to 2 of 2
I am looking to increase the var partition on a FreeBSD 6.3 installation, but am encountering this alert message:
"One or more partitions from this disk are mounted, there the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-16-2008 #1Linux User
- Join Date
- Dec 2004
- Posts
- 323
Increasing /var partition
I am looking to increase the var partition on a FreeBSD 6.3 installation, but am encountering this alert message:
"One or more partitions from this disk are mounted, there the partition layout cannot be altered.
Unmount the particular partitions first or use a bootable CD-ROM operating system to partition this disk if this is a system partition that cannot be unmounted (eg / or /dev)"
I understand this to mean that only an alternative kernel is authorised to repartition. Does this message mean that I should be using a live CD and if so, will also Linux do? Does this also mean that only partitions can be edited which do not contain system files?
- 10-08-2008 #2Just Joined!
- Join Date
- May 2007
- Location
- Philadelphia. PA
- Posts
- 1
/var Itself is Probably Mounted
Although your errors message refers only to "some partitions" being mounted, I suspect that the one really causing the problem is /var itself. I would not expect that you'd be able to alter the partition size of a partition that is mounted.
If your disk has spare, unused partitions, paehaps you can mount up an empty one someplace, copy the existing /var into it, change your /etc/fstab (or equivalent?) to mount this new partition as /var, and reboot. Then the "real" /var will not be mounted, and you may be able to alter the partition size.
if there are no free partitions, maybe you can insert a 2nd disk and use a partition on it for a temporary /var.


Reply With Quote
