ACL Shows some issues

slkamath

Dabbler
Joined
Sep 15, 2018
Messages
14
Hi Everyone,

I have recently upgraded to TrueNAS from FreeNAS.

If i try to edit the ACL it is showing - Could not find a group name for this group ID.

While saving the it shows - Error: [Errno 30] Read-only file system.

I have also uploaded the error screenshot for your information.

So can anyone help me to resolve this issue?

Thanks in advance.

Lokesh Kamath
 

Attachments

  • Error 1.png
    Error 1.png
    22.7 KB · Views: 301
  • Error 2.png
    Error 2.png
    7.1 KB · Views: 338

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,553
First error means that group 1002 does not exist on your server. Second error means that the filesystem is readonly.
Code:
     30    EROFS Read-only    file system.  An attempt was made to modify a file or
         directory on a file system    that was read-only at the time.


Possibly ZFS dataset is set to readonly.
 

slkamath

Dabbler
Joined
Sep 15, 2018
Messages
14
Thanks for your information.

How to solve this issue?
Group ID 1002 is not there. I have created only 1 group. i.e Admin & 1 User i.e administrator. If I select Group Admin also I am getting same error.

How to change the ZFS Dataset readonly to read & write & execute?
 

Attachments

  • Group.png
    Group.png
    9.3 KB · Views: 255
  • Admin Group Memebrs.png
    Admin Group Memebrs.png
    5.5 KB · Views: 258
  • Users.png
    Users.png
    11.1 KB · Views: 261

ZiggyGT

Contributor
Joined
Sep 25, 2017
Messages
125
Thanks for your information.

How to solve this issue?
Group ID 1002 is not there. I have created only 1 group. i.e Admin & 1 User i.e administrator. If I select Group Admin also I am getting same error.

How to change the ZFS Dataset readonly to read & write & execute?
How did you get rid of this "[Errno 30] Read-only file system" error it has me stumped

To try to resolve I used the shell to go in and do a "chmod 777 media"
I received an error "chmod: Media: Read-only file system".
When I received this error message, I realized that the read only must be part of the way the dataset was created. Sure enough I had looked at that screen and not noticed that it had been created as read -only about 100 times. I changed that and...Things are working. Only problem is that the DVR cannot write the recordings. Any one else deal with this?
 
Last edited:
Top