Error,
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 5008
- Thank you received: 1441
08 Dec 2016 15:39 - 08 Dec 2016 15:41 #83777
by Todd Zuercher
Replied by Todd Zuercher on topic Error,
I am assuming the machine was stable, with acceptable latency before.
What may have changed on the machine?
Was new hardware added? (maybe a real-time unfriendly USB device.)
Was the computer shutdown with a dead cmos battery causing it to reset to a default setting with poor latency?
What may have changed on the machine?
Was new hardware added? (maybe a real-time unfriendly USB device.)
Was the computer shutdown with a dead cmos battery causing it to reset to a default setting with poor latency?
Last edit: 08 Dec 2016 15:41 by Todd Zuercher.
Please Log in or Create an account to join the conversation.
08 Dec 2016 16:20 #83780
by PCW
It may be nothing, but this looks weird to me:
why is it mounting a file system at this point and what is it recovering from?
[ 1254.467145] EXT4-fs (sda2): warning: maximal mount count reached, running e2fsck is recommended
[ 1254.468391] EXT4-fs (sda2): recovery complete
[ 1254.468574] EXT4-fs (sda2): mounted filesystem with ordered data mode
why is it mounting a file system at this point and what is it recovering from?
[ 1254.467145] EXT4-fs (sda2): warning: maximal mount count reached, running e2fsck is recommended
[ 1254.468391] EXT4-fs (sda2): recovery complete
[ 1254.468574] EXT4-fs (sda2): mounted filesystem with ordered data mode
Please Log in or Create an account to join the conversation.
08 Dec 2016 20:02 #83801
by tjamscad
None of that makes any sense to me.
It may be nothing, but this looks weird to me:
why is it mounting a file system at this point and what is it recovering from?
[ 1254.467145] EXT4-fs (sda2): warning: maximal mount count reached, running e2fsck is recommended
[ 1254.468391] EXT4-fs (sda2): recovery complete
[ 1254.468574] EXT4-fs (sda2): mounted filesystem with ordered data mode
None of that makes any sense to me.
Please Log in or Create an account to join the conversation.
- cncnoob1979
- Offline
- Platinum Member
Less
More
- Posts: 403
- Thank you received: 75
13 Dec 2016 19:30 - 13 Dec 2016 20:12 #84053
by cncnoob1979
Replied by cncnoob1979 on topic Error,
I would clone the hard disk or replace the hard disk with a backup immediately. Looks like the disk is about to fail, or it too late and has failed already.
EXT4-fs (sda2): warning: maximal mount count reached, running e2fsck
this has been flagged on the Linux file system. Sometimes typical power failures ect.. causes corruption and can be tagged as needing to be checked with e2fsck. But in your case a steady build that is acting "strange" indicates a failing disk. Or corrupt data is being written for other reasons, faulty hardware ; memory ; drive controller.
EDIT: have you ran e2fsck to check the file system?
Link here
This should reset the mount count warning. The issue is perhaps you have corrupted data, either from faulty drive or from multiple powerfailures ect without running e2fsck afterwards. (not shutting down completely prior to power off)
my .02
Have you tried to reload linuxcnc after you get his error? Sometimes when I get this error a reload will bring it back up.
EXT4-fs (sda2): warning: maximal mount count reached, running e2fsck
this has been flagged on the Linux file system. Sometimes typical power failures ect.. causes corruption and can be tagged as needing to be checked with e2fsck. But in your case a steady build that is acting "strange" indicates a failing disk. Or corrupt data is being written for other reasons, faulty hardware ; memory ; drive controller.
EDIT: have you ran e2fsck to check the file system?
sudo tune2fs -c 0 /dev/sda2
e2fsck -v /dev/sda2
Link here
This should reset the mount count warning. The issue is perhaps you have corrupted data, either from faulty drive or from multiple powerfailures ect without running e2fsck afterwards. (not shutting down completely prior to power off)
my .02
Realtime system did not load
Have you tried to reload linuxcnc after you get his error? Sometimes when I get this error a reload will bring it back up.
Last edit: 13 Dec 2016 20:12 by cncnoob1979.
Please Log in or Create an account to join the conversation.
Time to create page: 0.080 seconds