I dont think live update will be there actually, its only going to be featured in 11.2 and up as far as I know.
As for a forced update to EXT4, no I dont think its going to happen…
For many EXT4 is still too new
And no, I dont think there will be any risks for updating.
Even if you have to burn a new disk for 11.2 you can tell the installer not to touch your home partition.
You may want to try the 11.2 DVD version, that is if you have a DVD burner.
If not you can still customize things on the live CD.
With the 11.2 cycle, we want to offer users the ability to perform a live system upgrade in the manner of Debian’s dist-upgrade.
For the purpose of this cycle, we want to support dist-upgrade from the previous version (11.1) only, as this is a sufficiently complicated problem as is.
I´ll add a question here: Does an upgrade from 11.1 to 11.2 via zypper not change the filesystem? Is a full re-install the only way to catch on to ext4?
not true in the case of ext3 -> ext4. You can keep your ext3 fs, upgrade with zypper, change entries in /etc/fstab from ext3 to ext4, add the ext4 module to /etc/sysconfig/kernel (if it’s not there already) and that’s about it. One may need to do further tweaking (including some FS options) and for all files to use extents, one may need to run e4defrag
On Tue, 27 Oct 2009 13:38:18 +0000, palladium wrote:
> changing file systems requires a partition to be formatted…you won’t
> do that with zypper, nor would you want to…
Normally, yes, but ext2/ext3/ext4 can IIRC be changed on the fly (I know
ext2 and ext3 can be swapped, and I recall reading that ext3 can be made
ext4 in a similar manner using tune2fs).