linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to flip +F to inode attribute in ext4?
@ 2020-02-25  3:48 lampahome
  2020-02-25  7:38 ` Andreas Dilger
  0 siblings, 1 reply; 2+ messages in thread
From: lampahome @ 2020-02-25  3:48 UTC (permalink / raw)
  To: linux-fsdevel

I change to kernel5.4 and wants to setup folder to be case-insensitive.

I saw this line in doc:
"enabled by flipping +F to inode attribute"

Should I use somewhat command to modify attribute? or mount with
additional options?

thx

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to flip +F to inode attribute in ext4?
  2020-02-25  3:48 How to flip +F to inode attribute in ext4? lampahome
@ 2020-02-25  7:38 ` Andreas Dilger
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Dilger @ 2020-02-25  7:38 UTC (permalink / raw)
  To: lampahome; +Cc: linux-fsdevel

You can use "chattr +F /path/to/dir". It may be that the directory must be empty to do this, I'm not sure. It may be documented in the chattr man page. 

You may also need to update your e2fsprogs to 1.45.latest for this feature to be available. 

Cheers, Andreas

> On Feb 24, 2020, at 20:48, lampahome <pahome.chen@mirlab.org> wrote:
> 
> I change to kernel5.4 and wants to setup folder to be case-insensitive.
> 
> I saw this line in doc:
> "enabled by flipping +F to inode attribute"
> 
> Should I use somewhat command to modify attribute? or mount with
> additional options?
> 
> thx

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-25  7:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25  3:48 How to flip +F to inode attribute in ext4? lampahome
2020-02-25  7:38 ` Andreas Dilger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).