On Tue, May 18, 2010 at 8:16 PM, Merciadri Luca
<[email protected]> wrote:


> I have many media files in some specific directory (folder, call it as
> you want). Loading the folder takes ~30 sec., even if I am using quite
> fast HDDs, etc. They're all on the same partition. I have disabled
> previewing, or thumbnails.
>
> How can I do to make this process faster?


Hi Luca,

If you're using ext2/ext3, turning off dir/file access time might help.
Edit /etc/fstab and add noatime,nodiratime on the appropriate line,
like in the example below:

/dev/hdb2   /home   ext3   defaults,noatime,nodiratime   0   2

Manon.


-- 
To UNSUBSCRIBE, email to [email protected] 
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: 
http://lists.debian.org/[email protected]

Reply via email to