lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 19 Dec 2008 09:19:50 -0600
From:	Eric Sandeen <sandeen@...hat.com>
To:	Lars Täuber <taeuber@...w.de>
CC:	linux-ext4@...r.kernel.org
Subject: Re: tune2fs -o noatime /dev/sd_

Lars Täuber wrote:
> Sorry for the noise.
> Might have been a silly idea.

It's not silly, I can see where this might be very useful; but noatime
is applied at the vfs level and not at the filesystem level, so putting
the flag in the filesystem superblock on disk and propagating that back
up to the vfs at mount time might require a bit of trickiness to get
right & do cleanly, I'm not sure.  I'll give it some thought.

It may be simpler & quicker to just tell your auto-mount framework to
mount certain devices, or labels, or uuids, or $WHATEVER with noatime if
you can?  Of course that configuration is local to a single machine, and
doesn't travel with the drive...

-Eric

> Happy Christmas to you.
> Lars
> 
> Lars Täuber <taeuber@...w.de> schrieb:
>> Hallo developers!
>>
>> I just would like to ask for a feature request for the ext[234] filesystems.
>> There are some usb-sticks used by me that are formated with ext2. All recent desktop enviroments let me mount them quiet easy but without the chance to tell them to mount it with the »noatime« option. But I liked them to be mounted with this option because of their flash characteristics.
>> It seems there is some space left for an EXT4_MOUNT_NOATIME option in ext4.h for all the ext[234] file systems.
>> What do you think about this?
>>
>> Thanks
>> Lars

--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ