Hi,
I added 2nd HDD to Ubuntu 22.04. Mount point is /media/july/hdd2. Unable to copy from /home/Documents to /media/july/hdd2
/ect/fstab content
UUID=974c54f9-aec4-47a3-baf6-9ff1d8fbc8d3 /media/july/hdd2 ext4 defaults 0 0
Permissions for mount point (after a reboot)
july@july-HP-ZBook-15:/media/july$ ls -ltr
total 4
drwxr-xr-x 3 root root 4096 Jul 9 23:00 hdd2
I made following changes to permissions. Changes made to permission get overwritten once machine reboots. Is there a way to persists the permission changes?
july@july-HP-ZBook-15:/media/july$ chmod -R 777 /media/july/hdd2
july@july-HP-ZBook-15:/media/july$ sudo chown -R july /media/july/hdd2
july@july-HP-ZBook-15:/media/july$ ls -ltr
drwxrwxrwx 2 july root 4096 Jul 9 16:01 hdd2
Questions
a) The change in permission that I am making are they sufficient? Note: In spite of this copy fails from File Manager UI
b) How can I make sure the permission changes are permanent?
Seems I am missing something.
Please help resolve this.
Thanks