Sponsored Content
Full Discussion: Raid and multibooting
Top Forums UNIX for Dummies Questions & Answers Raid and multibooting Post 30209 by onestepto on Friday 18th of October 2002 03:33:28 AM
Old 10-18-2002
Raid - pick a number

Hi again people,
I certainly appreciate the comments this thread has generated. I understand most of the Raid levels. Initially I was going to go with level 5 as it provides the best security (redundancy factor). But I have to multi-boot for compatability/work reasons and then I got interested in the Penguin (to go beyond the boundaries of Gotham City). So Raid 5 went out with plan A and I scored an 80GB for Linux learning. I only considered Raid 0 as it offeres significantly faster access times, and I had trouble with the card I fitted to control the third drive - I figured my motherboard's Raid capability may as well get used. As Auswipe pointed out, though, if one drive fails (under Raid 0) they all fail. Thus, with multibooting a necessity, the best option for me seems to be to give the Penguin its own drive and get another card (one that works!).

My down load limit is well over so I'm anxiousl;y waiting on the Penguin's CD arrival for blast off. I'm looking to Mandrake as a familiarising distribution and have read a number of Penguin articles to prepare, but can anyone suggest a book/article to help me decide which distribution I should build from kernel up? I'm not interested in an XP look-a-like.

Regards to all
 

9 More Discussions You Might Find Interesting

1. Solaris

regarding RAID.....

hai everybody n good morning........here r some queries....... 1. what is the interlace value in RAID 0 (striping.......) 2. How many no of metadevices are required for mirroring and why......... (1 Reply)
Discussion started by: sudhansu
1 Replies

2. Solaris

RAID 0+1 Vs RAID 1+0

hi all...sudhansu here............ i need some help.......... what is RAID 0+1 and RAID 1+0.............what is the difference between them................ suppose i have 80 gb disk space,then which RAID level i follow n why......... i need redundancy n maximum storage..........please help (3 Replies)
Discussion started by: sudhansu
3 Replies

3. Solaris

Raid 0

Somebody can help me ! how can i do mirror in sun ver 8 without third party software !!! (3 Replies)
Discussion started by: goldfelda
3 Replies

4. UNIX for Dummies Questions & Answers

RAID software vs hardware RAID

Hi Can someone tell me what are the differences between software and hardware raid ? thx for help. (2 Replies)
Discussion started by: presul
2 Replies

5. Solaris

implementing RAID 1 from RAID 5

Dear ALl, I have a RAID 5 volume which is as below d120 r 60GB c1t2d0s5 c1t3d0s5 c1t4d0s5 c1t5d0s5 d7 r 99GB c1t2d0s0 c1t3d0s0 c1t4d0s0 c1t5d0s0 d110 r 99GB c1t2d0s4 c1t3d0s4 c1t4d0s4 c1t5d0s4 d8 r 99GB c1t2d0s1 c1t3d0s1... (2 Replies)
Discussion started by: jegaraman
2 Replies

6. Solaris

Creation of Raid 01 and Raid 10

Hello All, I have read enough of texts on Raid 01 and Raid 10 on solaris :wall: . But no-where found a way to create them using SVM. Some one pls tell me how to do or Post some link if that helps. TIA Curious solarister (1 Reply)
Discussion started by: Solarister
1 Replies

7. AIX

SCSI PCI - X RAID Controller card RAID 5 AIX Disks disappeared

Hello, I have a scsi pci x raid controller card on which I had created a disk array of 3 disks when I type lspv ; I used to see 3 physical disks ( two local disks and one raid 5 disk ) suddenly the raid 5 disk array disappeared ; so the hardware engineer thought the problem was with SCSI... (0 Replies)
Discussion started by: filosophizer
0 Replies

8. Solaris

Software RAID on top of Hardware RAID

Server Model: T5120 with 146G x4 disks. OS: Solaris 10 - installed on c1t0d0. Plan to use software raid (veritas volume mgr) on c1t2d0 disk. After format and label the disk, still not able to detect using vxdiskadm. Question: Should I remove the hardware raid on c1t2d0 first? My... (4 Replies)
Discussion started by: KhawHL
4 Replies

9. Red Hat

RAID Configuration for IBM Serveraid-7k SCSI RAID Controller

Hello, I want to delete a RAID configuration an old server has. Since i haven't the chance to work with the specific raid controller in the past can you please help me how to perform the configuraiton? I downloaded IBM ServeRAID Support CD but i wasn't able to configure the video card so i... (0 Replies)
Discussion started by: @dagio
0 Replies
SFILL(1)						      General Commands Manual							  SFILL(1)

NAME
sfill - secure free disk and inode space wiper (secure_deletion toolkit) SYNOPSIS
sfill [-f] [-i] [-I] [-l] [-l] [-v] [-z] directory/mountpoint DESCRIPTION
sfill is designed to delete data which lies on available diskspace on mediums in a secure manner which can not be recovered by thiefs, law enforcement or other threats. The wipe algorythm is based on the paper "Secure Deletion of Data from Magnetic and Solid-State Memory" pre- sented at the 6th Usenix Security Symposium by Peter Gutmann, one of the leading civilian cryptographers. The secure data deletion process of sfill goes like this: * 1 pass with 0xff * 5 random passes. /dev/urandom is used for a secure RNG if available. * 27 passes with special values defined by Peter Gutmann. * 5 random passes. /dev/urandom is used for a secure RNG if available. afterwards as many temporary files as possible are generated to wipe the free inode space. After no more temporary files can be created, they are removed and sfill is finnished. COMMANDLINE OPTIONS
-f fast (and insecure mode): no /dev/urandom, no synchronize mode. -i wipe only free inode space, not free disk space -I wipe only free disk space, not free inode space -l lessens the security. Only two passes are written: one mode with 0xff and a final mode with random values. -l -l for a second time lessons the security even more: only one random pass is written. -v verbose mode -z wipes the last write with zeros instead of random data directory/mountpoint this is the location of the file created in your filesystem. It should lie on the partition you want to write. LIMITATIONS
FILESYSTEM INTELLIGENCE Most filesystems (ext2, ffs, etc.) have several features included to enhance performance, which will result in that sfill might not receive all available free space. Sad but true. Nothing can be done about that ... NFS Beware of NFS. You can't ensure you really completely wiped your data from the remote disks. (especially because of caching) Raid Raid Systems use stripped disks and have got large caches. It's hard to wipe them. swap Some of your data might have a copy in your swapspace. sswap is available for this task. BUGS
No bugs. There was never a bug in the secure_deletion package (in contrast to my other tools, whew, good luck ;-) Send me any that you find. Patches are nice too :) AUTHOR
van Hauser / THC <vh@thc.org> DISTRIBUTION
The newest version of the secure_deletion package can be obtained from http://www.thc.org sfill and the secure_deletion package is (C) 1997-2003 by van Hauser / THC (vh@thc.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; Version 2. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. SEE ALSO
srm (1), sswap (1), sdmem (1) SFILL(1)
All times are GMT -4. The time now is 03:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy