Re: Problem creating mbr partition with gpart

2010-11-19 Thread Andrey V. Elsukov
On 19.11.2010 1:06, Krzysztof Dajka wrote: > [~] # gpart create -s mbr da1 > da1 created > [~] # gpart add -t mbr da1 > gpart: Invalid argument > > What the heck? In gpart(8) under partition types I can see 'The > symbolic names currently understood are: [...] mbr' "mbr" partition type is a sy

Re: Problem creating mbr partition with gpart

2010-11-19 Thread Sergey Kandaurov
On 19 November 2010 01:06, Krzysztof Dajka wrote: > Hi > Today I had problem with creating mbr partition on my pendrive. > I tried using gpart as I am most familiar with this tool. On clean device I > did: > > [~] #  gpart create -s mbr da1 > da1 created > [~] #  gpart add  -t mbr da1 > gpart: In

Problem creating mbr partition with gpart

2010-11-18 Thread Krzysztof Dajka
Hi Today I had problem with creating mbr partition on my pendrive. I tried using gpart as I am most familiar with this tool. On clean device I did: [~] # gpart create -s mbr da1 da1 created [~] # gpart add -t mbr da1 gpart: Invalid argument What the heck? In gpart(8) under partition types I ca