Find the answer to your Linux question:
Results 1 to 5 of 5
Hi Guys... I edited /etc/fstab and after that the computer won't boot up. I got as far as (Repair filesystem) 32 #mount -w -o -remount / and it says already ...
  1. #1
    Just Joined!
    Join Date
    Oct 2007
    Posts
    5

    (Repair filesystem) 32 #

    Hi Guys...

    I edited /etc/fstab and after that the computer won't boot up.

    I got as far as (Repair filesystem) 32 #mount -w -o -remount /

    and it says already mounted or busy.

    I type (Repair filesystem) 32 #mount

    And it looks like all mount points are (rw)

    I try to edit /etc/fstab but when I save it I get told that the filesystem is READ ONLY.

    Has anybody any ideas ???

    Thanks,

    John C

  2. #2
    ved
    ved is offline
    Linux User ved's Avatar
    Join Date
    Jan 2008
    Location
    New Delhi
    Posts
    309
    Can you send the output of this
    Code:
    fdisk -l
     cat /etc/fstab
    Take risks: if you win, you will be happy; if you lose, you will be wise.
    New Users : Read This First

  3. #3
    Just Joined!
    Join Date
    Oct 2007
    Posts
    5
    Hi Ved..

    Thank you for reponding.
    However, I gave up the ghost.
    I took an hdb from another server and installed it in the problem server.
    The problem server than booted and I editted /etc/fstab.
    I then removed the installed hdb and returned it to where it came from.
    The problem server then booted.

    Thanks anyway.

    Regards,

    John C

  4. #4
    Just Joined!
    Join Date
    Sep 2010
    Location
    Dhaka, Bangladesh
    Posts
    29
    I know that the problem is solved, but just for further recovery reference, you could try to mount the root filesystem by using this command

    # mount -o remount rw /
    Hope it helps..

  5. #5
    Just Joined!
    Join Date
    Oct 2007
    Posts
    5
    Hi sarmed...

    Quote Originally Posted by sarmed View Post
    I know that the problem is solved, but just for further recovery reference, you could try to mount the root filesystem by using this command



    Hope it helps..
    I have used this command before, but on this occasion I tried this many times without sucess.
    That is when I got stuck and posted this thread.
    However, it may help others.

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...