I am unable to transfer any files onto the second drive of my core, as it keeps getting unmounted. I ran the following command:
while [ true ] ; do echo "`date` : `df | grep sdb`" ; sleep 5 ; done
and get this output:
Sat Apr 11 19:27:32 BST 2009 : /dev/sdb1 961432072 204628 912389444 1% /mnt/device/28
Sat Apr 11 19:27:38 BST 2009 :
Sat Apr 11 19:27:43 BST 2009 :
Sat Apr 11 19:27:48 BST 2009 :
Sat Apr 11 19:27:53 BST 2009 :
Sat Apr 11 19:27:58 BST 2009 :
Sat Apr 11 19:28:03 BST 2009 :
Sat Apr 11 19:28:08 BST 2009 :
Sat Apr 11 19:28:13 BST 2009 : /dev/sdb1 961432072 204628 912389444 1% /tmp/tmp.KryNc31477
Sat Apr 11 19:28:18 BST 2009 :
Sat Apr 11 19:28:23 BST 2009 :
Sat Apr 11 19:28:28 BST 2009 :
Sat Apr 11 19:28:33 BST 2009 :
Sat Apr 11 19:28:38 BST 2009 :
Sat Apr 11 19:28:43 BST 2009 :
Sat Apr 11 19:28:48 BST 2009 :
Sat Apr 11 19:28:53 BST 2009 :
Sat Apr 11 19:28:58 BST 2009 :
Sat Apr 11 19:29:03 BST 2009 :
Sat Apr 11 19:29:08 BST 2009 :
Sat Apr 11 19:29:13 BST 2009 :
Sat Apr 11 19:29:18 BST 2009 :
Sat Apr 11 19:29:23 BST 2009 :
Sat Apr 11 19:29:28 BST 2009 :
Sat Apr 11 19:29:33 BST 2009 :
Sat Apr 11 19:29:38 BST 2009 : /dev/sdb1 961432072 204628 912389444 1% /mnt/device/28
Sat Apr 11 19:29:43 BST 2009 : /dev/sdb1 961432072 204628 912389444 1% /mnt/device/28
Sat Apr 11 19:29:48 BST 2009 : /dev/sdb1 961432072 204628 912389444 1% /mnt/device/28
Sat Apr 11 19:29:53 BST 2009 : /dev/sdb1 961432072 204628 912389444 1% /mnt/device/28
Sat Apr 11 19:29:58 BST 2009 : /dev/sdb1 961432072 204628 912389444 1% /mnt/device/28
Sat Apr 11 19:30:03 BST 2009 : /dev/sdb1 961432072 204628 912389444 1% /mnt/device/28
Sat Apr 11 19:30:08 BST 2009 : /dev/sdb1 961432072 204628 912389444 1% /mnt/device/28
Sat Apr 11 19:30:13 BST 2009 : /dev/sdb1 961432072 204628 912389444 1% /mnt/device/28
Sat Apr 11 19:30:18 BST 2009 : /dev/sdb1 961432072 204628 912389444 1% /mnt/device/28
/dev/sdb1 961432072 204628 912389444 1% /tmp/tmp.NqdDbI1699
Sat Apr 11 19:30:23 BST 2009 : /dev/sdb1 961432072 204628 912389444 1% /mnt/device/28
Sat Apr 11 19:30:28 BST 2009 : /dev/sdb1 961432072 204628 912389444 1% /mnt/device/28
Sat Apr 11 19:30:33 BST 2009 : /dev/sdb1 961432072 204628 912389444 1% /mnt/device/28
Sat Apr 11 19:30:38 BST 2009 :
Is anyone aware of this? If not I will submit to Trac.
Regards,
Chris