Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
112 user(s) are online (80 user(s) are browsing Forums)

Members: 0
Guests: 112

more...

Headlines

 
  Register To Post  

(1) 2 »
RAID and AmigaOS 4.0
Just popping in
Just popping in


See User information
http://amigaos.pl/pic/final/mediatoolbox.png

- does AmigaOS 4.0 have support for RAID controllers?

Someone test RAID filesystem?

Go to top
Re: RAID and AmigaOS 4.0
Just can't stay away
Just can't stay away


See User information
@SZAMAN

I don't know the answer to your question, but writing a software RAID driver (swraid.device) that does striping/mirroring shouldn't be too hard.

If my A1 was working and I had more than one harddrive in it I'd be willing to give it a try.

Edit: Come to think of it, I could use my diskimage.device for this purpose (testing).

Go to top
Re: RAID and AmigaOS 4.0
Just can't stay away
Just can't stay away


See User information
@SZAMAN

Well since I was bored and had nothing better to do I started writing "swraid.device" on the weekend and I have now gotten it to the point where it (hopefully) should compile and work (to some extent at least) once I get my A1 working again.

At this point I have only implemented mirroring. I think I will leave striping until I can at least test that the current code works correctly.

I'm using the diskimage.device source code as basis for this project which is why it's going so fast.

Also at some point I will have to write a prefs program of some kind (using ReAction of course).

Go to top
Re: RAID and AmigaOS 4.0
Supreme Council
Supreme Council


See User information
@salass00

Nice to hear, keep it up!

Vacca foeda. Sum, ergo edo

Mr Bobo Cornwater
Go to top
Re: RAID and AmigaOS 4.0
Not too shy to talk
Not too shy to talk


See User information
@salass00

it would be nice to have mirroring on AOS4

Go to top
Re: RAID and AmigaOS 4.0
Just popping in
Just popping in


See User information
@salass00

Maybe I can test it for you, I have 3 or 4 disks here collecting dust.

Bye,
TMTisFree

"Never ascribe to malice that which is adequately explained by incompetence." (Napol?on Bonaparte)
"I would love to change the world, but they won?t give me the source code." (Unknown)
Go to top
Re: RAID and AmigaOS 4.0
Quite a regular
Quite a regular


See User information
@salass00
I wouldn't mind a working version of this. I am intending (I have had the drive for about 6 months) to add a second hard drive just to use as a backup.

Peter Swallow

Eyetech A1XE-G3 800Mhz OS4.1
Towered A1200 OS3.9
Go to top
Re: RAID and AmigaOS 4.0
Just popping in
Just popping in


See User information
Does OS4 even have any drivers for hardware that supports
hardware RAID?
What about the SCSI or IDE/SATA drivers?

Best Regards,

Harry

[SOLD] ?A1-C, 512MB, Antec Aria
Go to top
Re: RAID and AmigaOS 4.0
Just can't stay away
Just can't stay away


See User information
@TMTisFree

Thanks for the offer. I will likely take you up on it but first I need to get the .device compiled.

I'm using application.library's "prefsobjects" interface for the device preferences which should mean that until the proper RAID prefs program has been written it should be possible to use the PrefsObjectEditor to create the prefs file.

Also some knowledge about writing mountlists (i.e. DOSDrivers) will be needed.

As an update i did write code for striped reads and writes yesterday.

Go to top
Re: RAID and AmigaOS 4.0
Quite a regular
Quite a regular


See User information
If anyopne wants me to test let me know and I'll get hold of a couple of hard disks to test with. I'm using an A1XE G4@800 with a Sil680 card.

--
Ian Gledhill
ian.gledhill@btinternit.com (except it should be internEt of course...!)
Check out my company's shop: http://www.mutant-caterpillar.co.uk/shop/ - specialising in Sinclair Spectrums but will be adding Amigas!
Go to top
Re: RAID and AmigaOS 4.0
Just popping in
Just popping in


See User information
@salass00

Ok.
I have a SiL3112 and a SiL 3114 in the A1 atm,
so I can test different configs if needed.

Bye,
TMTisFree

"Never ascribe to malice that which is adequately explained by incompetence." (Napol?on Bonaparte)
"I would love to change the world, but they won?t give me the source code." (Unknown)
Go to top
Re: RAID and AmigaOS 4.0
Just can't stay away
Just can't stay away


See User information
@TMTisFree

Quote:
I have a SiL3112 and a SiL 3114 in the A1 atm,
so I can test different configs if needed.
Contact GuruMeditation for beta-testing if you didn't already.

The 'RAID' DOSType is just there because I forgot to remove it from the diskcache.library versions included in AmigaOS4 final and the AmiNet SFS archives, sorry. It was only supposed to be in beta versions for testing software RAID (currently 0, 1 and 5).

There is no AmigaOS4 driver for hardware RAID controllers, the sii0680, sii3114, etc. are not hardware RAID controllers, it's just a software RAID implementation their, on the AmigaOne unused, BIOS supports as well as the included windows drivers.

Go to top
Re: RAID and AmigaOS 4.0
Just can't stay away
Just can't stay away


See User information
@joerg

Quote:
Contact GuruMeditation for beta-testing if you didn't already.

Does it mean salass00 work is obsolete? Arghh

Philippe 'Elwood' FERRUCCI
Sam460ex 1.10 Ghz
http://elwoodb.free.fr
Go to top
Re: RAID and AmigaOS 4.0
Just popping in
Just popping in


See User information
@joerg

Quote:

joerg wrote:
@TMTisFree

Quote:
I have a SiL3112 and a SiL 3114 in the A1 atm, so I can test different configs if needed.
Contact GuruMeditation for beta-testing if you didn't already.


Beta-testing for what? I'm sorry but I'm surely missing something here...


Quote:
The 'RAID' DOSType is just there because I forgot to remove it from the diskcache.library versions included in AmigaOS4 final and the AmiNet SFS archives, sorry. It was only supposed to be in beta versions for testing software RAID (currently 0, 1 and 5).


Sound interesting.


Quote:
There is no AmigaOS4 driver for hardware RAID controllers, the sii0680, sii3114, etc. are not hardware RAID controllers, it's just a software RAID implementation their, on the AmigaOne unused, BIOS supports as well as the included windows drivers.


I know. The SiL 3114 I have is not even software RAID enabled.

Bye,
TMTisFree

"Never ascribe to malice that which is adequately explained by incompetence." (Napol?on Bonaparte)
"I would love to change the world, but they won?t give me the source code." (Unknown)
Go to top
Re: RAID and AmigaOS 4.0
Just can't stay away
Just can't stay away


See User information
@TMTisFree

Quote:
Beta-testing for what? I'm sorry but I'm surely missing something here...
Software RAID, there is another implementation for AmigaOS4 already.

Go to top
Re: RAID and AmigaOS 4.0
Just popping in
Just popping in


See User information
@joerg

Ok, I contacted the author yesterday.


Bye,
TMTisFree

"Never ascribe to malice that which is adequately explained by incompetence." (Napol?on Bonaparte)
"I would love to change the world, but they won?t give me the source code." (Unknown)
Go to top
Re: RAID and AmigaOS 4.0
Just popping in
Just popping in


See User information
@All

Btw, atm I use MirrorCopy as a kind-of RAID 1 mirror system, with Docket to manage some ARexx scripts to do the sync.

Bye,
TMTisFree

"Never ascribe to malice that which is adequately explained by incompetence." (Napol?on Bonaparte)
"I would love to change the world, but they won?t give me the source code." (Unknown)
Go to top
Re: RAID and AmigaOS 4.0
Just can't stay away
Just can't stay away


See User information
@TMTisFree

FWIW I uploaded a v52.1 alpha version of swraid.device to OS4Depot. If you or anyone else does try it out then please do report back to me how it works (either here or by e-mail).

It may contain bugs so I wouldn't recommend to use it for storing any important data right now. I have fixed a memory leak in libOpen() for v52.2 (some device structures aren't freed if there is a failure to open the unit).

Go to top
Re: RAID and AmigaOS 4.0
Just can't stay away
Just can't stay away


See User information
RAID preferences program (not fully functional yet):

Resized Image

Go to top
Re: RAID and AmigaOS 4.0
Home away from home
Home away from home


See User information
@salass00

Wow, way to go Fredrik

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top

  Register To Post
(1) 2 »

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project