ext4 and ntfs-3g

I’ve played with Fedora F11; Ubuntu 9.04 and now OpenSuse 11.1. The biggest drawbacks I am struggling with are the following:

  1. Can OpenSuse 11.1 implement the ntfs-3g write to NTFS drives and if so how?
  2. Do I need to recompile the kernel to get ext4 support under 11.1? Right now my Ubuntu and Fedora boots can mount the Opensuse file structure but not vice versa since F11 and 9.04 are setup with ext4 root drives.
  1. NTFS - openSUSE
  2. yes, you need to recompile the kernel and enable ext4 support. I’d just grab a newer kernel from the OBS instead. Also a grub which supports Ext4 too and ext4 utils

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Google: opensuse ntfs-3g
first hit: http://en.opensuse.org/NTFS

Google: opensuse ext4
There are a lot of hits in here including one from one of these forums:
http://forums.opensuse.org/install-boot-login/393039-ext4-opensuse.html

Good luck.

BobLfoot wrote:
> I’ve played with Fedora F11; Ubuntu 9.04 and now OpenSuse 11.1. The
> biggest drawbacks I am struggling with are the following:
> 1. Can OpenSuse 11.1 implement the ntfs-3g write to NTFS drives and if
> so how?
> 2. Do I need to recompile the kernel to get ext4 support under 11.1?
> Right now my Ubuntu and Fedora boots can mount the Opensuse file
> structure but not vice versa since F11 and 9.04 are setup with ext4 root
> drives.
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJKqCDfAAoJEF+XTK08PnB5TOMQALFxAhfe9WvRZWhNfwEyhLFn
gaaQ5YUVgOjOTj7JpI0N34J/3nUQ/rBYYvRhAA3bI6pZQM/YbEPv3ZRnWYdgD1rV
n9XZR6LT0asfLL4n0vxlfuaJK2X36c/NYWnDQ6o+gjKr13EFfuSjZ26H7n/LDgLY
US5csSnN/hOE7FVvH0tKdI5jp+Qf4LJ3SLD5fhQ67LVHKiRZfqHXrsDGTvllbOz/
klr3xCFDQT4lmLWdF3QPpvs8eZvVdklEHKRs7SmbAj4HG7cB2cgJreCflboURKl9
Gy85qoumU8mGTmlyWJGLbsddwDX41rMUOJBDWkAjtMv7iayFNAM8fwYy3CGacdpp
yeIqCdy2sGVbBa5D6F5Q8UqnmQnASYmMzSpDu0CYuJjeCCApwji0ZdvZOxGWGDwF
a3EU+e6Q6HXPuqw8n0rGn3sxx4x4Wy6L5/zo4iAMom78Ez8HtNqWqM0+oKRVB8ys
6IW38jaDqWGIyrOQf7wYm0FUa3qtC+NZWbzBRf2015kAwTtNAaEn8NRukM76KnX0
GhrZSP7SRiI/TzNuHsFsGuRb+4sytEV4l2POwPKZyXK1QLrM7EANX0jhmKjRD7ia
aK5iwpLLMBCOeljVwec38pw3CfKSUAmpHB/ktAbBbEU2AUhrpp2NH5ph5DI5hFZo
Hpz7bi9bPqv+YQD+CL20
=89FU
-----END PGP SIGNATURE-----

  1. Do I need to recompile the kernel to get ext4 support under 11.1? Right now my Ubuntu and Fedora boots can mount the Opensuse file structure but not vice versa since F11 and 9.04 are setup with ext4 root drives.

Support for ext4 will be provided by openSUSE 11.2

The link worked just as advertised. Even covered a user to write NTFS besides root.

Still Working on the ext4 modifications. Since I have ext4 partitions available to mount into OpenSuse I am going to leave the OpenSuse root ext3 until I successfully mount one of the other ext4 partitions first.

Found this HowTo – Ext4 support on OpenSuse 11.1 – thru a google search and it looks simple enough - just time consuming, but hey I am making my own software and OS for free. Take that UNCLE BILL.

[QUOTE=BobLfoot;2038436]The link worked just as advertised. With a few minor adaptations on my part.

Use Yast to download Kernel Sources for what kernel I was running.

went to /usr/src and cp kernel…default to kernel…ext4dev

Then followed the instructions to xconfig, make and grub the ext4dev kernel.

BIG OOPS - my nvidia driver crashed with the new kernel – No real surprise it used to crash with each new Fedora Core Kernel release also.

Right or Wrong I downloaded from NVIDIA.com the latest driver for my card and ran the script on my new kernel.

Worked wonderful.

BTW - left / as ext3 just using ext4 to access partitions already setup that way right now.