On 2010-07-29 12:06 AM, Doug Nazar wrote: > > The second expands the 'ls -l' output to include raid information. > Previously depending on the raid metadata layout, it was possible to > detect the filesystem on the underlying raid partition. So now it > checks for raid devices first and if detected prints out the raid > info. This probably requires the previous patches for raid that have > been posted in the last few days. Holler if you want a roll-up patch. > > Partition ide1,apple9: RAID6, md/1 - Disk 2/4, UUID > 5c991134-a98c-2396-7204-9d6b077d2840 > Realized I'd added a dependency on the raid module. This patch cleans that up. Doug