SnapRAID help.

SomeGuy133

2[H]4U
Joined
Apr 12, 2015
Messages
3,447
So did this get set up correctly? This is in my Norco 4224 and I want to to include all files, Hidden or windows files. I have some old C drives in folders I want to be protected. So I want hidden and root files due to some back ups I want to use snapraid for.

Since I know I have small and large files and I heard many small files can make parity larger than content disks. Should I use a smaller parity size or whatever. I will be backing up movies, word files, system files, ancronis files, music, game files, and more.

Also how do I make this use 3 parity drives? I tried using GUI since this is my first time and GUI doesn't support 3 parity so how do I tweak it.

Also how do I even know if this is working?

# Configuration for snapraid via Elucidate
# Example configuration for snapraid for Windows

# Defines the file to use as parity storage
# It must NOT be in a data disk
# Format: "parity FILE_PATH"
parity E:\snapraid.parity

# Defines the files to use as additional parity storage.
# If specified, they enable the multiple failures protection
# from two to six level of parity.
# To enable, uncomment one parity file for each level of extra
# protection required. Start from 2-parity, and follow in order.
# It must NOT be in a data disk
# Format: "X-parity FILE_PATH"
2-parity F:\snapraid.2-parity
3-parity G:\snapraid.3-parity
#4-parity H:\snapraid.4-parity
#5-parity I:\snapraid.5-parity
#6-parity J:\snapraid.6-parity

# Defines the files to use as content list
# You can use multiple specification to store more copies
# You must have least one copy for each parity file plus one. Some more don't hurt
# They can be in the disks used for data, parity or boot,
# but each file must be in a different disk
# Format: "content FILE_PATH"
content C:\snapraid\snapraid.content
content H:\array\snapraid.content
content I:\array\snapraid.content
content J:\array\snapraid.content
content K:\array\snapraid.content
content L:\array\snapraid.content
content M:\array\snapraid.content
content N:\array\snapraid.content
content O:\array\snapraid.content

# Defines the data disks to use
# The name and mount point association is relevant for parity, do not change it
# WARNING: Adding here your boot C:\ disk is NOT a good idea!
# SnapRAID is better suited for files that rarely changes!
# Format: "disk DISK_NAME DISK_MOUNT_POINT"
data d1 H:\array\
data d2 I:\array\
data d3 J:\array\
data d4 K:\array\
data d5 L:\array\
data d6 M:\array\
data d7 N:\array\
data d8 o:\array\

# Excludes hidden files and directories (uncomment to enable).
#nohidden

# Defines files and directories to exclude
# Remember that all the paths are relative at the mount points
# Format: "exclude FILE"
# Format: "exclude DIR\"
# Format: "exclude \PATH\FILE"
# Format: "exclude \PATH\DIR\"
#exclude *.unrecoverable
#exclude Thumbs.db
#exclude \$RECYCLE.BIN
#exclude \System Volume Information
#exclude \Program Files\
#exclude \Program Files (x86)\
#exclude \Windows\

# Defines the block size in kibi bytes (1024 bytes) (uncomment to enable).
# Default value is 256 -> 256 kibi bytes -> 262144 bytes
# Format: "blocksize SIZE_IN_KiB"
blocksize 128

# Automatically save the state when syncing after the specified amount
# of GB processed (uncomment to enable).
# This option is useful to avoid to restart from scratch long 'sync'
# commands interrupted by a machine crash.
# It also improves the recovering if a disk break during a 'sync'.
# Default value is 0, meaning disabled.
# Format: "autosave SIZE_IN_GB"
autosave 500

# Defines the pooling directory where the virtual view of the disk
# array is created using the "pool" command (uncomment to enable).
# The files are not really copied here, but just linked using
# symbolic links.
# This directory must be outside the array.
# Format: "pool DIR"
#pool C:\pool

# Defines the Windows UNC path required to access disks from the pooling
# directory when shared in the network.
# If present (uncomment to enable), the symbolic links created in the
# pool virtual view, instead of using local paths, are created using the
# specified UNC path, adding the disk names and file path.
# This allows to share the pool directory in the network.
# See the manual page for more details.
#
# Format: "share UNC_DIR"
#share \\server

# Defines a custom smartctl command to obtain the SMART attributes
# for each disk. This may be required for RAID controllers and for
# some USB disk that cannot be autodetected.
# In the specified options, the "%s" string is replaced by the device name.
# Refers at the smartmontools documentation about the possible options:
# RAID -> Supported_RAID-Controllers – smartmontools
# USB -> Supported_USB-Devices – smartmontools
#smartctl d1 -d sat %s
#smartctl d2 -d usbjmicron %s
#smartctl parity -d areca,1/1 /dev/arcmsr0
#smartctl 2-parity -d areca,2/1 /dev/arcmsr0
 
Last edited:
I believe 3-parity where I have 2-parity.

I have:
Code:
parity /zfs/zfs_4t1/mythtv_parity_0/parity
2-parity /zfs/zfs_4t2/mythtv_parity_1/parity

Edit:
SnapRAID / Discussion / Help:Parity vs Q-Parity
okay using GUI for set up was bad. I started from scratch. Take a look again thanks!

putting a # disables something and removing # enables correct?

I updated the top spoiler with new code. I think i did everything right for the first half but this half I have no idea lol

# Defines the block size in kibi bytes (1024 bytes) (uncomment to enable).
# Default value is 256 -> 256 kibi bytes -> 262144 bytes
# Format: "blocksize SIZE_IN_KiB"
#blocksize 256

# Automatically save the state when syncing after the specified amount
# of GB processed (uncomment to enable).
# This option is useful to avoid to restart from scratch long 'sync'
# commands interrupted by a machine crash.
# It also improves the recovering if a disk break during a 'sync'.
# Default value is 0, meaning disabled.
# Format: "autosave SIZE_IN_GB"
#autosave 500

# Defines the pooling directory where the virtual view of the disk
# array is created using the "pool" command (uncomment to enable).
# The files are not really copied here, but just linked using
# symbolic links.
# This directory must be outside the array.
# Format: "pool DIR"
#pool C:\pool

# Defines the Windows UNC path required to access disks from the pooling
# directory when shared in the network.
# If present (uncomment to enable), the symbolic links created in the
# pool virtual view, instead of using local paths, are created using the
# specified UNC path, adding the disk names and file path.
# This allows to share the pool directory in the network.
# See the manual page for more details.
#
# Format: "share UNC_DIR"
#share \\server

# Defines a custom smartctl command to obtain the SMART attributes
# for each disk. This may be required for RAID controllers and for
# some USB disk that cannot be autodetected.
# In the specified options, the "%s" string is replaced by the device name.
# Refers at the smartmontools documentation about the possible options:
# RAID -> Supported_RAID-Controllers – smartmontools
# USB -> Supported_USB-Devices – smartmontools
#smartctl d1 -d sat %s
#smartctl d2 -d usbjmicron %s
#smartctl parity -d areca,1/1 /dev/arcmsr0
#smartctl 2-parity -d areca,2/1 /dev/arcmsr0
 
I use snapraid primarily on linux. I don't use any of the parameters in your second half. I don't need/want pooling and I use a different program for monitoring the SMART.

putting a # disables something and removing # enables correct?

You are correct. # starts a comment line.

BTW here is an example of my current output for my pool of 6 (2 to 5 TB drives) + 2 4TB external drives used for parity.

Code:
jmd0 ~ # snapraid status
Self test...
Loading state from /mnt/mythtv/hitachi_2t_3_0/content...
Using 735 MiB of memory for the FileSystem.
SnapRAID status report:

   Files Fragmented Excess  Wasted  Used    Free  Use Name
            Files  Fragments  GB      GB      GB
     790     182     780       -    1533     270  85% d1
    1251     168     860       -    1695     275  86% d2
    1435     183     271   189.2    2538     457  84% d3
     818      96     587       -    1712     269  86% d4
     973      92     473       -    1724     263  86% d5
    1328      21      29       -    2001     169  92% d6
--------------------------------------------------------------------------
    6595     742    3000   189.2   11207    1706  86%


19%| o
    | *
    | *                                                o
    | *                                                *
    | *                                                *
    | *                                                *
    | *                                                *
  9%| *                                                * o
    | *                                                * o
    | *                                           o    * *
    | *                                           o    * *
    | *                            o       o   o  o    * *
    | *                       oo   *  o    o   o  o  oo* *  o         o
    | *                       *o   *o o    o   o  o  oo* *  o         o o o
  0%|o*o__o_oo_o_o_o_ooo__ooo_*oo__*o_*____oo__o__oo_oo*o*__oooooo____o_ooo
    88                    days ago of the last scrub/sync                 1

The oldest block was scrubbed 88 days ago, the median 32, the newest 1.

No sync is in progress.
The 51% of the array is not scrubbed.
No file has a zero sub-second timestamp.
No rehash is in progress or needed.
No error detected.


jmd0 ~ # snapraid diff
Loading state from /mnt/mythtv/hitachi_2t_3_0/content...
Comparing...
add /mnt/mythtv/zfs_4t0/database/mythtv-2016-08-28.bz2
add /mnt/mythtv/zfs_4t0/database/mythtv-2016-08-29.bz2
remove /mnt/mythtv/hitachi_2t_3_0/recordings/4811_20160627190000.mpg
remove /mnt/mythtv/jmd0_vg_2t0_0/videos/4811_20160628190000.mpg
remove /mnt/mythtv/zfs_5t0/videos/1010_20160624185900.mpg
remove /mnt/mythtv/zfs_5t0/videos/1010_20160627185900.mpg
remove /mnt/mythtv/zfs_5t0/videos/1010_20160628185900.mpg
remove /mnt/mythtv/jmd0_vg_2t3_0/recordings/4811_20160624190000.mpg
WARNING! Physical offsets not supported for disk 'd6'. Files order won't be optimal.
WARNING! UUID is unsupported for disks: 'd1', 'd3', 'd4', 'd5', 'd6'. Move operations won't be optimal.

   11972 equal
       2 added
       6 removed
       0 updated
       0 moved
       0 copied
       0 restored
 
Last edited:
Just a couple edits

# Defines the file to use as parity storage
# It must NOT be in a data disk
# Format: "parity FILE_PATH"
parity E:\snapraid.parity

# Defines the files to use as additional parity storage.
# If specified, they enable the multiple failures protection
# from two to six level of parity.
# To enable, uncomment one parity file for each level of extra
# protection required. Start from 2-parity, and follow in order.
# It must NOT be in a data disk
# Format: "X-parity FILE_PATH"
2-parity F:\snapraid.2-parity
3-parity G:\snapraid.3-parity

# Defines the files to use as content list
# You can use multiple specification to store more copies
# You must have least one copy for each parity file plus one. Some more don't hurt
# They can be in the disks used for data, parity or boot,
# but each file must be in a different disk
# Format: "content FILE_PATH"
content C:\snapraid\snapraid.content
content H:\array\snapraid.content
content I:\array\snapraid.content
content J:\array\snapraid.content
content K:\array\snapraid.content
content L:\array\snapraid.content
content M:\array\snapraid.content
content N:\array\snapraid.content
content O:\array\snapraid.content


# Defines the data disks to use
# The name and mount point association is relevant for parity, do not change it
# WARNING: Adding here your boot C:\ disk is NOT a good idea!
# SnapRAID is better suited for files that rarely changes!
# Format: "disk DISK_NAME DISK_MOUNT_POINT"
disk d0 H:\array\
disk d1 I:\array\
disk d2 J:\array\
disk d3 K:\array\
disk d4 L:\array\
disk d5 M:\array\
disk d6 N:\array\
disk d7 O:\array\


# Defines the block size in kibi bytes (1024 bytes) (uncomment to enable).
# Default value is 256 -> 256 kibi bytes -> 262144 bytes
# Format: "blocksize SIZE_IN_KiB"
blocksize 256

# Automatically save the state when syncing after the specified amount
# of GB processed (uncomment to enable).
# This option is useful to avoid to restart from scratch long 'sync'
# commands interrupted by a machine crash.
# It also improves the recovering if a disk break during a 'sync'.
# Default value is 0, meaning disabled.
# Format: "autosave SIZE_IN_GB"
autosave 500

# Defines the pooling directory where the virtual view of the disk
# array is created using the "pool" command (uncomment to enable).
# The files are not really copied here, but just linked using
# symbolic links.
# This directory must be outside the array.
# Format: "pool DIR"
#pool C:\pool

# Defines the Windows UNC path required to access disks from the pooling
# directory when shared in the network.
# If present (uncomment to enable), the symbolic links created in the
# pool virtual view, instead of using local paths, are created using the
# specified UNC path, adding the disk names and file path.
# This allows to share the pool directory in the network.
# See the manual page for more details.
#
# Format: "share UNC_DIR"
#share \\server

# Defines a custom smartctl command to obtain the SMART attributes
# for each disk. This may be required for RAID controllers and for
# some USB disk that cannot be autodetected.
# In the specified options, the "%s" string is replaced by the device name.
# Refers at the smartmontools documentation about the possible options:
# RAID -> Supported_RAID-Controllers – smartmontools
# USB -> Supported_USB-Devices – smartmontools
#smartctl d1 -d sat %s
#smartctl d2 -d usbjmicron %s
#smartctl parity -d areca,1/1 /dev/arcmsr0
#smartctl 2-parity -d areca,2/1 /dev/arcmsr0
 
Last edited:
Is the content section done right?

also does d* mean what drive number it appears? Drive numbers switch a lot on reboot. Sometimes os is drive 0 or drive 4. Is that an issue? I have theletters right but i have seen drive letters change too in the past
 
Just a couple edits

Code:
# Defines the file to use as parity storage
# It must NOT be in a data disk
# Format: "parity FILE_PATH"
parity E:\snapraid.parity

# Defines the files to use as additional parity storage.
# If specified, they enable the multiple failures protection
# from two to six level of parity.
# To enable, uncomment one parity file for each level of extra
# protection required. Start from 2-parity, and follow in order.
# It must NOT be in a data disk
# Format: "X-parity FILE_PATH"
2-parity F:\snapraid.2-parity
3-parity G:\snapraid.3-parity

# Defines the files to use as content list
# You can use multiple specification to store more copies
# You must have least one copy for each parity file plus one. Some more don't hurt
# They can be in the disks used for data, parity or boot,
# but each file must be in a different disk
# Format: "content FILE_PATH"
content C:\snapraid\snapraid.content
content H:\array\snapraid.content
content I:\array\snapraid.content
content J:\array\snapraid.content
content K:\array\snapraid.content
content L:\array\snapraid.content
content M:\array\snapraid.content
content N:\array\snapraid.content
content O:\array\snapraid.content

# Defines the data disks to use
# The name and mount point association is relevant for parity, do not change it
# WARNING: Adding here your boot C:\ disk is NOT a good idea!
# SnapRAID is better suited for files that rarely changes!
# Format: "disk DISK_NAME DISK_MOUNT_POINT"
data d0 H:\array\
data d1 I:\array\
data d2 J:\array\
data d3 K:\array\
data d4 L:\array\
data d5 M:\array\
data d6 N:\array\
data d7 O:\array\

# Defines the block size in kibi bytes (1024 bytes) (uncomment to enable).
# Default value is 256 -> 256 kibi bytes -> 262144 bytes
# Format: "blocksize SIZE_IN_KiB"
blocksize 256

# Automatically save the state when syncing after the specified amount
# of GB processed (uncomment to enable).
# This option is useful to avoid to restart from scratch long 'sync'
# commands interrupted by a machine crash.
# It also improves the recovering if a disk break during a 'sync'.
# Default value is 0, meaning disabled.
# Format: "autosave SIZE_IN_GB"
autosave 500

# Defines the pooling directory where the virtual view of the disk
# array is created using the "pool" command (uncomment to enable).
# The files are not really copied here, but just linked using
# symbolic links.
# This directory must be outside the array.
# Format: "pool DIR"
#pool C:\pool

# Defines the Windows UNC path required to access disks from the pooling
# directory when shared in the network.
# If present (uncomment to enable), the symbolic links created in the
# pool virtual view, instead of using local paths, are created using the
# specified UNC path, adding the disk names and file path.
# This allows to share the pool directory in the network.
# See the manual page for more details.
#
# Format: "share UNC_DIR"
#share \\server

# Defines a custom smartctl command to obtain the SMART attributes
# for each disk. This may be required for RAID controllers and for
# some USB disk that cannot be autodetected.
# In the specified options, the "%s" string is replaced by the device name.
# Refers at the smartmontools documentation about the possible options:
# RAID -> Supported_RAID-Controllers – smartmontools
# USB -> Supported_USB-Devices – smartmontools
#smartctl d1 -d sat %s
#smartctl d2 -d usbjmicron %s
#smartctl parity -d areca,1/1 /dev/arcmsr0
#smartctl 2-parity -d areca,2/1 /dev/arcmsr0
what all did you edit. so i dont miss anything
 
Ok, I did my edits in red in that post. For autosave you can use whatever you want. I use 1024. If you have a lot of data and fast drives you'll benefit from less frequent auto saving by increasing the number. Up to you. Default is 250.

For the d0, d1, etc. It's just to specify a label for each disk and an order that snapraid goes by. It's not the same as the original disk label on the system and can be entirely different, it's ok.

One thing, since the OS likes to change disk labels a lot, is you can use mount points instead if you want.
 
Last edited:
BTW, Here is what a sync looks like on my system.

Code:
jmd0 ~ # snapraid sync
Self test...
Loading state from /mnt/mythtv/hitachi_2t_3_0/content...
Scanning disk d1...
Scanning disk d2...
Scanning disk d3...
Scanning disk d4...
Scanning disk d5...
Scanning disk d6...
WARNING! Physical offsets not supported for disk 'd6'. Files order won't be optimal.
WARNING! UUID is unsupported for disks: 'd1', 'd3', 'd4', 'd5', 'd6'. Move operations won't be optimal.
Using 737 MiB of memory for the FileSystem.
Initializing...
Saving state to /mnt/mythtv/hitachi_2t_3_0/content...
Saving state to /mnt/mythtv/jmd0_vg_2t0_0/content...
Saving state to /mnt/mythtv/zfs_5t0/content...
Saving state to /mnt/mythtv/jmd0_vg_2t3_0/content...
Saving state to /mnt/mythtv/jmd0_vg_2t4_0/content...
Saving state to /mnt/mythtv/zfs_4t0/content...
Verifying /mnt/mythtv/hitachi_2t_3_0/content...
Verifying /mnt/mythtv/jmd0_vg_2t0_0/content...
Verifying /mnt/mythtv/zfs_5t0/content...
Verifying /mnt/mythtv/jmd0_vg_2t3_0/content...
Verifying /mnt/mythtv/jmd0_vg_2t4_0/content...
Verifying /mnt/mythtv/zfs_4t0/content...
Syncing...
Using 64 MiB of memory for 32 blocks of IO cache.
100% completed, 68743 MB processed in 0:06

       d1  5% | ***
       d2 12% | *******
       d3 13% | ********
       d4 25% | ***************
       d5 11% | ******
       d6  8% | *****
   parity  0% |
 2-parity  0% |
     raid  8% | *****
     hash 12% | *******
    sched  1% |
     misc  0% |
              |____________________________________________________________
                            wait time (total, less is better)

Everything OK
Saving state to /mnt/mythtv/hitachi_2t_3_0/content...
Saving state to /mnt/mythtv/jmd0_vg_2t0_0/content...
Saving state to /mnt/mythtv/zfs_5t0/content...
Saving state to /mnt/mythtv/jmd0_vg_2t3_0/content...
Saving state to /mnt/mythtv/jmd0_vg_2t4_0/content...
Saving state to /mnt/mythtv/zfs_4t0/content...
Verifying /mnt/mythtv/hitachi_2t_3_0/content...
Verifying /mnt/mythtv/jmd0_vg_2t0_0/content...
Verifying /mnt/mythtv/zfs_5t0/content...
Verifying /mnt/mythtv/jmd0_vg_2t3_0/content...
Verifying /mnt/mythtv/jmd0_vg_2t4_0/content...
Verifying /mnt/mythtv/zfs_4t0/content...
 
Ok, I did my edits in red in that post. For autosave you can use whatever you want. I use 1024. If you have a lot of data and fast drives you'll benefit from less frequent auto saving by increasing the number. Up to you. Default is 250.

For the d0, d1, etc. It's just to specify a label for each disk and an order that snapraid goes by. It's not the same as the original disk label on the system and can be entirely different, it's ok.

One thing, since the OS likes to change disk labels a lot, is you can use mount points instead if you want.
Ah i saw before those edits thanks.

what about parity size. Is 256 small enough?
 
Also as i said above sometimes disk numbers shift and i have aeen drive letters change in windows. Is that an issue and if so how do i force that?
 
OP Spoiler is current I have figured out so far. Looking good? I think i still have one or 2 errors in it with the disk naming skeme

BTW, Here is what a sync looks like on my system.

Code:
jmd0 ~ # snapraid sync
Self test...
Loading state from /mnt/mythtv/hitachi_2t_3_0/content...
Scanning disk d1...
Scanning disk d2...
Scanning disk d3...
Scanning disk d4...
Scanning disk d5...
Scanning disk d6...
WARNING! Physical offsets not supported for disk 'd6'. Files order won't be optimal.
WARNING! UUID is unsupported for disks: 'd1', 'd3', 'd4', 'd5', 'd6'. Move operations won't be optimal.
Using 737 MiB of memory for the FileSystem.
Initializing...
Saving state to /mnt/mythtv/hitachi_2t_3_0/content...
Saving state to /mnt/mythtv/jmd0_vg_2t0_0/content...
Saving state to /mnt/mythtv/zfs_5t0/content...
Saving state to /mnt/mythtv/jmd0_vg_2t3_0/content...
Saving state to /mnt/mythtv/jmd0_vg_2t4_0/content...
Saving state to /mnt/mythtv/zfs_4t0/content...
Verifying /mnt/mythtv/hitachi_2t_3_0/content...
Verifying /mnt/mythtv/jmd0_vg_2t0_0/content...
Verifying /mnt/mythtv/zfs_5t0/content...
Verifying /mnt/mythtv/jmd0_vg_2t3_0/content...
Verifying /mnt/mythtv/jmd0_vg_2t4_0/content...
Verifying /mnt/mythtv/zfs_4t0/content...
Syncing...
Using 64 MiB of memory for 32 blocks of IO cache.
100% completed, 68743 MB processed in 0:06

       d1  5% | ***
       d2 12% | *******
       d3 13% | ********
       d4 25% | ***************
       d5 11% | ******
       d6  8% | *****
   parity  0% |
 2-parity  0% |
     raid  8% | *****
     hash 12% | *******
    sched  1% |
     misc  0% |
              |____________________________________________________________
                            wait time (total, less is better)

Everything OK
Saving state to /mnt/mythtv/hitachi_2t_3_0/content...
Saving state to /mnt/mythtv/jmd0_vg_2t0_0/content...
Saving state to /mnt/mythtv/zfs_5t0/content...
Saving state to /mnt/mythtv/jmd0_vg_2t3_0/content...
Saving state to /mnt/mythtv/jmd0_vg_2t4_0/content...
Saving state to /mnt/mythtv/zfs_4t0/content...
Verifying /mnt/mythtv/hitachi_2t_3_0/content...
Verifying /mnt/mythtv/jmd0_vg_2t0_0/content...
Verifying /mnt/mythtv/zfs_5t0/content...
Verifying /mnt/mythtv/jmd0_vg_2t3_0/content...
Verifying /mnt/mythtv/jmd0_vg_2t4_0/content...
Verifying /mnt/mythtv/zfs_4t0/content...
Bump

So is 256K small enough for me?

Also disk numbers. Is that the number I see in HD Sentinel and hard drive manager? I have seen Disks change numbers and letters. How do you fix that and how do prevent that and how does that affect snapraid?

EDIT:

Ok, I did my edits in red in that post. For autosave you can use whatever you want. I use 1024. If you have a lot of data and fast drives you'll benefit from less frequent auto saving by increasing the number. Up to you. Default is 250.

For the d0, d1, etc. It's just to specify a label for each disk and an order that snapraid goes by. It's not the same as the original disk label on the system and can be entirely different, it's ok.

One thing, since the OS likes to change disk labels a lot, is you can use mount points instead if you want.

oh i just saw that post. What do you mean mount points? This is a serious issue for me for whatever reason these things change like musical chairs

EDIT: do i need to create all the files in each drive or does snapraid create those? like the content files, array/ locations and so on?
 
Last edited:
I just use the default for block size as I didn't read up much on it at the time.

Snapraid will create the config files on it's own.

The letters in the snapraid config file don't have to match hd sentinel.

You could always add the drive letter in the volume labels. Like Files-F, Video-G, Audio-H, etc. Then if one goes out of wack you'll know. Not sure how to make windows not screw around with the letters, maybe there's a registry edit that could be done.

About the mount points, in disk manager you can specify empty directories instead of drive letters. So you can put all the directories in say C:\Drives and label each one accordingly. Then use say stablebit drivepool to pool the ones that are data drives. Here's more info here; Assign a mount point folder path to a drive
 
Someone answered it on SnapRAID forum. It just makes you use more ram and inhave 64gb of it so 54tb is nothing. I am going 128kb. I thought snapraid used a lot of ram but it seems like it doesnt.
 
I thought snapraid used a lot of ram but it seems like it doesnt.

The ram usage was greatly reduced a few versions ago. I can't remember the version..
 
The ram usage was greatly reduced a few versions ago. I can't remember the version..
SnapRAID / Discussion / Help:Did this configure correctly? How do I know it is working?

here is the info from tis guy. Thanks everyone for the help. So what are the first commands i need to run?

drescherjm rive22
okay made all the corrections. This is now correct? I don't think i am missing anything. Still a little confused on the numbering of drives. I don't get why this is the numbering you told me before. Sorry for whatever reason this drive naming thing makes no sense to me lol

EDIT: yea it is d1, d2.... not d0, d1...
Imgur: The most awesome images on the Internet

EDIT: I fixed the content part. Content is now in every drive. The final version is in OP above as well. imgur has view of my drives in HD Sentinel

EDIT: yea i keep getting an error here. What am I missing?
Imgur: The most awesome images on the Internet
 
Last edited:
Does the folder H:\array exist?
someone said before it was made by snapraid but i guess not. So i made it yesterday after the guy on sourceforge told me that.

Does everything look right? Why is it ignoring windows files? I want it to back those up. I have a # disabling that exclusion.

Also does this back up zip files? If i zip my back up of old C drives does that reduce waste in parity? since instead of 500k files it is 1 file? I save them for getting any possible missed data on moves to new OSs like program settings, saved games, or anything i might have missed. I got the space so saving that data isn't an issue for me and i rather be safe than sorry.

.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/6453
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/6846
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/6AE6
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/6C42
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/7160
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/716B
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/788C
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/7C57
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/80ED
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/834D
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/84AC
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/863A
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/898A
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/9109
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/959F
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/9689
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/9848
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/9AF5
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/9BB0
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/A1B2
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/B0CB
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/B200
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/BAB8
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/BBAD
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/BBFA
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/BCE8
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/BDE2
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/C013
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/C28E
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/C2C4
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/C57A
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/C795
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/CD26
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/D322
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/D32B
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/D709
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/D74B
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/DCEA
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/DDBA
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/DF69
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/E2A9
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/E818
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/EA57
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/EB69
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/EBF0
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/EDD9
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/EF.t
mp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/F42F
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/F474
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/F95F
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/F961
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/FB27
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/FB92
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/FC9E
.tmp'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/FEF7
.tmp'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/Local/Microsoft/Credentials'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/Local/Microsoft/Feeds Cache'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/Local/Microsoft/Internet Explorer/DOMStore'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/Local/Microsoft/Internet Explorer/EmieBrowserModeList'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/Local/Microsoft/Internet Explorer/EmieSiteList'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/Local/Microsoft/Internet Explorer/EmieUserList'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/Local/Microsoft/Windows/AppCache'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/Local/Microsoft/Windows/History'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/Local/Microsoft/Windows/Temporary Internet Files'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/Local/Microsoft/Windows/WebCache'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/Local/Microsoft/Windows Mail/Stationery'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Temp/etilqs_aUJoJSm1WQaBiA2'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Temp/etilqs_awLTTVr0vPM9N3w'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Temp/etilqs_Jb2tl0mPiPUAuLH'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Temp/etilqs_sWUGfS8xP87M6wK'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Temp/etilqs_vmis0MSxfT8hayi'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Temp/etilqs_w6dkz3BuY3b0Nie'
WARNING! Ignoring special 'temporary' file 'H:/array/950/Users/HopelesslyFaithfu
l/AppData/Local/Temp/etilqs_xdqFF57hfpFdfcy'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/LocalLow/EmieBrowserModeList'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/LocalLow/EmieSiteList'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/LocalLow/EmieUserList'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/LocalLow/Microsoft/CryptnetUrlCache'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/LocalLow/Microsoft/Internet Explorer/DOMStore'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/LocalLow/Microsoft/Internet Explorer/EmieBrowserModeList'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/LocalLow/Microsoft/Internet Explorer/EmieSiteList'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/LocalLow/Microsoft/Internet Explorer/EmieUserList'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/LocalLow/Microsoft/Windows/AppCache'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/AppData/Roaming/Microsoft'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/Documents/My Data Sources'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/Documents/My Shapes'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/Documents/Passwords Database'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/Documents/Raku2Personal/DocumentRoot'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/Documents/Raku2Personal/WorkDesk'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Users/Hopelessly
Faithful/Dropbox/.dropbox.cache'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/assembly
'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/Fonts'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/Globaliz
ation/MCT'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/Installe
r'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/Logs/Mea
suredBoot'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/Media'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/System32
/CompatTel'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/System32
/GWX'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/System32
/LogFiles/AIT'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/System32
/Microsoft'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/System32
/WindowsPowerShell/v1.0/Modules/AppLocker'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/System32
/WindowsPowerShell/v1.0/Modules/BitsTransfer'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/SysWOW64
/AI_RecycleBin'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/SysWOW64
/GWX'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/SysWOW64
/WindowsPowerShell/v1.0/Modules/BitsTransfer'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/Temp/{99
180721-108B-3F33-5AB3-0D7A2644988B}'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/Temp/{C2
C11511-AD86-DF32-B6AD-B7F6AAA25E6C}'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/Temp/{E2
0C7C01-A54F-6A94-0B71-AB9863821EB2}'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/winsxs/T
emp/PendingDeletes'
Scanning disk d2...
Scanning disk d3...
Scanning disk d4...
Scanning disk d5...
Scanning disk d6...
Scanning disk d7...
Scanning disk d8...
Using 429 MiB of memory for the FileSystem.
Initializing...
Saving state to C:/snapraid/snapraid.content...
Saving state to H:/array/snapraid.content...
Saving state to I:/array/snapraid.content...
Saving state to J:/array/snapraid.content...
Saving state to K:/array/snapraid.content...
Saving state to L:/array/snapraid.content...
Saving state to M:/array/snapraid.content...
Saving state to N:/array/snapraid.content...
Saving state to O:/array/snapraid.content...
Verifying C:/snapraid/snapraid.content...
Verifying H:/array/snapraid.content...
Verifying I:/array/snapraid.content...
Verifying J:/array/snapraid.content...
Verifying K:/array/snapraid.content...
Verifying L:/array/snapraid.content...
Verifying M:/array/snapraid.content...
Verifying N:/array/snapraid.content...
Verifying O:/array/snapraid.content...
Syncing...
Using 88 MiB of memory for 64 blocks of IO cache.
9%, 36748 MB, 220 MB/s, CPU 43%, 0:32 ETA
 
Faithful/Dropbox/.dropbox.cache'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/assembly
'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/Fonts'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/Globaliz
ation/MCT'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/Installe
r'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/Logs/Mea
suredBoot'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/Media'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/System32
/CompatTel'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/System32
/GWX'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/System32
/LogFiles/AIT'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/System32
/Microsoft'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/System32
/WindowsPowerShell/v1.0/Modules/AppLocker'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/System32
/WindowsPowerShell/v1.0/Modules/BitsTransfer'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/SysWOW64
/AI_RecycleBin'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/SysWOW64
/GWX'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/SysWOW64
/WindowsPowerShell/v1.0/Modules/BitsTransfer'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/Temp/{99
180721-108B-3F33-5AB3-0D7A2644988B}'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/Temp/{C2
C11511-AD86-DF32-B6AD-B7F6AAA25E6C}'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/Temp/{E2
0C7C01-A54F-6A94-0B71-AB9863821EB2}'
WARNING! Ignoring special 'system-directory' file 'H:/array/950/Windows/winsxs/T
emp/PendingDeletes'
Scanning disk d2...
Scanning disk d3...
Scanning disk d4...
Scanning disk d5...
Scanning disk d6...
Scanning disk d7...
Scanning disk d8...
Using 429 MiB of memory for the FileSystem.
Initializing...
Saving state to C:/snapraid/snapraid.content...
Saving state to H:/array/snapraid.content...
Saving state to I:/array/snapraid.content...
Saving state to J:/array/snapraid.content...
Saving state to K:/array/snapraid.content...
Saving state to L:/array/snapraid.content...
Saving state to M:/array/snapraid.content...
Saving state to N:/array/snapraid.content...
Saving state to O:/array/snapraid.content...
Verifying C:/snapraid/snapraid.content...
Verifying H:/array/snapraid.content...
Verifying I:/array/snapraid.content...
Verifying J:/array/snapraid.content...
Verifying K:/array/snapraid.content...
Verifying L:/array/snapraid.content...
Verifying M:/array/snapraid.content...
Verifying N:/array/snapraid.content...
Verifying O:/array/snapraid.content...
Syncing...
Using 88 MiB of memory for 64 blocks of IO cache.
13%, 49049 MB, 188 MB/s, CPU 43%, 0:31 ETA
Autosaving...
Saving state to C:/snapraid/snapraid.content...
Saving state to H:/array/snapraid.content...
Saving state to I:/array/snapraid.content...
Saving state to J:/array/snapraid.content...
Saving state to K:/array/snapraid.content...
Saving state to L:/array/snapraid.content...
Saving state to M:/array/snapraid.content...
Saving state to N:/array/snapraid.content...
Saving state to O:/array/snapraid.content...
Verifying C:/snapraid/snapraid.content...
Verifying H:/array/snapraid.content...
Verifying I:/array/snapraid.content...
Verifying J:/array/snapraid.content...
Verifying K:/array/snapraid.content...
Verifying L:/array/snapraid.content...
Verifying M:/array/snapraid.content...
Verifying N:/array/snapraid.content...
Verifying O:/array/snapraid.content...
26%, 96189 MB, 186 MB/s, CPU 43%, 0:27 ETA
Autosaving...
Saving state to C:/snapraid/snapraid.content...
Saving state to H:/array/snapraid.content...
Saving state to I:/array/snapraid.content...
Saving state to J:/array/snapraid.content...
Saving state to K:/array/snapraid.content...
Saving state to L:/array/snapraid.content...
Saving state to M:/array/snapraid.content...
Saving state to N:/array/snapraid.content...
Saving state to O:/array/snapraid.content...
Verifying C:/snapraid/snapraid.content...
Verifying H:/array/snapraid.content...
Verifying I:/array/snapraid.content...
Verifying J:/array/snapraid.content...
Verifying K:/array/snapraid.content...
Verifying L:/array/snapraid.content...
Verifying M:/array/snapraid.content...
Verifying N:/array/snapraid.content...
Verifying O:/array/snapraid.content...
39%, 157974 MB, 216 MB/s, CPU 45%, 0:22 ETA
Autosaving...
Saving state to C:/snapraid/snapraid.content...
Saving state to H:/array/snapraid.content...
Saving state to I:/array/snapraid.content...
Saving state to J:/array/snapraid.content...
Saving state to K:/array/snapraid.content...
Saving state to L:/array/snapraid.content...
Saving state to M:/array/snapraid.content...
Saving state to N:/array/snapraid.content...
Saving state to O:/array/snapraid.content...
Verifying C:/snapraid/snapraid.content...
Verifying H:/array/snapraid.content...
Verifying I:/array/snapraid.content...
Verifying J:/array/snapraid.content...
Verifying K:/array/snapraid.content...
Verifying L:/array/snapraid.content...
Verifying M:/array/snapraid.content...
Verifying N:/array/snapraid.content...
Verifying O:/array/snapraid.content...
52%, 212025 MB, 179 MB/s, CPU 42%, 0:17 ETA
Autosaving...
Saving state to C:/snapraid/snapraid.content...
Saving state to H:/array/snapraid.content...
Saving state to I:/array/snapraid.content...
Saving state to J:/array/snapraid.content...
Saving state to K:/array/snapraid.content...
Saving state to L:/array/snapraid.content...
Saving state to M:/array/snapraid.content...
Saving state to N:/array/snapraid.content...
Saving state to O:/array/snapraid.content...
Verifying C:/snapraid/snapraid.content...
Verifying H:/array/snapraid.content...
Verifying I:/array/snapraid.content...
Verifying J:/array/snapraid.content...
Verifying K:/array/snapraid.content...
Verifying L:/array/snapraid.content...
Verifying M:/array/snapraid.content...
Verifying N:/array/snapraid.content...
Verifying O:/array/snapraid.content...
65%, 269307 MB, 191 MB/s, CPU 42%, 0:12 ETA
Autosaving...
Saving state to C:/snapraid/snapraid.content...
Saving state to H:/array/snapraid.content...
Saving state to I:/array/snapraid.content...
Saving state to J:/array/snapraid.content...
Saving state to K:/array/snapraid.content...
Saving state to L:/array/snapraid.content...
Saving state to M:/array/snapraid.content...
Saving state to N:/array/snapraid.content...
Saving state to O:/array/snapraid.content...
Verifying C:/snapraid/snapraid.content...
Verifying H:/array/snapraid.content...
Verifying I:/array/snapraid.content...
Verifying J:/array/snapraid.content...
Verifying K:/array/snapraid.content...
Verifying L:/array/snapraid.content...
Verifying M:/array/snapraid.content...
Verifying N:/array/snapraid.content...
Verifying O:/array/snapraid.content...
78%, 331459 MB, 222 MB/s, CPU 46%, 0:07 ETA
Autosaving...
Saving state to C:/snapraid/snapraid.content...
Saving state to H:/array/snapraid.content...
Saving state to I:/array/snapraid.content...
Saving state to J:/array/snapraid.content...
Saving state to K:/array/snapraid.content...
Saving state to L:/array/snapraid.content...
Saving state to M:/array/snapraid.content...
Saving state to N:/array/snapraid.content...
Saving state to O:/array/snapraid.content...
Verifying C:/snapraid/snapraid.content...
Verifying H:/array/snapraid.content...
Verifying I:/array/snapraid.content...
Verifying J:/array/snapraid.content...
Verifying K:/array/snapraid.content...
Verifying L:/array/snapraid.content...
Verifying M:/array/snapraid.content...
Verifying N:/array/snapraid.content...
Verifying O:/array/snapraid.content...
100% completed, 422802 MB processed in 0:36

d1 45% | **************************
d2 0% |
d3 0% |
d4 0% |
d5 0% |
d6 0% |
d7 0% |
d8 0% |
parity 1% | *
2-parity 1% | *
3-parity 1% |
raid 34% | ********************
hash 4% | **
sched 3% | **
misc 0% |
|____________________________________________________________
wait time (total, less is better)

Everything OK
Saving state to C:/snapraid/snapraid.content...
Saving state to H:/array/snapraid.content...
Saving state to I:/array/snapraid.content...
Saving state to J:/array/snapraid.content...
Saving state to K:/array/snapraid.content...
Saving state to L:/array/snapraid.content...
Saving state to M:/array/snapraid.content...
Saving state to N:/array/snapraid.content...
Saving state to O:/array/snapraid.content...
Verifying C:/snapraid/snapraid.content...
Verifying H:/array/snapraid.content...
Verifying I:/array/snapraid.content...
Verifying J:/array/snapraid.content...
Verifying K:/array/snapraid.content...
Verifying L:/array/snapraid.content...
Verifying M:/array/snapraid.content...
Verifying N:/array/snapraid.content...
Verifying O:/array/snapraid.content...

C:\Snapraid>snapraid.exe scrub
Self test...
Loading state from C:/snapraid/snapraid.content...
Using 374 MiB of memory for the FileSystem.
Initializing...
Scrubbing...
Using 112 MiB of memory for 64 blocks of IO cache.
Nothing to do
Saving state to C:/snapraid/snapraid.content...
Saving state to H:/array/snapraid.content...
Saving state to I:/array/snapraid.content...
Saving state to J:/array/snapraid.content...
Saving state to K:/array/snapraid.content...
Saving state to L:/array/snapraid.content...
Saving state to M:/array/snapraid.content...
Saving state to N:/array/snapraid.content...
Saving state to O:/array/snapraid.content...
Verifying C:/snapraid/snapraid.content...
Verifying H:/array/snapraid.content...
Verifying I:/array/snapraid.content...
Verifying J:/array/snapraid.content...
Verifying K:/array/snapraid.content...
Verifying L:/array/snapraid.content...
Verifying M:/array/snapraid.content...
Verifying N:/array/snapraid.content...
Verifying O:/array/snapraid.content...

C:\Snapraid>snapraid.exe status
Self test...
Loading state from C:/snapraid/snapraid.content...
Using 374 MiB of memory for the FileSystem.
SnapRAID status report:

Files Fragmented Excess Wasted Used Free Use Name
Files Fragments GB GB GB
527719 0 0 45.7 422 5521 7% d1
0 0 0 - 0 - - d2
0 0 0 - 0 - - d3
0 0 0 - 0 - - d4
0 0 0 - 0 - - d5
0 0 0 - 0 - - d6
0 0 0 - 0 - - d7
0 0 0 - 0 - - d8
--------------------------------------------------------------------------
527719 0 0 45.7 422 5521 7%


99%| o
| o
| o
| o
| o
| o
| o
49%| o
| o
| o
| o
| o
| o
| o
0%|o____________________________________________________________________o
0 days ago of the last scrub/sync 0

The oldest block was scrubbed 0 days ago, the median 0, the newest 0.

No sync is in progress.
The 100% of the array is not scrubbed.
You have 271650 files with zero sub-second timestamp.
Run the 'touch' command to set it to a not zero value.
No rehash is in progress or needed.
No error detected.

C:\Snapraid>
 
ummmm....my snapraid.exe vanished. Do i just replace it with any snapraid.exe and keep going?

EDIT:
ahhhh norton eat snapraid for a midnight snack....jerk
 
Last edited:
Back
Top