Activity for Vladimir

  • Vladimir Vladimir posted a comment on discussion Help

    Hi Rysz, how often you add files to snapraid, in whish portion size? Jut to understand your experience of usage snapraid. This is question about intense of usage. My installation grows: 2023-03-01-20-30-03 - Status.log Line 48: summary:disk_file_size:X0001:679537539513 Line 61: summary:disk_file_size:X0002:0 Line 74: summary:disk_file_size:X0003:0 Line 87: summary:disk_file_size:X0101:0 Line 100: summary:disk_file_size:X0102:0 Line 113: summary:disk_file_size:X0103:0 Line 126: summary:disk_file_size:X0104:0...

  • Vladimir Vladimir posted a comment on discussion Help

    I don't need to convince you at all. You suggest some solution, again. Developers of DrivePool 2.X fixed ~ 400 bugs from 2.0.0.154 to 2.3.7.1570. How can you suggest so buggy app to use with important data? Also it comes with proprietary driver for combine disks. Its dead block for using this software. At some day project will be closed, Drive Bender and Flex Raid already died. I say it again, I'm already have working solution, but on PowerShell scripts. But it good feature to save time. Maybe you...

  • Vladimir Vladimir posted a comment on discussion Help

    Duplicate, please delete,

  • Vladimir Vladimir modified a comment on discussion Help

    Ok David, trying in this manner: I'm not asking to you, what to do. You opinion in this question not interested for me. You have already made hasty conclusions, and from that moment on your opinion has lost authority. People free to post any suggestions. If this suggestion not interested to developer, its absolutely fine. But i'm not asking you opinion about that.

  • Vladimir Vladimir posted a comment on discussion Help

    Ok David, say in this manner: I'm not asking to you you what to do. You opinion in this question not interested for me. You have already made hasty conclusions, and from that moment on your opinion has lost authority. People free to post any suggestions. If this suggestion not interested to developer, its absolutely fine. But i'm not asking you opinion about that.

  • Vladimir Vladimir posted a comment on discussion Help

    David, you say that's is not easy to implement. For example, here a Part of my PowerShell script to check files after sync, and remove duplicates from import folder: Removed some stuff: #Initializing Arrays $ImportedFiles = @() $ImportedDirectory = @() $ArchivedFiles = @() $ArchivedFilesFiltered = @() Write-Host ForEach($I In $ImportedLocation) { If((Test-Path -LiteralPath $I) -EQ $True) { $CurrentLocation = Format-Path -Path $I Write-Host 'Imported Files Location :' $CurrentLocation -ForegroundColor...

  • Vladimir Vladimir posted a comment on discussion Help

    Hello David, DrivePool its additional product, and i'm not trust to this product. Suggested feature, easy to implement, but huge step to automate routine tasks, and rise file protection level on data transfer step.

  • Vladimir Vladimir posted a comment on discussion Help

    Hello, some suggestion for furner development. Automatic data transfer and utilization of disks. We have some small software raid in system, name it TempStorage (Storage Spaces Mirror or whatever). We Have Folder on Storage named Import or something like that. We configure SnapRAID to handle this folder, respect folder hierarchy. Copy data from import folder to disks respect hierarchy on source > sync > compare Source / Files On Disks > remove files from source. Benefits. * Utilize disks with not...

  • Vladimir Vladimir posted a comment on discussion Help

    Hello, some suggestion for furner development. Automatic data transfer and utilization of disks. We have some small software raid in system, name it TempStorage (Storage Spaces Mirror or whatever). We Have Folder on Storage named Import or something like that. We configure SnapRAID to handle this folder, respect folder hierarchy. Copy data from import folder to disks respect hierarchy on source > sync > compare Source / Files On Disks > remove files from source. Benefits. Utilize disks with not need...

  • Vladimir Vladimir posted a comment on discussion Help

    Thanx Andrea!

  • Vladimir Vladimir posted a comment on discussion Help

    Thanx Andrea!

  • Vladimir Vladimir posted a comment on discussion Help

    Thanx Andrea!

  • Vladimir Vladimir posted a comment on discussion Help

    Yes, -v for each command wil be ok.

  • Vladimir Vladimir posted a comment on discussion Help

    Hi Fred, please post some logs with errors and state of array to figure out what happens.

  • Vladimir Vladimir posted a comment on discussion Help

    Hi! My opinion, more disk with less size will be faster. 10x4 tb = read 4tb 10 times in parallel. equivalent read 4tb at 80-100 mb for each disk 4x16 tb = read 16tb 4 times in parallel. equivalent read 16tb at 80-100 mb for each disk 8x4tb + 2x16tb = read 4tb 10 times in parallel and after 2x8tb from left 16tb disks. equivalent read 4tb at 80-100 mb for each disk and after 8tb 80-100 for each disk. This happens if all disk 95% full.

  • Vladimir Vladimir posted a comment on discussion Help

    Hi, SnapRAID check atribute 5, 187, 188, 193, 197, 198. You have Command_Timeout 30065295384 events. But its not shure. Compare smart of other drives. Check correlation.

  • Vladimir Vladimir modified a comment on discussion Help

    Ok, im checked the code. SnapRAID check every block when sync. If block changed - this isnt problem, block skipped for next sync. If block failed, SnapRAID try to recover it on the fly, not rewriting any data, just completing building new parity. If this not possible sync stopping and error will be throw. If all ok: if we have read all the data required and it's correct, proceed with the parity. Only in that case sync continue and new parity writen. https://github.com/amadvance/snapraid/blob/aa04edecccb984958645c26ec74463bfe26c2bdd/cmdline/sync.c#L1163C6-L1163C85...

  • Vladimir Vladimir posted a comment on discussion Help

    Ok, im checked the code. SnapRAID chec every block when sync. If block changed - this isnt problem, block skipped for next sync. If block failed, SnapRAID try to recover it on the fly, not rewriting any data, just completing building new parity. If this not possible sync stopping and error will be throw. If all ok: if we have read all the data required and it's correct, proceed with the parity. Only in that case sync continue and new parity writen. https://github.com/amadvance/snapraid/blob/aa04edecccb984958645c26ec74463bfe26c2bdd/cmdline/sync.c#L1163C6-L1163C85...

  • Vladimir Vladimir posted a comment on discussion Help

    I guess that on sync SnapRAID save hash for every new file. That hash used for scrub and other operations. When you add new files, on sync, SnapRAID do the same things, but, not calculate hash for unchanged files. When corruptions occured, that hash used for check fixed files.

  • Vladimir Vladimir posted a comment on discussion Help

    Hello, you can use list command with output to log. snapraid.exe --verbose --log allfiles.log list At the bottom section of log you will find records like: data:disklabel:path

  • Vladimir Vladimir posted a comment on discussion Help

    Confirm issue. W11/12.2. 24H hashing, ~ At 10TB percent resets.

  • Vladimir Vladimir posted a comment on discussion Help

    Try to use verbose logging and post it for further analyze

  • Vladimir Vladimir posted a comment on discussion Help

    Try to use -S, --start BLKSTART Starts the processing from the specified block number. It could be useful to retry to check or fix some specific block, in case of a damaged disk. It's present mainly for advanced manual recovering. -B, --count BLKCOUNT Processes only the specified number of blocks. It's present mainly for advanced manual recovering. то control portion of recovery also you can use -f, --filter PATTERN Filters the files to process in "check" and "fix". Only the files matching the entered...

  • Vladimir Vladimir posted a comment on discussion Help

    If mount all this folders using SymbolicLink New-Item -ItemType SymbolicLink -Path C:\Storage\D0101\ -Target \\D01\D0101\ and so on, for all drives. Recovery with fix complete as expected. Missing files restored. version:12.2 unixtime:1673056338 time:2023-01-07 04:52:18 command:diff argv:0:C:\SnapRAID\snapraid.exe argv:1:--verbose argv:2:--log argv:3:C:\SnapRAID\2023-01-07-04-52-18 - Diff.log argv:4:diff conf:file:C:/SnapRAID/snapraid.conf uuid:windows:2218798760:84402ea8: uuid:windows:3292914348:c445e2ac:...

  • Vladimir Vladimir modified a comment on discussion Help

    Hello. Need some help. I'm testing SnapRAID to move on it. Installed 3 VMware machines, windows 11 21H2. Main machine have 2 local paryty drives. 2 machines exports shared folders: \\D01\D0101\ \\D01\D0102\ \\D02\D0201\ \\D02\D0202\ I want to use SnapRAID in that way. 1 machine for recovery drives, up to 5 HDD attached. 2 servers with jbod and 12 disks, shared by network (Windows SMB). This is cold archive, performance not interested. Configuration file: parity y:\snapraid.parity 2-parity z:\snapraid.parity...

  • Vladimir Vladimir modified a comment on discussion Help

    Hello. Need some help. I'm testing SnapRAID to move on it. Installed 3 VMware machines, windows 11 21H2. Main machine have 2 local paryty drives. 2 machines exports shared folders: \\D01\D0101\ \\D01\D0102\ \\D02\D0201\ \\D02\D0202\ Configuration file: parity y:\snapraid.parity 2-parity z:\snapraid.parity content \\D01\D0101\snapraid.content content \\D01\D0102\snapraid.content content \\D02\D0201\snapraid.content content \\D02\D0202\snapraid.content content y:\snapraid.content content z:\snapraid.content...

  • Vladimir Vladimir posted a comment on discussion Help

    Hello. Need some help. I'm testing SnapRAID to move on it. Installed 3 VMware machines, windows 11 21H2. Main machine have 2 local paryty drives. 2 machines exports shared folders: \\D01\D0101\ \\D01\D0102\ \\D02\D0201\ \\D02\D0202\ Configuration file: parity y:\snapraid.parity 2-parity z:\snapraid.parity content \\D01\D0101\snapraid.content content \\D01\D0102\snapraid.content content \\D02\D0201\snapraid.content content \\D02\D0202\snapraid.content content y:\snapraid.content content z:\snapraid.content...

1