- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- File System goes to read-only mode
Operating System - Linux
1821638
Members
2948
Online
109633
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2015 02:12 AM
09-07-2015 02:12 AM
File System goes to read-only mode
Some times filesystems goes to read-only mode Solution is: Unmount the filesystem run fsck and them check again. Example: Tried to create a file : touch a touch: cannot touch `a': Read-only file system # umount /filesystem Note: you might some time face error as below: umount: /database/db: device is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1)) then # lsof <filesyustem> to see which process is holding FS from unmounting Then kill that process # kill -9 pid then again umount <filesystem> Now you might mount again and see if issue is resolved or run fsck #e2fsck -f /dev/mapper/database e2fsck 1.41.12 (17-May-2010) /dev/mapper/database_vg-database_lv: recovering journal Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information /dev/mapper/database_vg-database_lv: ***** FILE SYSTEM WAS MODIFIED ***** /dev/mapper/database_vg-database_lv: 237/327680000 files (1.3% non-contiguous), 957693776/1310717952 blocks THis should sove the issue. IF you are provided rights to reboot in case if fsck doesnt resolve the issue rebooting server will work. Thanks, Mahesh
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2016 03:52 AM
02-22-2016 03:52 AM
Re: File System goes to read-only mode
Is it resolved ?
Or you are seeking a solution here ?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP