Find the answer to your Linux question:
Results 1 to 6 of 6
I have concluded that all distros decline more and more release by release. I have gone back to my first distro SuSE 9.2, this is purchased Professional version of a ...
  1. #1
    Linux User
    Join Date
    Jun 2007
    Posts
    458

    Back to Old Days

    I have concluded that all distros decline more and more release by release. I have gone back to my first distro SuSE 9.2, this is purchased Professional version of a full of software distro. When I first installed it, it booted without complain. Now root filesystem is mounting read only. Any cure?
    "When you have nothing to say, say nothing."

  2. #2
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    Type "man mount" and look for the "-n", the "-w" and the "-o remount" options.
    They should allow you to remount the filesystem writeable.

  3. #3
    Linux User
    Join Date
    Jun 2007
    Posts
    458
    I have tried
    Code:
    mount -n -o remount,rw /
    but upto no avail.

    Because you have to exit or CTRL + d to reboot, and it rebootsin RO mode.
    "When you have nothing to say, say nothing."

  4. #4
    Linux User
    Join Date
    Jun 2007
    Posts
    458
    I googled a lot, no gain.
    "When you have nothing to say, say nothing."

  5. #5
    Linux User
    Join Date
    Jun 2007
    Posts
    458
    Anybody willing to help?
    "When you have nothing to say, say nothing."

  6. #6
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,228
    Assuming that you don't have "ro" somehow set in fstab (and I imagine that's the first thing you checked), I'm not 100% certain. Is there anything in dmesg about errors in detecting your hard drive?
    DISTRO=Arch
    Registered Linux User #388732

Posting Permissions

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