Comment Re:Filesystems (Score 1) 318
The ability to read ext2 file systems is included, but it is not the ext2 file system itself. You cannot create and write to ext2 file systems with FreeBSD.
This is wrong. You can create (install the e2fsprogs port) and write to ext2 file systems just fine with FreeBSD.
ext2 support is not compiled into the default (GENERIC) kernel, however (i.e. you have to recompile your kernel to get ext2 support).
This is wrong. You can create (install the e2fsprogs port) and write to ext2 file systems just fine with FreeBSD.
ext2 support is not compiled into the default (GENERIC) kernel, however (i.e. you have to recompile your kernel to get ext2 support).