You are not logged in.

#1 2009-10-30 20:53:15

n0dix
Member
Registered: 2009-09-22
Posts: 956

[SOLVED]Problem with filesystem after update.

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 0

What 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 sad

Someone with an idea

Last edited by n0dix (2009-10-31 02:03:32)

Offline

#2 2009-10-30 20:56:30

Lothium
Member
Registered: 2009-10-10
Posts: 192

Re: [SOLVED]Problem with filesystem after update.

Press Ctrl+D and then fsck should work normal.

Offline

#3 2009-10-30 21:35:16

n0dix
Member
Registered: 2009-09-22
Posts: 956

Re: [SOLVED]Problem with filesystem after update.

Lothium wrote:

Press Ctrl+D and then fsck should work normal.

No, dont work. When i press Ctrl+D the computer reboot.

Offline

#4 2009-10-30 22:54:18

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,731
Website

Re: [SOLVED]Problem with filesystem after update.

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/sdxY

Where xY is the correct partition of your root filesystem.

Offline

#5 2009-10-30 23:22:20

n0dix
Member
Registered: 2009-09-22
Posts: 956

Re: [SOLVED]Problem with filesystem after update.

graysky wrote:

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/sdxY

Where 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

#6 2009-10-31 02:02:12

n0dix
Member
Registered: 2009-09-22
Posts: 956

Re: [SOLVED]Problem with filesystem after update.

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

Board footer

Powered by FluxBB