Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Apr 2005 17:16:01 +0400
From:      =?UTF-8?B?0JDQu9C10LrRgdCw0L3QtNGAINCU0LXRgNC10LLRj9C90LrQvg==?= <aeder@list.ru>
To:        prasadam kumar <prasadamkumar@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: how to make my RAID device WORM(write once and read many)
Message-ID:  <42611011.4090702@list.ru>
In-Reply-To: <20050413085701.66557.qmail@web31708.mail.mud.yahoo.com>
References:  <20050413085701.66557.qmail@web31708.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
prasadam kumar wrote:

>hai,
>
>I am working Raid5 storage device and i want to make
>my device WORM(write once and read many) and
>undeleatable. I formated the target device in vfat,
>when 
>i am mounting the device in host machine it should 
>behavie like WORM. To achive this feature whether i 
>have to change in host machine or target machine,
>which one is better approach and plz tell me how to
>achive this.
>
>bye
>ppk
>
>
>		
>  
>
The first question is: for which purpose do you need this feature ? In 
any case, you will need to have backup for this RAID.
 From my point of view, it looks like some version control management 
system. May be, it will be wiser to use it ?

As i understand, you can't get this feature from plain filesystem. Even 
if you hack vinum to allow write only once in every block, usual 
filesystem will not work on such device. You can make something like 
database with add-only interface (MySQL + some scripting) and allow 
access from Web interface.

Take a look on some SCM solutions, it may be what you want.

-- 
Best Regards,
Alexander Derevianko



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42611011.4090702>