Find the answer to your Linux question:
Results 1 to 4 of 4
My raid 1 array mount point /storage2 with ext3 filesystem went into read only mode this morning, I can't figure out what caused it but it stop my PVR across ...
  1. #1
    Linux Newbie Mad Professor's Avatar
    Join Date
    May 2006
    Posts
    128

    filesystem falls into read only?

    My raid 1 array mount point /storage2 with ext3 filesystem went into read only mode this morning, I can't figure out what caused it but it stop my PVR across the network cold by denying it access.

    This raid 1 is in my fileserver with another array running raid 5.
    also running centos 5.3 and samba 3.2x

    what would cause a filesystem to fall into read only mode during operation?

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,100
    A broken disk.

    Look for errors in
    Code:
    dmesg
    and if you have software raids, you can do:
    Code:
    cat /proc/mdstat
    You must always face the curtain with a bow.

  3. #3
    Just Joined! chanduderoyal's Avatar
    Join Date
    Dec 2009
    Posts
    2
    are u using multipath devices (SAN)

  4. #4
    Linux Newbie Mad Professor's Avatar
    Join Date
    May 2006
    Posts
    128
    Quote Originally Posted by Irithori View Post
    A broken disk.

    Look for errors in
    Code:
    dmesg
    and if you have software raids, you can do:
    Code:
    cat /proc/mdstat
    I've restarted the machine that fix the problem, but if it does it again I will run dmesg.

    System does it's raid by the hardware, centos handles the filesystems.

    Quote Originally Posted by chanduderoyal View Post
    are u using multipath devices (SAN)
    Not sure what multipath devices are, but it's not a SAN all the drives are local.

Posting Permissions

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