When I SSH into my server I get this message:
*** /dev/sdc1 will be checked for errors at next reboot ***
*** /dev/sdb1 will be checked for errors at next reboot ***
Yet when I have rebooted I still get the same message, is there a way to check for error's while the server is running, Synaptic package manager doesn't work as it is a 12.04LTS install.
Thanks
Andy
How to check HDD's for filesystem error's
Re: How to check HDD's for filesystem error's
Hi Andy,
This seems to be a feature in 12.04. Try the following:
Does that help?
Ian.
This seems to be a feature in 12.04. Try the following:
Code: Select all
sudo touch /forcefsck
Code: Select all
sudo shutdown -r now
Does that help?
Ian.
Re: How to check HDD's for filesystem error's
Hi Ian.
Erm in a word no.
But I fixed by following this link. post 9.
http://ubuntuforums.org/showthread.php?t=1769477
Ignore this line
as it should read:
or what I did:
Worked like a charm.
Andy
Erm in a word no.
But I fixed by following this link. post 9.
http://ubuntuforums.org/showthread.php?t=1769477
Ignore this line
Code: Select all
sudo vi /etc/fastab
as it should read:
Code: Select all
sudo vi /etc/fstab
or what I did:
Code: Select all
sudo vim /etc/fstab
Worked like a charm.
Andy
Re: How to check HDD's for filesystem error's
Ah ok. Glad you got it sorted
Ian.
Ian.