popularity
idea
2

partition

fdisk
parted
partition

I’d like to be able to do this:

partition "/dev/sdb" do
  primary 1 do
    size "400G"
    type "DA"
  end
end
 

Sounds like this should be a ticket on tickest.opscode.com

I think this “ideas” section is for ideas to improve the community site itself :)

Dec 03 '11 at 19:54
 

I agree! And It was very good some cookbook to make raid partitions too.

Sep 13 '12 at 18:24