Results 1 to 2 of 2

Thread: how to mount / partition as read only

Hybrid View

  1. #1

    how to mount / partition as read only

    Dear All,

    I Want to mount / partition is read only.when i use the following command its prompt me that / is busy

    mount -o remount,ro /

    I am New to Linux please to mount / partition is read only

    Thanks

  2. #2
    You can use the lsof command to check which processes are using that filesystem.
    i.e.
    bash# lsof /

    Make sure you are not in a folder that belongs to that filesystem.
    Regards,
    Protocentux.

Similar Threads

  1. Could not mount partition in Yast
    By shagnthings in forum Linux - General Topics
    Replies: 9
    Last Post: 01-21-2005, 05:35 PM
  2. read this!
    By dox in forum Linux - General Topics
    Replies: 5
    Last Post: 11-10-2003, 02:27 PM
  3. How do i mount a Windows partition under RHL??
    By in forum Linux - Software, Applications & Programming
    Replies: 30
    Last Post: 10-11-2003, 08:17 PM
  4. mount windows partition
    By doggiebone in forum Redhat / Fedora
    Replies: 9
    Last Post: 11-03-2002, 05:35 PM
  5. Create a 1GB partition from 10GB WinXP partition
    By gcb in forum Linux - General Topics
    Replies: 7
    Last Post: 12-14-2001, 04:23 AM

Bookmarks

Posting Permissions

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