On Fri, Sep 18, 2026 at 07:48:20AM +0200, Sylvain Saboua wrote: > Following the discussion, I intend to write the following > disklabel(5) : > > srv# disklabel -wT - wd1 disktype > /home/media 8T-10T 50% > /var/www/famille 2.5T-4T 20% > /home/git 1.5-2T 20% > /home/bkup 500G-1T 10% > > I am confused however as to where in disktype(5) I am supposed > to pick a value for what could `disktype' be ?
You don't :-) Use: # disklabel -wAT - wd1 But if this is a 'one-off' partitioning exercise, why not just use the interactive interface to disklabel instead: # disklabel -E wd1

