Questions tagged [readwrite]
8 questions
28
votes
5 answers
Why is an nfs server mounted as rw returning read only filesystem errors
I am working on a Ubuntu Server 64bit. I have mounted an nfs as rw, but whenever I try to edit anything on the mountpoint in question, I get a read-only filesystem error
my etc/fstab reads:
# …

stupac8908
- 393
- 1
- 3
- 5
2
votes
0 answers
NFS read/write mountpoint returns read-only file system error when written
I have two nodes running CentOS Linux release 7.3.1611 (Core), one for computing (mu01), the other for storage (io01). As root, I mounted a directory /data on io01 to /data on mu01 by mount -t nfs -o vers=4 io01:/data /data. However, when I tried to…

wdg
- 153
- 1
- 5
2
votes
1 answer
nfs mount a rw nexenta share for all users on linux client -- failing
Situation:
We are using a Nexenta appliance for NFS file serving (nfs v3). We are sharing a path for anonymous read/write access.
We have a Linux host we would like to mount that exported read/write share and also allow anonymous read/write access…

Jim
- 355
- 1
- 4
- 14
1
vote
1 answer
Ubuntu server mounted in read-only?
This morning my Ubuntu server suddenly appeared in read-only mode.
Google says this can happen after updates.
I restarted the server and it booted with fsck errors:
Inodes that were parts of a corrupted orphan linked list…

Martin
- 220
- 3
- 9
1
vote
1 answer
Give read/write permission to FTP in linux server,(Client Windows)
How to give read/write permission to
FTP (vsftpd) in linux (RHEL 5) server
( Client Windows ) ?
How can i do if i want to give write
permission for specific folder ?

Kumar
- 823
- 3
- 20
- 43
1
vote
0 answers
Slow 4K read/write speed
I've a problem of random writing speed on a Lenovo X3650 M5 with ServeRAID M5210.
The server has seven 600GB SAS disks divided into two logical groups: a RAID1 (2 disks) and a RAID10 (4 disks)
The last disk is a global hot spare.
The RAID 10 has…

sKo
- 11
- 2
1
vote
2 answers
slow read on openzfs/Linux via NFSv3 on Debian 10
because of my unanswered question : qemu snapshot exclude device
i decided to use NFSv3 for the VM to handle user data.
Because of slow performance of BTRFS after maintance-tasks i use now zfs Raid1 Version: buster-backports 0.8.3-1 on the Debian…

jew
- 11
- 7
0
votes
1 answer
How to start Cygwin's NFS server in read-write mode?
Installed Cygwin's NFS server. It works. But I can't make it allow writing to the filesystem. Why does it fail?
Server:
$ cat /etc/exports
#/ 10.99.98.2(rw,no_root_squash)
/cygdrive/c/foranevia…

Vi.
- 841
- 11
- 19