Forum Discussion
SameerSheikh
Nov 08, 2021Copper Contributor
Robocopy did something weird and now my iSCSI volume shows it's at 100% capacity
Hello All, I'd really appreciate some help resolving this issue. I was using robocopy to copy the contents from one iSCSI volume to another - moving folder redirection contents from the old to t...
SameerSheikh
Nov 11, 2021Copper Contributor
Hello,
Thank you for the reply. Now I know what to do to copy over the content from the other redirected folders.
But this doesn't solve the problem that I'm having, so any suggestions on what I can now do to fix this issue?
Thank you for the reply. Now I know what to do to copy over the content from the other redirected folders.
But this doesn't solve the problem that I'm having, so any suggestions on what I can now do to fix this issue?
SergejKiller
Nov 12, 2021Brass Contributor
The diskpart screenshot shows that all disk space is allocated to partitions. It doesn't mean that partitions are full. it just means that you won't be able to create new partitions as all disk space is already allocated. It has nothing to do with the free space.
The write protected disk issue you need address on the iSCSI server side (TrueNAS). Disconnect the iSCSI disk and repartition inside TrueNAS, then reconnect it again.
The write protected disk issue you need address on the iSCSI server side (TrueNAS). Disconnect the iSCSI disk and repartition inside TrueNAS, then reconnect it again.
- SameerSheikhNov 13, 2021Copper Contributor
With respect to the write protected issue, if it's a result of TrueNAS, then why can I remove the write protection through DiskPart?
The problem with repartitioning is that I'll lose everything on that iSCSI disk/volume. So, this isn't an acceptable option. I need to be able to resolve the issue without destroying the data.
Nothing different has happened with the TrueNAS server. I did not change anything on that server; the iSCSI share was working perfectly before I ran robocopy: robocopy seems to have broken everything.As for disconnecting and reconnecting, I've disconnected and reconnected the iSCSI disk/volume many times, but that hasn't improved anything.
Here's the output of the command you requested:
It shows "Trim supported".
- SergejKillerNov 12, 2021Brass ContributorA bit orthogonal question:
Sameer, could you please run "fsutil fsinfo sectorinfo f:"?
Does it say "Trim supported" or "Trim Not Supported"?