This is my 2nd time around with an internal 4 TB drive or greater. And I seem to have continuous problems with permissions. I also had as problem with an external 6 TB drive and permissions. This has been happening on different computers. All were all running a Linux system. All drives were running an EXT4 system. I seems to have solved the problem with the external drive by formatting it as a NTFS files system.
However, on internal drives, I should be able to run them as a EXT4 files system. What happens is that I format them, then loose permissions to them after I re-boot. I can access them, but can not do anything else. I can not post files to them or create internal directories.
I've had the same problem with Ubuntu Gnome and Mint. What do I need to do, format them as NTFS drives?
I have tried the various 'chrown' and 'chmod' commands with various settings. No help. I get the message that permissions have been changed, then I access the drive. No change.
On one computer, my home directory was encrypted. On the other computer, it was not.
All hardware has been replaced and updated. New CPU. New motherboard. New power supply. New memory. Etc.
Tried: cd /media/lloyd/SyS_10
sudo chmod -R -v 777 *
No help
Tried: cd /media/lloyd/SyS_10
sudo chown -R -v lloyd:lloyd *
Again, no help.
Also tried some other things, which did not help. But can't remember the sequence.
Common points between them:
Running a Linux system. Different flavors and different computers. (Ubuntu Gnome 17.10 and Mint 18.3.)
Drives formatted as EXT4 (BIOS supports large drives.)
Drives were equal or greater than 4 TB.
Common problems:
Assigned all permissions to these drives to ROOT.
All stated that I did not have ROOT Permissions.
It appears to me as if there is a bug in either Ubuntu or EXT4 when using multiple drives and those additional drives are larger than 2 TB. (I am leaning towards thinking that the bug is in EXT4 where the additional drives are larger than 2 TB.) This bug does not seem to affect the main drive. Sda1 or sda2 drive.
sudo ls -l /media/lloyd/SyS_10
– dadexix86 Feb 03 '18 at 16:08