ls -al /media/victor/Backup/ Output:
insgesamt 25 drwxrwxrwx 1 root root 12288 19. Aug 13:49 . drwxr-x---+ 3 root root 4096 19. Aug 12:27 .. drwxrwxrwx 1 root root 0 19. Aug 10:43 DATA -rwxrwxrwx 2 root root 56 18. Jul 2020 .dropbox.device drwxrwxrwx 1 root root 4096 19. Aug 20:17 harddrive drwxrwxrwx 1 root root 0 19. Aug 13:24 'TEST LOCAL2' drwxrwxrwx 1 root root 0 19. Aug 13:19 .Trash-0 drwxrwxrwx 1 root root 0 19. Aug 12:56 .Trash-1000 drwxrwxrwx 1 root root 4096 18. Aug 22:55 'Vor 08.2025' I run sudo chown -R victor:victor /media/victor/Backup afterwards ls -al /media/victor/Backup/ and have the same output
insgesamt 25 drwxrwxrwx 1 root root 12288 19. Aug 13:49 . drwxr-x---+ 3 root root 4096 19. Aug 12:27 .. drwxrwxrwx 1 root root 0 19. Aug 10:43 DATA -rwxrwxrwx 2 root root 56 18. Jul 2020 .dropbox.device drwxrwxrwx 1 root root 4096 19. Aug 20:17 harddrive drwxrwxrwx 1 root root 0 19. Aug 13:24 'TEST LOCAL2' drwxrwxrwx 1 root root 0 19. Aug 13:19 .Trash-0 drwxrwxrwx 1 root root 0 19. Aug 12:56 .Trash-1000 drwxrwxrwx 1 root root 4096 18. Aug 22:55 'Vor 08.2025' I mounted the harddrive with the user ownership:
ls -al /dev/sda2 brwxrwxrwx 1 victor victor 8, 2 19. Aug 21:06 /dev/sda2 Is it possible to change the ownership of the files?
EDIT: Finally I did not need to change the ownership. The permission issues of writing files in the external hard drive which is because it was mounted in the fstab file as a type ntfs. After changing the mount type to ntf-3g, I was able to modify the data in the external hard drive as a standard user.