HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Getting error: Read-only file system
Operating System - Linux
1830242
Members
2357
Online
109999
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
Forums
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
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
11-01-2006 07:53 PM
11-01-2006 07:53 PM
Getting error: Read-only file system
#df -k | more
/dev/mapper/vg00-home 2030995 1295637 630638 68% /home
/dev/mapper/vg00-db2home 4128448 496560 3422176 13% /home/db2home
/dev/mapper/vg03-db2home 4128448 1879024 2039712 48% /home/db2home/db2iri1
/dev/mapper/vg03-db2--wasdbd01 10321208 1587124 8209796 17% /db2-wasdbd01
#cd /home
# ll | more
drwxrwxrwx 12 db2iri db2iadm 4096 Nov 2 01:31 db2home
# cd db2home
# ll
drwxr-xr-x 17 db2iri1 db2iadm 4096 Nov 1 16:06 db2iri1
drwxr-xr-x 6 db2iri2 db2iadm 4096 Jul 12 18:44 db2iri2
# pwd
/home/db2home
# touch a
# ll
-rw-r--r-- 1 root root 0 Nov 2 02:48 a
drwxr-xr-x 17 db2iri1 db2iadm 4096 Nov 1 16:06 db2iri1
drwxr-xr-x 6 db2iri2 db2iadm 4096 Jul 12 18:44 db2iri2
# cd db2iri1
# ll
-rw-r--r-- 1 db2iri1 db2iadm 16440 Sep 12 12:13 1104.txt
-rw-r--r-- 1 db2iri1 db2iadm 15148 Sep 12 12:14 1154.txt
drwxr-xr-x 6 db2iri1 db2iadm 4096 Oct 24 10:08 cheng
# pwd
/home/db2home/db2iri1
# touch a
touch: cannot touch `a': Read-only file system
# mv 1104.txt 1104txt.txt
mv: cannot move `1104.txt' to `1104txt.txt': Read-only file system
# cd /db2-wasdbd01
# ll
drwxr-xr-x 3 db2iri1 db2iadm 4096 Mar 31 2006 archivelog
drwxr-xr-x 3 db2iri1 db2iadm 4096 Oct 21 19:32 backups
# touch a
touch: cannot touch `a': Read-only file system
#
I am not able to make any changes in /home/db2home/db2iri1 & /db2-wasdbd01, These two files system are under vg03,
under vg03, there is no other file system
Please suggest what to do without lost my data.
/dev/mapper/vg00-home 2030995 1295637 630638 68% /home
/dev/mapper/vg00-db2home 4128448 496560 3422176 13% /home/db2home
/dev/mapper/vg03-db2home 4128448 1879024 2039712 48% /home/db2home/db2iri1
/dev/mapper/vg03-db2--wasdbd01 10321208 1587124 8209796 17% /db2-wasdbd01
#cd /home
# ll | more
drwxrwxrwx 12 db2iri db2iadm 4096 Nov 2 01:31 db2home
# cd db2home
# ll
drwxr-xr-x 17 db2iri1 db2iadm 4096 Nov 1 16:06 db2iri1
drwxr-xr-x 6 db2iri2 db2iadm 4096 Jul 12 18:44 db2iri2
# pwd
/home/db2home
# touch a
# ll
-rw-r--r-- 1 root root 0 Nov 2 02:48 a
drwxr-xr-x 17 db2iri1 db2iadm 4096 Nov 1 16:06 db2iri1
drwxr-xr-x 6 db2iri2 db2iadm 4096 Jul 12 18:44 db2iri2
# cd db2iri1
# ll
-rw-r--r-- 1 db2iri1 db2iadm 16440 Sep 12 12:13 1104.txt
-rw-r--r-- 1 db2iri1 db2iadm 15148 Sep 12 12:14 1154.txt
drwxr-xr-x 6 db2iri1 db2iadm 4096 Oct 24 10:08 cheng
# pwd
/home/db2home/db2iri1
# touch a
touch: cannot touch `a': Read-only file system
# mv 1104.txt 1104txt.txt
mv: cannot move `1104.txt' to `1104txt.txt': Read-only file system
# cd /db2-wasdbd01
# ll
drwxr-xr-x 3 db2iri1 db2iadm 4096 Mar 31 2006 archivelog
drwxr-xr-x 3 db2iri1 db2iadm 4096 Oct 21 19:32 backups
# touch a
touch: cannot touch `a': Read-only file system
#
I am not able to make any changes in /home/db2home/db2iri1 & /db2-wasdbd01, These two files system are under vg03,
under vg03, there is no other file system
Please suggest what to do without lost my data.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2006 09:25 PM
11-01-2006 09:25 PM
Re: Getting error: Read-only file system
I have restarted the server and now i am able to work in this file systems
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP