how to avoid filesystem check every switch of opensuse

I have a tri boot system, one is windows7, one is opensuse 13.2 (mainly used), the other is opensuse leap 42.1 with plasma 5.8.0:
upgraded 13.2 to leap 42.1, using wolfi repos. I’m running KDE 4.14.18 and plasma 5.8.0, KDE frameworks 5.27.0, KDE applications 16.08.1, Kernel 4.1.31-30-default and nvidia drivers
[FONT=Noto Sans]Laptop=Dell latitude E6510, RAM=8Gb, GPU=GT218 NVS 3100M, CPU=i7 Q 720 @ 1.60GHz

windows7 is very rarely used, but when I switch from the two opensuse it start a filesystem check of the linux partitions (ext3) and it takes a lot of time, how to avoid the check every switch and have it based on time, for example every two months??
manythanks, ciao, pier :slight_smile:
[/FONT]

Please show us the contents of your /etc/fstab

here

LABEL=susestable     /                    ext3       acl,user_xattr        1 1
LABEL=swap           swap                 swap       defaults              0 0
LABEL=dati           /dati                ext3       data=journal,acl      1 2
LABEL=homestable     /home                ext3       defaults              1 2
sshfs#myname@server:/afs/.firm.it/ /afspla fuse user,noauto,fsname=sshfs#myname@server:/afs/.firm.it/ 0 0
sshfs#myname2@server:/afs/.firm.it/ /afspla2 fuse user,noauto,fsname=sshfs#myname2@server:/afs/.firm.it/ 0 0
https://eneabox.firm.it        /eneabox   davfs   rw,noauto,user  0       0 
LABEL=homefactory    /home-other          ext3       defaults              1 2
LABEL=susefactory    /suse-other          ext3       defaults              1 2

As from ‘man fstab’ you could change the

1 2

for each ext3 occurance to

0 0

, which would result in no filesystem check at all for that partition