You are not logged in.
Hi.
I recently updated the system and reboot after that I have problems with the filesystem.
My fstab:
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0
#/dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
#/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
#/dev/fd0 /media/fl auto user,noauto 0 0
UUID=2003f829-8af8-463f-ab16-02d84bec1eb7 / ext4 defaults 0 1
UUID=135a9c14-b2af-4f4e-a928-50405e1f8928 /home ext4 defaults 0 1
UUID=54cdd49f-0041-40c7-95ef-0090c79c2dd8 swap swap defaults 0 0What appears when booting is:
Checking filesystem [FAIL]
******************* FILESYSTEM CHECK FAILED *************
* Please repair manually and reboot. Note that the root *
* filesystem is currently mounted read-only. To remount *
* it read-write type: mount -n -o remount,rw / *
* When you exit the mantenance shel the system will *
* reboot automatically. *
*********************************************************I do:
mount -n -o remount,rw /but not work.
I Follow this thread: http://bbs.archlinux.org/viewtopic.php?pid=623631, but not luck ![]()
Someone with an idea
Last edited by n0dix (2009-10-31 02:03:32)
Offline
Press Ctrl+D and then fsck should work normal.
Offline
Press Ctrl+D and then fsck should work normal.
No, dont work. When i press Ctrl+D the computer reboot.
Offline
Did you enter your root password? After doing so you should be at a root prompt at which point you can
# umount /
# fsck -v -f /dev/sdxYWhere xY is the correct partition of your root filesystem.
Offline
Did you enter your root password? After doing so you should be at a root prompt at which point you can
# umount / # fsck -v -f /dev/sdxYWhere xY is the correct partition of your root filesystem.
The fsck command output gave me a number of statistics about nodes, directories, etc.. No block appeared damaged.
After rebooting continuously beaten.
Thanks for the help.
Offline
For no apparent reason again modify fstab and leave it as it was at first, with the /dev/sdax and worked.
Thank you very much to people who were interested in my problem.
Last edited by n0dix (2009-10-31 02:03:09)
Offline