Gentoo Archives: gentoo-user

From: Jacques Montier <jmontier@×××××.com>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: [gentoo-user] Ext4 problem and disk access
Date: Sat, 08 Dec 2012 14:38:25
Message-Id: CAHVEG0BB=Oq6exGB+ji-7f=MNFbr3=T_aSchw-5H6U2x4+sEKA@mail.gmail.com
1 Hi,
2
3 As soon as i mount an ext4 partition on my second 1To HDD, the hard drive
4 is always working (read/write) every second (even when doing nothing).
5
6 Here is my fstab :
7 sdb is a SSD and sda HDD.
8
9 # SSD
10 /dev/sdb1 /boot ext2 noatime,discard
11 1 2
12 /dev/sdb2 / ext4 noatime,discard
13 0 1
14 /dev/sdb3 /home ext4 noatime,discard 0
15 0
16 #HDD
17 /dev/sda1 none swap sw
18 0 0
19 /dev/sda2 /var ext4 noatime
20 0 0
21 /dev/sda3 /usr/portage ext4 noatime
22 0 0
23 /dev/sda5 /mnt/sauvegarde ext4 noatime 0 0
24 /dev/sda6 /mnt/disk_virt ext4 noatime
25 0 0
26 /dev/sda7 /mnt/donnees ntfs-3g
27 auto,uid=jacques,gid=users,umask=0022 0 0
28
29 This problem appears only with /dev/sda5 and /dev/sda6 and stops when
30 unmouting the two drives.
31 The HDD partition (attached file partition).
32
33 I tried some options as commit=600, but no success.
34 Output of cat /proc/mounts (attached file mounts).
35
36 Thank you for your help,
37
38 Regards,
39
40
41 --
42 Jacques

Attachments

File name MIME type
mounts application/octet-stream
partition application/octet-stream

Replies

Subject Author
[gentoo-user] Re: Ext4 problem and disk access Nikos Chantziaras <realnc@×××××.com>
Re: [gentoo-user] Ext4 problem and disk access Andre Goessel <gentoo-user@×××××××.net>