Title: mkfs.ext3 problem Post by: BlinK_ on April 25, 2008, 10:30:12 am I followed partitioning the sd card tutroial and when i excecute mkfs.ext3 /dev/mmca6 console spits out this error:
Quote mkfs.ext3: error while loading shared libraries: libext2fs.so.2: cannot open shared object file: No such file or directory I am using MAXX MP. So anyone has this module? Will it work if I copy this library from anyone to my phone? Thanks for help. Title: Re: mkfs.ext3 problem Post by: zjole on April 26, 2008, 08:24:01 pm Code: ldd mkfs.ext3 Title: Re: mkfs.ext3 problem Post by: BlinK_ on April 27, 2008, 12:35:15 am Oh gee. Five libraries are missing:
Quote libext2fs.so.2 => not found Could anyone post them? I will try to find them by myself also...libcom_err.so.2 => not found libblkid.so.1 => not found libuuid.so.1 => not found libe2p.so.2 => not found EDIT: you can find them in: /lib/ or /usr/lib/ or /usr/lib/ezx/lib/ Title: Re: mkfs.ext3 problem Post by: BlinK_ on May 08, 2008, 06:31:25 am I have found them. Finally i have formated my ext3 partition.
If anyone needs them, here they are... |