F5F Stay Refreshed Hardware Desktop Transfer from HDD to HDD is taking a long time.

Transfer from HDD to HDD is taking a long time.

Transfer from HDD to HDD is taking a long time.

Pages (2): Previous 1 2
D
Drayden_
Member
181
06-17-2016, 04:53 PM
#11
Disable RAID in the BIOS, remove the fifth array. Ensure all drives appear in Windows. Set up a storage space volume using those four drives. Generate a new virtual disk with column count 3, interleave size 256KB, NTFS format, 512KB cluster size.
D
Drayden_
06-17-2016, 04:53 PM #11

Disable RAID in the BIOS, remove the fifth array. Ensure all drives appear in Windows. Set up a storage space volume using those four drives. Generate a new virtual disk with column count 3, interleave size 256KB, NTFS format, 512KB cluster size.

X
xBoycar
Junior Member
15
06-22-2016, 06:08 AM
#12
Thank you for the explanation—it's really assisting me. I'll give it a try and let you know back! Thanks again!
X
xBoycar
06-22-2016, 06:08 AM #12

Thank you for the explanation—it's really assisting me. I'll give it a try and let you know back! Thanks again!

B
Breadstonee
Member
220
07-01-2016, 09:43 PM
#13
I tried to set up storage using four disks, but when I opened the storage option it didn’t show any choices. In the Disk Manager I couldn’t locate a virtual disk option and saw an error saying I can’t create a new virtual disk with 3 columns and a 256k interleave size. I’m not sure where to go or how to fix this. Thanks for your help!
B
Breadstonee
07-01-2016, 09:43 PM #13

I tried to set up storage using four disks, but when I opened the storage option it didn’t show any choices. In the Disk Manager I couldn’t locate a virtual disk option and saw an error saying I can’t create a new virtual disk with 3 columns and a 256k interleave size. I’m not sure where to go or how to fix this. Thanks for your help!

M
MrWorldWide_e
Member
65
07-01-2016, 10:56 PM
#14
To create the virtual disk using PowerShell, follow the command structure you described. Ensure you retrieve the storagepoolfriendlyname first by running get-storagepool. Once obtained, use New-VirtualDisk with the appropriate parameters such as friendly name, maximum size, interleave size, and columns. Format the disk via NTFS afterward and set the cluster size to 512KB.
M
MrWorldWide_e
07-01-2016, 10:56 PM #14

To create the virtual disk using PowerShell, follow the command structure you described. Ensure you retrieve the storagepoolfriendlyname first by running get-storagepool. Once obtained, use New-VirtualDisk with the appropriate parameters such as friendly name, maximum size, interleave size, and columns. Format the disk via NTFS afterward and set the cluster size to 512KB.

B
BoChesa
Member
73
07-03-2016, 02:51 AM
#15
Success @Electronics Wizardy I followed the command you suggested and corrected the spelling from the Windows online guide. Here’s what I ended up using: New-VirtualDisk -StoragePoolFriendlyName "Pool1" -Interleave 256KB -FriendlyName "Disk1" -UseMaximumSize -ResiliencySettingName Parity -NumberOfColumns 3 PowerShell Result: FriendlyName ResiliencySettingName FaultDomainRedundancy OperationalStatus HealthStatus Size FootprintOnPool StorageEfficiency
B
BoChesa
07-03-2016, 02:51 AM #15

Success @Electronics Wizardy I followed the command you suggested and corrected the spelling from the Windows online guide. Here’s what I ended up using: New-VirtualDisk -StoragePoolFriendlyName "Pool1" -Interleave 256KB -FriendlyName "Disk1" -UseMaximumSize -ResiliencySettingName Parity -NumberOfColumns 3 PowerShell Result: FriendlyName ResiliencySettingName FaultDomainRedundancy OperationalStatus HealthStatus Size FootprintOnPool StorageEfficiency

L
LoopyTehNeko
Member
55
07-03-2016, 05:06 AM
#16
I observed that storage space parity affects performance, showing disk mark results slower than actual file movement. It’s unclear why this happens, and I attempted some adjustments recently. Using three drives seems preferable since the raid stripe size matches the NTFS cluster size, allowing full writes without needing to recompute parity data.
L
LoopyTehNeko
07-03-2016, 05:06 AM #16

I observed that storage space parity affects performance, showing disk mark results slower than actual file movement. It’s unclear why this happens, and I attempted some adjustments recently. Using three drives seems preferable since the raid stripe size matches the NTFS cluster size, allowing full writes without needing to recompute parity data.

I
ItzRicky__
Member
62
07-04-2016, 03:50 PM
#17
It looks like CristalDisk behaves in both directions, suggesting there might be improved settings for more accurate measurements. I ran a quick sanity check and found that 3 strikes a good balance between speed and space usage. Thanks again for your feedback!
I
ItzRicky__
07-04-2016, 03:50 PM #17

It looks like CristalDisk behaves in both directions, suggesting there might be improved settings for more accurate measurements. I ran a quick sanity check and found that 3 strikes a good balance between speed and space usage. Thanks again for your feedback!

R
ryana115
Member
51
07-04-2016, 11:33 PM
#18
I received quite an issue today. My SSD on my PC failed and isn't showing up in any computer, even when I installed it externally. I switched to another SSD to install Windows, but now I can't see the pool drive. It appears in Disk Manager, so I'm planning to back it up elsewhere—though I'll need to order a new disk. This is really frustrating. What should I do to restore it as visible in Windows? I'm a bit nervous about making mistakes... What steps would you recommend? Thanks for your help.
R
ryana115
07-04-2016, 11:33 PM #18

I received quite an issue today. My SSD on my PC failed and isn't showing up in any computer, even when I installed it externally. I switched to another SSD to install Windows, but now I can't see the pool drive. It appears in Disk Manager, so I'm planning to back it up elsewhere—though I'll need to order a new disk. This is really frustrating. What should I do to restore it as visible in Windows? I'm a bit nervous about making mistakes... What steps would you recommend? Thanks for your help.

Pages (2): Previous 1 2