marcus0263 wrote:
FINNIX image is read only, how'd you install it on Finnix?
It's a live environment, I believe the filesystem is mounted in a RAM disk. I just booted into Finnix on my linode and here are the steps to get the latest version of e2fsprogs which supports ext4:
Code:
root@hvc0:~# fsck -v
fsck 1.40.6 (09-Feb-2008)
root@hvc0:~# apt-get update
<snip>
root@hvc0:~# apt-get install e2fsprogs
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
e2fslibs
Suggested packages:
gpart e2fsck-static
The following packages will be upgraded:
e2fslibs e2fsprogs
2 upgraded, 0 newly installed, 0 to remove and 301 not upgraded.
Need to get 901kB of archives.
After this operation, 315kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://ftp.osuosl.org testing/main e2fslibs 1.41.3-1 [131kB]
Get:2 http://ftp.osuosl.org testing/main e2fsprogs 1.41.3-1 [770kB]
Fetched 901kB in 0s (2246kB/s)
(Reading database ... 17155 files and directories currently installed.)
Preparing to replace e2fslibs 1.40.6-1 (using .../e2fslibs_1.41.3-1_i386.deb) ...
Unpacking replacement e2fslibs ...
Setting up e2fslibs (1.41.3-1) ...
(Reading database ... 17155 files and directories currently installed.)
Preparing to replace e2fsprogs 1.40.6-1 (using .../e2fsprogs_1.41.3-1_i386.deb) ...
Unpacking replacement e2fsprogs ...
Setting up e2fsprogs (1.41.3-1) ...
Installing new version of config file /etc/mke2fs.conf ...
root@hvc0:~# fsck -v
fsck 1.41.3 (12-Oct-2008)
marcus0263 wrote:
Also I believe FINNIX uses an older kernel without ext4
Correct, so I don't think it's possible to mount ext4 partitions in Finnix (which would be nice for rescue, etc.), but you can certainly create, check, and manipulate them with the latest e2fsprogs. Then you can boot into your Linode proper with one of the newer kernels to work with the filesystem. I assume you want your root partition to be ext4?