On Sat, Mar 16, 2002 at 11:19:24AM +1100, [EMAIL PROTECTED] wrote: > I actually have ext2 running on raid1. So my question is, do I do this > tune2fs on the hda1 etc. devices or the md1 etc. devices? My guess is > the hda1 ones, since I imagine raid runs on top of ext3, not the other > way around.
Heh, you've got it the wrong way around :). The filesystem runs on top of the block device. So ext[23] (the filesystem) runs on top of RAID (a virtual block device), which runs on top of the hard disks (the real block devices). You want to tune2js the /dev/md? device, not /dev/had?. You don't need to stop the RAID device at all to convert the file system. -- #ozone/algorithm <[EMAIL PROTECTED]> - trust.in.love.to.save -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
