Troubleshooting 179
Cannot Modify NAS FilesMixed File Ownership DeniedProblematic SMB Access From a Linux Client
Description A user or an application cannot modify a file.
Cause
• The client cannot modify a file due to lack of permissions on the file.
• The NAS volume has reached full capacity and the file system
denies any write requests, including overwrites.
• The NAS volume is a target in a replication relationship and is
read only.
Work aro und 1
If the problem appears only on some files, this is a permission
issue. Verify that the user account has modify permissions on the
file or use a different user account.
2
If the problem is related to a specific NAS volume:
a
Verify there is enough free space on the NAS volume or expand it.
b
Verify that the accessed NAS volume is not a target of a replication.
Description Both file owner and group owner must be from the same identity
type (UNIX vs NTFS). An attempt to set different identity types
was detected.
Cause It is impossible to change only the file owner id to UID if the
original file ownership is SID/GSID.
Work aro und To change the file ownership to UNIX style ownership, set UID
and GID at same time.
Description A Linux/UNIX client is trying to mount a PowerVault NX3500
share using SMB (using /etc/fstab or directly using smbmount).
A Linux/UNIX client is trying to access the file system using the
smbclient command, such as:

smbclient //<nas>/<share> -U

user%password -c ls