2

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:

  1. Running a Linux system. Different flavors and different computers. (Ubuntu Gnome 17.10 and Mint 18.3.)

  2. Drives formatted as EXT4 (BIOS supports large drives.)

  3. Drives were equal or greater than 4 TB.

Common problems:

  1. Assigned all permissions to these drives to ROOT.

  2. 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.

fossfreedom
  • 174,526
lloyd
  • 59
  • 5

1 Answers1

0

I finally am getting back to this post.

I was right about the problem being created by updates. It turned out that updates had changed the usage permissions on all USB devices, and were restricting usage. A timer seemed to be enacted for all permissions on all USB devices. Since I transfer large files between drives all of the time, this was a serious problem. I was exceeding the times allowed for file transfers between USB devices.

My solution was to change the permissions for all USB devices.

I have heard comments about me weakening the security on my system. But the fact is that my computer is not even usable without continuous access to USB devices.

Another fact is/was that those security updates cost me many files which were not replaceable.

Plus those security updates cost me one hard drive, which to overheated to the point where it fried itself and was no longer usable. It completely burned out while trying to unsuccessfully write large files which the permissions had timed out on and operating system was blocking.

I solved this problem many months ago by changing the permissions, but this is not a satisfactory solution for everyone. This problem is solved from my perspective. These days, I keep a close eye on all new updates which effect my USB drives.

lloyd
  • 59
  • 5