Dizzy49
Dabbler
- Joined
- Aug 12, 2011
- Messages
- 36
Running TrueNAS Scale 22.12.3.3
I have several 3TB and 4TB NTFS drives that I am trying to import and so far only 1 of the 5 drives have worked. The other 4 I get an error of "Error: Separator is not found, and chunk exceeded the limit".
A previous post indicated that it was an issue with a 100GB limit. I hope not because a 100GB limit on imports is kind of pointless, however, the 1 drive that worked only had 45GB of data, and the ones that didn't had 103GB, 365GB, 395GB, 435GB so there may be something to that.
It looks like all of them imported the folder structure. The 103GB looks like it may have imported data, but I get "permission denied" when I try to access any of them via shell.
I thought I could use chmod and change the permissions. I tried:
chmod -R 777 Video
I receive the following error:
chmod: changing persmissions of 'Video': Operation not permitted
chmod: cannot read directory 'Video': Permission denied
I went to the shell and tried to mount the drive directly with:
mount -t ntfs /dev/sde2 /old
I received the following error:
Error opening ready only 'dev/sde2': Permission denied
Failed to mount 'dev/sde2' : Permission denied
The other 3 drives did not import any data, but I am unable to mount any of them either.
Yes, I CAN mount them in another machine and copy the data over. For these it isn't a big deal. The problem is that doing so isn't very practical for the remaining 100TB of data on the other drives I need to import. Doing so over the network will take like a week!
Anyone have some other suggestions? If I can atleast get them mounted I can rsync the data over.
Thanks!
I have several 3TB and 4TB NTFS drives that I am trying to import and so far only 1 of the 5 drives have worked. The other 4 I get an error of "Error: Separator is not found, and chunk exceeded the limit".
A previous post indicated that it was an issue with a 100GB limit. I hope not because a 100GB limit on imports is kind of pointless, however, the 1 drive that worked only had 45GB of data, and the ones that didn't had 103GB, 365GB, 395GB, 435GB so there may be something to that.
It looks like all of them imported the folder structure. The 103GB looks like it may have imported data, but I get "permission denied" when I try to access any of them via shell.
I thought I could use chmod and change the permissions. I tried:
chmod -R 777 Video
I receive the following error:
chmod: changing persmissions of 'Video': Operation not permitted
chmod: cannot read directory 'Video': Permission denied
I went to the shell and tried to mount the drive directly with:
mount -t ntfs /dev/sde2 /old
I received the following error:
Error opening ready only 'dev/sde2': Permission denied
Failed to mount 'dev/sde2' : Permission denied
The other 3 drives did not import any data, but I am unable to mount any of them either.
Yes, I CAN mount them in another machine and copy the data over. For these it isn't a big deal. The problem is that doing so isn't very practical for the remaining 100TB of data on the other drives I need to import. Doing so over the network will take like a week!
Anyone have some other suggestions? If I can atleast get them mounted I can rsync the data over.
Thanks!
Last edited: