USB stick and some help with it. [SOLVED] The usb stick is in the trash now.

Adam Vande More amvandemore at gmail.com
Tue Aug 4 17:01:24 UTC 2015


On Tue, Aug 4, 2015 at 11:21 AM, Quartz <quartz at sneakertech.com> wrote:

> I have not found a Linux utility similar to gpart
>>
>
> Umm.... you do know that linux has gpart too, right? Like, it's a standard
> part of most distros, and it's what GParted Live is based around?
>

gparted =! gpart  && linux gpart =! FreeBSD gpart.


> But ignoring that for the moment, there are a bunch of other programs that
> do all the same things in basically the same way. For example, "sgdisk -Z
> /dev/sda" and "gpart destroy /dev/sda" both nuke the partition information
> for a given disk.
>
>
> Some Linux utilities can be useful, but don't reach for them
>> until you have tried what is available in FreeBSD.
>>
>
> It's not like FreeBSD has some kind of monopoly GPT stuff or useful disk
> utilities, any other *nix OS has pretty much all the same tools.


Other OS's don't have tools to control GEOM which is needed for most of the
more common classes.  GEOM writes it's metadata at the end of the block dev
for many things which also conflicts with GPT.  This and other metadata
conflict issues using either ufs or zfs based filesystems make gpart(8) not
only the best tool, in many cases it's the only tool that can do it
correctly short of a complete zeroing out of the block dev.



-- 
Adam


More information about the freebsd-questions mailing list