On 11/15/06, Didier Wiroth <[EMAIL PROTECTED]> wrote:
Hi,
I've installed an Openbsd4.0 server with a LSI Megaraid S-ATA 150-6 LSI
Controller. It has a RAID5 logical drive containing 6 HDs (1 is hot spare).
I would like to use most of the space for /home/backup!
I thought about using 4x350GB (or X x XXX GB, any recommandations are
appreciated) partitions (to reduce the fsck times when fsck is needed),
and concatenate them via ccd to /home/backup?!
Is this the best way to do it or would you recommand me to do it
differently?
Right now 1TB is as big as you can make a filesystem. I've got mine
set up as One Big Slice... because I can. It's just rsync snapshots of
my various media players, so I'm not hugely concerned about fsck times
or reliability. It's mostly there so I can test filesystem diffs.
sd0 at scsibus1 targ 8 lun 0: <Promise, 8 Disk RAID5, 1.10> SCSI3 0/direct fixed
sd0: 1088142MB, 1088142 cyl, 64 head, 32 sec, 512 bytes/sec,
2228515072 sec total
# sudo disklabel sd0
# Inside MBR partition 3: type A6 start 63 size 2228504607
# /dev/rsd0c:
type: SCSI
disk: SCSI disk
label: 8 Disk RAID5
flags:
bytes/sector: 512
sectors/track: 32
tracks/cylinder: 64
sectors/cylinder: 2048
cylinders: 1088142
total sectors: 2228515072
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0 # microseconds
track-to-track seek: 0 # microseconds
drivedata: 0
16 partitions:
# size offset fstype [fsize bsize cpg]
a: 2147483647 63 4.2BSD 4096 32768 1252 # Cyl 0*-1048576*
c: 2228515072 0 unused 0 0 # Cyl 0 -1088142*
--
GDB has a 'break' feature; why doesn't it have 'fix' too?