Linux
--
Questions
--
Followers
Top Experts
When I try to create a file from the linux side on my NFS mount I get an error:
touch test3.txt
touch: creating `test3.txt': Permission denied
When i try to do a chmod on the the NFS mount I get this error:
chmod 777 mynas
chmod: changing permissions of `mynas': Operation not permitted
When i try to do a chown on the the NFS mount I get this error:
Getting chown: changing ownership of `test.txt': Operation not permitted
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Is the NFS mount read-only?
No, the NFS mount allows read/write from the servers subnet.
mount






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
wmp
/dev/hda2 on / type ext2 (rw)
none on /proc type proc (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
/dev/hda1 on /boot type ext2 (rw)
none on /dev/shm type tmpfs (rw)
/dev/hda5 on /usr2 type ext2 (rw)
10.0.0.231:/TeleInfoBackup
That should give it enough permissions...

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
showmount -e 10.0.0.231
issued from Linux?
showmount -e 10.0.0.231
Export list for 10.0.0.231:
/TeleInfoBackups (everyone)
showmount -e 10.0.0.231
Export list for 10.0.0.231:
/TeleInfoBackups 10.0.0.0/255.255.0.0,10.0.
And, better still I can now create a file in the NFS mounted directory.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
hadn't been correctly activated in the Celerra box, because it shows "everyone" instead of actual host addresses (as in your second output).
wmp
Linux
--
Questions
--
Followers
Top Experts
Linux is a UNIX-like open source operating system with hundreds of distinct distributions, including: Fedora, openSUSE, Ubuntu, Debian, Slackware, Gentoo, CentOS, and Arch Linux. Linux is generally associated with web and database servers, but has become popular in many niche industries and applications.