Admin/ Main account No permission

I suspect the issue is with the file system on that drive partition. Are you using this drive with other computers running Windows?
Zorin OS uses EXT4 as the file system whereas Windows uses NTFS. The way that file permissions are stored in EXT4 does not transfer to NTFS which would explain why the permissions are not taking in.

Run lsblk -f to list all block devices along with their file systems. Should return something like this (we're only interested in the second column of the drive):

NAME        FSTYPE FSVER LABEL       UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
sda
└─sda1      ext4   1.0   PLAYGROUND  febc6cb7-142e-4ba7-b05e-7b0fea87c9b9  816.5G     6% /media/zenzen/PLAYGROUND

However, this still doesn't explain why you are seeing errors while renaming and moving files. Based on the permissions alone as shown in your screenshots this should've worked anyway.

So, does this maybe happen while you have some program running that is using the drive? Or are you maybe trying to drag files between drives? If you find that it sometimes works but sometimes it doesn't, please make a note of when the error happens.


@337harvey here

@zenzen yes mate on my HDD I have zorin lite OS
but it was normal before everything IDK
I thought about it also maybe the problem that I have another OS on the HDD

image

You need to provide the -f flag to see the file system as well: lsblk -f. If it's NTFS that would explain why you can't change the permissions on any of the folders.
Assuming that is the case, you'd have to narrow down when the issue regarding moving and renaming files happens, and when it doesn't. Based solely on permissions there shouldn't be any problem so there must be something else causing this. Maybe it's when you try with a specific file or while some process is reading its contents?


yes mate , can we solve this ?

I'm afraid this only explains why you couldn't change the ownership of the files, and not the reason behind the errors your were experiencing to begin with. As I said, try to narrow down when do these errors happen.

There's another thread where a user is seeing multiple folders for what should be the same drive location. I wonder if this is the same issue... for which we still don't know what is the cause or how to solve it. You might want to take a look, in case it sounds like this may be the case for you as well:


here is my Disks nothing bad at all

I agree, can't tell anything out of place from this. My only suggestion would be to try and find a pattern on when the issue happens. Perhaps something that was recently installed, updated, etc?

Also, all this time the assumption was that this issue happened only with files from an external drive; do you have any issues with files in your home folder, too?

image
here as we can see that folders and files in the Home directory it's ok and normal working I have access, so yes it's only about the HDD which NTFS

So how to add the umask ?

I got lost from this point I tried to search how to add the umask and I found that I need to edit the /etc/fstab , is that correct ?


here the last 2 lines in the fstab file should I add this

to the end of both lines ?

so the line should be

UUID=EECA2487CA244DE1 /media/blackjokercore/Data ntfs-3g defaults,umask=022,uid=1000,gid=1000 0 0
is that correct ?

ohhh then actually it should be like this

UUID=EECA2487CA244DE1 /mnt/500GB ntfs-3g defaults,umask=022,uid=1000,gid=1000 0 0

so I'll comment this line


and I'll post instead of it
/dev/disk/by-uuid/EECA2487CA244DE1 /mnt/500GB ntfs-3g defaults,umask=022,uid=1000,gid=1000 0 0

would u explain this point more :face_with_monocle:

ok now it's better but I still can't rename any folder or change anything
here the old line which I commented (Hashed) in the fstab file


and here
image
I can change permissions
but the problem some files not changing the names at all
the folders in the 2nd partition normally renamed

nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=2nd%20Partition,umask=022,uid=1000,gid=1000

but folders in the Main partition not renaming at all none of it

nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=Main%20Partition,umask=022,uid=1000,gid=1000

@337harvey the more making me confused that it works with 2nd partition but same thing not working with main partition


as we can see here both partitions NTFS
so I used same line for both but and now permissions are same for both but why 1 of the partitions I can rename or move files and main 1 I can't :face_with_monocle: :exploding_head:

I have no windows OS at all not on my SSD neither HDD
on the HDD where the main partition and 2nd partition I have zorin lite OS @337harvey




here as you can see

1 Like

@337harvey actually I realized that the problem in 1 folder exactly the folder I need to rename the folders inside it
the main folder I can't rename and some folders inside it I can rename some other I can't
also I tried to rename using the mv command but I got the error mv: cannot move to : Directory not empty
Damn man now I'm trying to delete folder and I got this

@337harvey thanks for the information I thought system volume information it's from the old windows OS that why I was trying to delete it
now can we talk more about why I have 1 folder in this Main partition can't rename
some folders in this folder I can rename and some other I can't what to do with that ?