Again, sorry for the noise, OTOH hopefully it might help somebody. GParted > View > File System Support gives the answer, e2fsprogs v1.41+ is needed, but 1.40.8 is installed. I didn't remove the package, because checkinstall failed, but AFAICT nothing is broken after I did the following.
# cd /usr/src # wget http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.41.11.tar.gz # tar xzf e2fsprogs-1.41.11.tar.gz # rm e2fsprogs-1.41.11.tar.gz # cd e2fsprogs-1.41.11 # ./configure # make # make install # ldconfig # make clean r...@64studio:/usr/src/e2fsprogs-1.41.11# ls /sbin/fsck.ext4 -al -rwxr-xr-x 5 root root 1519550 2010-04-27 20:37 /sbin/fsck.ext4 # gparted It's ok now :). # lsmod | grep ext4 ext4 310192 0 jbd2 80592 1 ext4 crc16 2272 1 ext4 mbcache 8944 2 ext4,ext3 # modprobe -r ext4 # lsmod | grep ext4 # gparted It's still ok without the module. Best, Ralf _______________________________________________ 64studio-users mailing list [email protected] http://lists.64studio.com/mailman/listinfo/64studio-users
