Displaying 8 results from an estimated 8 matches for "config_ext4_use_for_ext23".
2015 Oct 04
4
Question Wiki Kernel support
..._EXT4_FS_SECURITY=y
CONFIG_EXT4_FS_POSIX_ACL=y
My debian 8.2 installation was installed from netinstall CD, all updates
applied. All my filesystems are ext4 and xattr and acl are not set, as
they are default for ext4.
19:06:17 # more /boot/config-3.16.0-4-amd64 | grep CONFIG_EXT4
CONFIG_EXT4_FS=m
CONFIG_EXT4_USE_FOR_EXT23=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
# CONFIG_EXT4_DEBUG is not set
After install of package attr tests with setfattr and getfattr succeed.
Do I still need CONFIG_EXT4_FS_XATTR=y ? If yes, how do I enable that in
the kernel?
kind regards, birgit
2015 Oct 04
0
Question Wiki Kernel support
...IX_ACL=y
>
> My debian 8.2 installation was installed from netinstall CD, all updates
> applied. All my filesystems are ext4 and xattr and acl are not set, as
> they are default for ext4.
>
> 19:06:17 # more /boot/config-3.16.0-4-amd64 | grep CONFIG_EXT4
> CONFIG_EXT4_FS=m
> CONFIG_EXT4_USE_FOR_EXT23=y
> CONFIG_EXT4_FS_POSIX_ACL=y
> CONFIG_EXT4_FS_SECURITY=y
> # CONFIG_EXT4_DEBUG is not set
>
> After install of package attr tests with setfattr and getfattr succeed.
>
> Do I still need CONFIG_EXT4_FS_XATTR=y ? If yes, how do I enable that in
> the kernel?
>
> kind r...
2015 Feb 18
0
Re: Mounting disk images with ext2 filesystems on RHEL7
...y corrupt. My suggestion
is to try 'virt-rescue' on it.
> This has me wondering because the debug messages from guestfish -v -x
> indicate it is mouting ext2 with ext4.
> EXT4-fs (sdb): mounting ext2 filesystem using the ext4 subsystem
This is just the way that RHEL 7 works. ie. CONFIG_EXT4_USE_FOR_EXT23=y
is now always used. http://lwn.net/Articles/378913/
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines. Tiny program with many
powerful mo...
2015 Feb 17
4
Re: Mounting disk images with ext2 filesystems on RHEL7
On Mon, Feb 16, 2015 at 6:10 PM, Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Mon, Feb 16, 2015 at 06:00:06PM -0500, Leonard Basuino wrote:
> > Hope someone can point me in the right direction. I don't know if what I
> > am trying to do should work or not.
> >
> > I have 2 disk images. One is a VM with an ext2 boot filesystem and ext4
> >
2015 Feb 18
2
Re: Mounting disk images with ext2 filesystems on RHEL7
...ount it
with guestfish on a RHEL 6 box.
> > This has me wondering because the debug messages from guestfish -v -x
> > indicate it is mouting ext2 with ext4.
> > EXT4-fs (sdb): mounting ext2 filesystem using the ext4 subsystem
>
> This is just the way that RHEL 7 works. ie. CONFIG_EXT4_USE_FOR_EXT23=y
> is now always used. http://lwn.net/Articles/378913/
>
> Rich.
>
> --
> Richard Jones, Virtualization Group, Red Hat
> http://people.redhat.com/~rjones
> Read my programming and virtualization blog: http://rwmj.wordpress.com
> virt-top is 'top' for virtual mac...
2016 Mar 17
9
[PATCH supermin 0/5] Make supermin mini-initrd quieter and faster.
Various patches to make supermin quieter. By outputting fewer
messages on the fast path, we use the slow emulated UART less, and
this improves boot times.
Also remove some kernel modules that we cannot or should not be using,
which also improves boot times.
Rich.
2010 Jun 25
1
[SPAM] The Infamous "Device 0 (vif) could not be connected. Hotplug scripts not working."
...ELL_RBU is not set
# CONFIG_DCDBAS is not set
CONFIG_DMIID=y
# CONFIG_ISCSI_IBFT_FIND is not set
#
# File systems
#
# CONFIG_EXT2_FS is not set
CONFIG_EXT3_FS=y
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT23=y
CONFIG_EXT4_FS_XATTR=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
#...
2014 Feb 25
2
[PATCH supermin v4] Supermin 5 rewrite.
...t, _binary_init_end, _binary_init_size;
-
-/* The list of modules (wildcards) we consider for inclusion in the
- * mini initrd. Only what is needed in order to find a device with an
- * ext2 filesystem on it.
- */
-static const char *kmods[] = {
- "ext2.ko*",
- "ext4.ko*", /* CONFIG_EXT4_USE_FOR_EXT23=y option might be set */
- "virtio*.ko*",
- "ide*.ko*",
- "libata*.ko*",
- "piix*.ko*",
- "scsi_transport_spi.ko*",
- "scsi_mod.ko*",
- "sd_mod.ko*",
- "sym53c8xx.ko*",
- "ata_piix.ko*",
- "sr_m...