Erman Arslan's Oracle Forum
›
Linux
Login
Register
Search
everywhere
only in this topic
Advanced Search
read only filesystem
Classic
List
Threaded
♦
♦
Locked
7 messages
Options
Loading...
Subscribe via email
Move topic
Pin topic
Unpin topic
Lock topic
Unlock topic
Delete this topic
Delete this topic
Change title and meta tags
Embed post
Permalink
Roshan
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Nov 30, 2021; 5:19am
read only filesystem
1294 posts
RHEL 6.7
Hello Erman,
can you please advise why writer is not working on the NFS below? I mounted same on Solaris server but writer is working fine there.
mkdir: cannot create directory `test': Read-only file system
os5500.mtg.local:/NFS/DWARE /bkdw nfs rw,hard,rsize=32768,wsize=32768,proto=tcp,vers=4,timeo=600,actimeo=0 0 0
Regards,
Roshan
ErmanArslansOracleBlog
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Nov 30, 2021; 6:16am
Re: read only filesystem
Administrator
5727 posts
You have rw as an argument to that mount, but what about /etc/exports ? Did you exported this NFS share read write on the NFS host?
Roshan
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Nov 30, 2021; 7:53am
Re: read only filesystem
1294 posts
The host IP on which the NFS is mounted
showmount -e os5500.mtg.local
/NFS/DWARE 10****,
10.124.0.88
[root@RH-DATWHSE-DEV backupdw]# cat /etc/exports
/NFS/DWARE 10.124.0.88
write.jpg
Roshan
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Nov 30, 2021; 7:54am
Re: read only filesystem
1294 posts
whe I do ls -ltr on this directory is nobody:nobody
drwxrwxrwx 8 nobody nobody 12 Nov 30 08:29 backupdw
ErmanArslansOracleBlog
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Nov 30, 2021; 12:11pm
Re: read only filesystem
Administrator
5727 posts
modify /etc/exports and add (rw)
example: /usr/share/doc client01(rw)
then exportfs -a, remount and retry
Roshan
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Dec 08, 2021; 4:01pm
Re: read only filesystem
1294 posts
I did the steps but again same error. Why is the permission set to nobody:nobody
drwxrwxrwx 8 nobody nobody 13 Nov 30 19:19 backup
ErmanArslansOracleBlog
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Dec 08, 2021; 5:01pm
Re: read only filesystem
Administrator
5727 posts
You have an id mapping problem, so your configuration is incomplete..
Check the following link. (It seems okay)
https://www.thegeekdiary.com/nfsv4-mountpoint-shows-incorrect-ownerships-as-nobodynobody-in-centos-rhel/
Follow the actions described in the link above.. If you have any questions, I will try to help.
Free forum by Nabble
Edit this page