OS4 DepotLogo by Liksmaskaren 
(anonymous IP: 18.224.64.226,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Driver » Storage » swraid_device.lha

Swraid_device

Description: Software RAID (ALPHA release)
Download: swraid_device.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 33kb
Version: 52.2
Date: 01 Nov 2007
Author: Fredrik Wikström
Submitter: Fredrik Wikström
Email: fredrik/a500 org
Homepage: http://a500.org
Category: driver/storage
Replaces: driver/storage/swraid_device.lha
License: Freeware
Distribute: yes
Min OS Version: 4.0
FileID: 3114
 
Snapshots:
 
Comments: 1
Snapshots: 1
Videos: 0
Downloads: 491  (Current version)
538  (Accumulated)
Votes: 1 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
Installation:

Copy swraid.device To DEVS:

Usage:

Create a file ENVARC:swraid.device.xml using either PrefsObjectEditor or
NotePad. An "example" configuration file is provided in the archive.

The device supports two types of RAID:
 - mirror (reads are striped across disks)
 - stripe (both reads and writes are striped across disks)

There is a hardcoded limit of 32 units in a RAID array.

"mirror":

Next you should create identical (same position, size, device name, etc.)
partitions on all harddrives (make sure that AutoMount is disabled).

Mount the partitions using:
Mounter device=swraid.device unit=<swraid unit> <device name:>

F.e.:
Mounter device=swraid.device unit=0 RAID0:

Now the partitions should be visible on WB and you can do a "Quick Format"
on each and one of them.

"stripe":

If you use striping either use DOSDrivers (MediaToolBox can be used to output
these, just remember to multiply BlocksPerTrack by the amount of disks in your
RAID), or mount the harddrive first using a dummy mountlist such as the RAID0
that's included in the archive and then either format the disk from WB or use
MediaToolBox to setup an RDB on the disk (select "swraid.device" in the devices
list).

Bugs:

This is an ALPHA release that has seen little testing so there may be some.
Don't use for important data for now. You have been warned.

Changes:

52.2 (1-Nov-2007)
 - Fixed memory leaks on unit open failure
 - Implemented AbortIO() same as in diskimage.device/flite.device
 - RAID preferences program

52.1 (29-10-2007)
 - First released version



Copyright © 2004-2024 by Björn Hagström All Rights Reserved