Unable to write anything on my external 2tb hard drive

hey, i am here with an issue.
after instelling zoren os in my pc, i unable to write anything on my other external 2tb hard drives.when i use to paste something a pop-up will apper and it says-ERROR WHILW COPIYING.The destinction is read only.even i can't able to create a single file on that hard disk.


i think that it is an issue of granting the permission of read and write,Then i also checked, it is correct, i already gave permission to read and write, but it can't works.
please help me to resolve this problem. :slightly_smiling_face:

Please install

sudo apt install ntfs-3g

What method did you use to assign permissions?

1 Like

What makes you think that it is a ntfs partition? :thinking:

Is it a FAT32 partition? And is the size of the file you are trying to paste more than 4GB in size? Please remember FAT32 partitions can't hold files of size more than 4GB.

1 Like

Three excellent reasons:

  • "Company related Documents" - That will be using Windows.
  • Video file being transferred - That means it is significant in size
  • It almost always is ntfs. :neutral_face:
2 Likes

Even I am not able to create a single file :roll_eyes:

Can you please tell the partition type?

IN HARD DISK PROPERTIES, I FOUND A PERMISSION COLUMN,


HERE I GRAMT IT TO CREATE OR DELETE FILES.

LOOK, WHAT OUTCOMES AFTER WRITE sudo apt install ntfs-3g THIS IN TERMINAL.

1 Like


LOOK, HERE NEW FOLDER AND PASTE OPTION IS NOT VISIBLE.
WHY THIS HAPPENING :expressionless: :expressionless:

In terminal enter:

sudo ntfsfix /dev/sda1
2 Likes

After that . Will my data be protected or will it be deleted?

I have used that command multiple times and it did not cause any issue. Using it too many times on the same disk might cause a problem but I found it totally safe.
However, if you are still afraid to use it...You can use chkdsk in Windows.

I TRUST YOU.
HERE IS THE RESULTS

1 Like

Now can you create/copy-paste files in that disk?

NOT YET:worried:

Do you have a Windows PC around?

No, other than computer i only have a laptop. So how could i connect my hard drive with it.

The ntfsfix command should have worked. Other than that I know of the chkdsk command that works with windows. Can you please unmount and then mount the drive again? I still the think that the ntfsfix command worked.

ok wait, i'll try.!