I have FreeBSD 8.3, two HDD drive.
1 HDD /var partition 80GB 2 HDD /var partition 300Mb
How they can be combined into single /var partition like Linux LVM?
|
I have FreeBSD 8.3, two HDD drive. 1 HDD /var partition 80GB 2 HDD /var partition 300Mb How they can be combined into single /var partition like Linux LVM? |
||||
|
|
If you just want the existing contents of the two to appear together, you could use a union mount. This overlays one mountpoint on another and shows you the files from both. Updates/changes are recorded against the mounted filesystem, so you'd want to mount the 80GB partition onto the 300MB one. Check out the If you want to combine the two into a 80.3GB usable partition (and reformat in the process) you could join the two together using |
|||
|
|