Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Unix >> Linux >> RHEL >> How to remount read-only fileystem as read-write

check whether currently the filesystem is mounted read only

# cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext3 ro,data=ordered 0 0

## remount with read-write

# mount -o remount,rw <filesystem_path>



 

 

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]