i used to have an ext4 for jaunty, now i have another for karmic
they are not next to each other but i would like karmic to get the extra 50gbs of jaunty now that i no longer go there, can i make my system think that the two partitions are one?
i used to have an ext4 for jaunty, now i have another for karmic
they are not next to each other but i would like karmic to get the extra 50gbs of jaunty now that i no longer go there, can i make my system think that the two partitions are one?
No. Not without wiping everything, at least.
「明後日の夕方には帰ってるからね。」
Personally, I'd just leave that partition alone as a backup. (I've still got hardy installed on one partition, which I'll use either for karmic or lucid.)
Your other best option is to back everything up, then move/consolidate your partitions. Parted might do it for you, but it might be simpler to just repartition and restore your backup.
Any technology distinguishable from magic is insufficiently advanced.
- Cleon, Foundation's FearLinux user #143407 - Ubuntu user #14010
Why not just mount the other partition?
None but ourselves can free our minds
if your partition on karmic was lvm you could merge them.
http://tldp.org/HOWTO/LVM-HOWTO/
ubuntu user since breezy badger (5.10)
Why?
Anyway, if they're on the same drive you could just nuke your Jaunty partition and shuffle the partitions in Gparted to expand your Karmic partition into the unallocated space. You'll need to check your GRUB configuration so that it doesn't still go looking for your Jaunty partition, but you'd need to do that anyway.
None but ourselves can free our minds
I can't believe no one has yet mentioned unionFS.
UnionFS lets you merge many filesystems or even just many folders together, but keep in mind:
- One filesystem has a higher "priority" than the other one, so if two have a file with the same name, the file from the higher priority one is shown.
- Also, the higher-priority one recieves all new files if you create them.
So you could empty the unused Jaunty partition, and put it in UnionFS with higher priority than the Karmic partition, and all newly-created files go to the empty partition.
****HOWEVER****
Do NOT put this over your root directory! Doing so will prevent some upgrades from working properly, because the UnionFS doesn't work when you haven't finished booting yet! So if a file which is important to the boot process gets added, it will go to a seperate partition and it will be missing during boot!
Do this to your home folder, which is where you've got all those huge, hard-disk-hungry videos etc. You can in fact mount an entire partition on top of a folder with UnionFS.
Honestly though, it's probably best to redo your partition table. And in the future, set up a dedicated home partition so you can share your documents and stuff accross multiple distros!
He that would make his own liberty secure must guard even his enemy from oppression; for if he violates this duty he establishes a precedent that will reach to himself.
-Thomas Paine
Bookmarks