Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2013 11:40:34 -0700 (MST)
From:      Warren Block <wblock@wonkity.com>
To:        Arthur Chance <freebsd@qeng-ho.org>
Cc:        "Joseph A. Nagy, Jr" <jnagyjr1978@gmail.com>, freebsd-questions@freebsd.org, freebsd-sparc64@freebsd.org
Subject:   Re: mount: /dev/da0p1: Invalid argument
Message-ID:  <alpine.BSF.2.00.1302081139210.67628@wonkity.com>
In-Reply-To: <511524D1.9010809@qeng-ho.org>
References:  <201302081338.r18DcGa5034982@mech-cluster241.men.bris.ac.uk> <51150FED.1050606@gmail.com> <511524D1.9010809@qeng-ho.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 8 Feb 2013, Arthur Chance wrote:

> http://en.wikipedia.org/wiki/Basic_data_partition
>
> I think you probably want to use the type code for a Windows Basic data 
> partition, which would be
>
> gpart add -t !EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 other_gpart_args
>
> [depending on your shell you may have to escape that '!']. According to the 
> second Wikipedia page
>
> "According to Microsoft, the basic data partition is the equivalent to 
> partition types 0x06, 0x07, and 0x0B (FAT16, NTFS, FAT32) in the traditional 
> MBR partition table."

I just use type 12:

# gpart add -t \!12 ...

It would be kind of nice if gpart had some keywords for those types, 
though.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1302081139210.67628>