>
> -guess you are not using RAID?
No, two independent disks
> -Is any service serving anything from any sdb filesystem?
No, to be sure I tried lsof but nothing
# lsof | grep sda | wc -l
2
# lsof | grep sdb | wc -l
0
> -how is swap being used? 'free' displays it.
free +m
total used free shared buffers
Mem: 61956 39756 22200 0 18940
-/+ buffers: 20816 41140
Swap: 1060216 10232 1049984
> - what does 'mount' and 'ls -la /mnt/sdb*/' reports?
# mount
rootfs on / type rootfs (rw)
tmpfs on /rootmnt type tmpfs (rw,relatime)
aufs on / type aufs (rw,relatime,si=41936df1)
/dev/loop0 on /rootmnt/rootsq type squashfs (ro,relatime)
proc on /proc type proc (rw,relatime)
usbfs on /proc/bus/usb type usbfs (rw,relatime,devgid=9,devmode=664)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,relatime,size=108544k)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
/dev/sda2 on /mnt/sda2 type ext3 (rw,relatime,errors=continue,barrier=0,data=writeback)
/dev/sdb2 on /mnt/sdb2 type ext3 (rw,relatime,errors=continue,barrier=0,data=writeback)
/dev/sda4 on /mnt/sda4 type ext3 (rw,relatime,errors=continue,barrier=0,data=writeback)
/dev/sdb4 on /mnt/sdb4 type ext3 (rw,relatime,errors=continue,barrier=0,data=writeback)
# ls -la /mnt/sdb*/
/mnt/sdb2/:
total 60
drwxrwxrwx 12 root root 4096 Aug 27 21:14 .
drwxr-xr-x 6 root root 120 Aug 26 13:43 ..
drwx-w---- 5 fred users 4096 Aug 27 21:14 .Trash-1000
drwx------ 2 root root 4096 Aug 15 16:35 .systemfile
drwxr-xr-x 8 root root 4096 Aug 28 17:34 Alt-F
drwxr-xr-x 4 root root 4096 Aug 26 13:55 Users
drwxr-xr-x 2 501 501 4096 Aug 15 16:37 alt-f
-rw-r--r-- 1 root root 1419 Aug 26 12:42 alt-f-reloaded.log
drwxr-xr-x 2 root root 4096 Mar 15 2011 compile
-rwxrwxrwx 1 502 502 1562 Jul 1 2011 ctrl_fanspeed.sh
drwxr-xr-x 15 root 702 4096 Feb 15 2010 ffp_sav
drwxrwxrwx 8 fred 502 4096 Aug 23 19:02 fred
-rw-rw-rw- 1 502 502 2876 Aug 15 16:34 fun_plug
-rwxrwxrwx 1 502 502 2506 Jul 8 2011 fun_plug_sav
drwxrwxrwx 4 root root 4096 Jul 19 09:17 minidlna
drwxrwxrwx 6 501 501 4096 Jul 13 12:37 partage
/mnt/sdb4/:
total 2
drwxrwxrwx 3 root root 1024 Aug 15 19:20 .
drwxr-xr-x 6 root root 120 Aug 26 13:43 ..
drwx------ 2 root root 1024 Jul 2 2010 .systemfile
It's the exact clone of sda, ctrl_fanspeed.sh, compile, are unused files just backup of my last live with ffp
# ps -edf
PID USER COMMAND
1 root init
2 root [kthreadd]
3 root [ksoftirqd/0]
4 root [events/0]
5 root [khelper]
6 root [async/mgr]
7 root [sync_supers]
8 root [bdi-default]
9 root [kblockd/0]
10 root [ata_aux]
11 root [ata_sff/0]
12 root [khubd]
13 root [kswapd0]
14 root [aufsd/0]
15 root [aufsd_pre/0]
16 root [scsi_eh_0]
17 root [scsi_eh_1]
23 root [mtdblock0]
25 root [mtdblock1]
26 root [mtdblock2]
27 root [mtdblock3]
28 root [mtdblock4]
31 root [usbhid_resumer]
49 root [loop0]
388 root [kjournald]
525 root syslogd -C -m 0 -D
529 root /usr/sbin/sshd
531 root klogd
553 root [kjournald]
567 root sysctrl
572 root crond
580 fred lighttpd -f /etc/lighttpd/lighttpd.conf
584 fred [php-cgi]
604 root smartd -i 1800
629 root inetd
678 root [kjournald]
716 root /bin/sh --
726 root [kjournald]
1769 root nmbd -D
1771 root smbd -D
1773 root smbd -D
3071 root minidlna
3073 root minidlna
3075 root minidlna
3091 root {sshd} sshd: root@pts/0
3093 root -sh
3100 root [flush-8:0]
3104 root ps -edf
>
>
> To hunt the culprit, turn all service off, run 'rc<service> stop',
> e.g.'rcsmb stop'; for a list of all services, run 'rcall status';
> you will be kicked off if running 'rcinetd stop', you have to login
> again.
> You can also unmount Alt-F package filesystem, use 'aufs.sh -u' to
> stop using it, and 'aufs.sh -m' to mount it again.
> Then wait for the disk to spin down and ssh the box -- does the sdb
> disk wakes-up?
>
Can I use ssh after 'aufs.sh -u' ?
Sorry, I can't try without caution because I'm not at home and I have only ssh access now
I'm using openssh with 822 port, alt-f ssh is disable
If you think it's relevant I can disable all services, minidlna, samba, lighttpd, except openssh ? But I don't know how I can read the disk status log with ssh console
Thanks