Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
What happens when you try to mount the ext4 partition? Do you get any errors? If so, post them here. Does your kernel have support for ext4? Is ext4 listed in /proc/filesystems?
Hi. thanks for helping
I went to filesystems, but was empty. I opened it with SU, but aslo was empty.
Mu kernel is 2.6.26
I dont see the fedora partition in Storages.
I installed Disk Manager, and when i try to mount the ext4 fedora partition, tells me That was a error. The type of the file system is not unknown.
Any advice?
I assume "not unknown" is a typo and you really mean "not known" (or "unknown"). If that's the case, then that's the problem - you don't have ext4 support in your kernel. Wikipedia suggests that ext4 became stable in the 2.6.28 kernel. It has been in the kernel since 2.6.19, but obviously was in development until 2.6.28. If you want to use ext4, it would seem reasonable to upgrade your kernel to at least 2.6.28 (and obviously include support for ext4 when you build it). You may want to check Debian specific information on kernel upgrades, because they might have particular things that you need to be aware of.
Thank you both.
I will try to upgrade.
Just last questios.
If there is newer version of the kernel, why it is not in the iso dvd I get few days ago.
I downloaded debian lenny from debian oficial site few days ago.
I get 2.6.26 kernel version
if these is 2.26.28 or 2.26.30, why the dont put the last version of debian lenny. There are some reasons for that.
Do you know?
When they do releases, such as Debian Lenny 5.02 they use whatever was the most stable kernel at the time. Then it was 2.6.26, right now 2.6.30 is the stable kernel, but they haven't released a newer version of Debian Lenny so any 5.02 install disc will have the old kernel still. The only way to use ext4 (even ext4dev) in the 2.6.26 kernel is with a patch, as that was not considered stable at the time so Lenny doesn't have it, because it is the "stable" release. So I would say get a kernel that is 2.6.28 or later and you should be fine, you'll have to manually mount it though as it wasn't automatically mounted at the start (support wasn't there!).
To the question of upgrading a SID kernel, yes it would still keep your distrobution to 'testing'. When people mix packages, such as stable/testing, they don't have a stable/testing release...what you end up getting is a stable release with testing packages thrown in. That can break things, it depends on what packages are stable and what is testing. You should safely be able to upgrade to a sid kernel and still have a working system.
[edit] but if you want to be safe the backports option is the best option, or find a linux kernel repo that has new kernels for testing.
[edit2] i ment for stable not testing on the first edit
Last edited by mushroomboy; 08-19-2009 at 04:40 PM.
Reason: Grammer
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.