* tune2fs -o noatime /dev/sd_
@ 2008-12-17 11:15 Lars Täuber
2008-12-19 10:01 ` Lars Täuber
0 siblings, 1 reply; 3+ messages in thread
From: Lars Täuber @ 2008-12-17 11:15 UTC (permalink / raw)
To: linux-ext4
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: tune2fs -o noatime /dev/sd_
2008-12-17 11:15 tune2fs -o noatime /dev/sd_ Lars Täuber
@ 2008-12-19 10:01 ` Lars Täuber
2008-12-19 15:19 ` Eric Sandeen
0 siblings, 1 reply; 3+ messages in thread
From: Lars Täuber @ 2008-12-19 10:01 UTC (permalink / raw)
To: linux-ext4
Sorry for the noise.
Might have been a silly idea.
Happy Christmas to you.
Lars
Lars Täuber <taeuber@bbaw.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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: tune2fs -o noatime /dev/sd_
2008-12-19 10:01 ` Lars Täuber
@ 2008-12-19 15:19 ` Eric Sandeen
0 siblings, 0 replies; 3+ messages in thread
From: Eric Sandeen @ 2008-12-19 15:19 UTC (permalink / raw)
To: Lars Täuber; +Cc: linux-ext4
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@bbaw.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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-12-19 15:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-17 11:15 tune2fs -o noatime /dev/sd_ Lars Täuber
2008-12-19 10:01 ` Lars Täuber
2008-12-19 15:19 ` Eric Sandeen
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).