Hi Guys,
I've been trying without any success to remove multiple partitions from a USB stick ! Please can any kind soul help by telling me how to do this.
Thanks in advance.
On 4/6/19 10:45 AM, Baron wrote:
Hi Guys,
I've been trying without any success to remove multiple partitions from a USB stick ! Please can any kind soul help by telling me how to do this.
Thanks in advance.
Each time I have to deal with partitions, should they be on hard-disks or USB sticks, I make use of gparted.
@+
On Sat, 6 Apr 2019 11:13:11 +0200 gregory guy g-gregory@gmx.fr wrote:
On 4/6/19 10:45 AM, Baron wrote:
Hi Guys,
I've been trying without any success to remove multiple partitions from a USB stick ! Please can any kind soul help by telling me how to do this.
Thanks in advance.
Each time I have to deal with partitions, should they be on hard-disks or USB sticks, I make use of gparted.
Exactly. fdisk should also work. USB sticks are just block devices--not special in any way. Typically they come from the factory with old-style DOS partition tables and FAT32 filesystems.
E. Liddell
Hi Gregory,
On Saturday 06 April 2019 10:13:11 gregory guy wrote:
On 4/6/19 10:45 AM, Baron wrote:
Hi Guys,
I've been trying without any success to remove multiple partitions from a USB stick ! Please can any kind soul help by telling me how to do this.
Thanks in advance.
Each time I have to deal with partitions, should they be on hard-disks or USB sticks, I make use of gparted.
@+
Gparted doesn't even see the stick ! Fdisk sees it but only the first partition.
Thanks anyway.
Anno domini 2019 Sat, 6 Apr 09:45:02 +0100 Baron scripsit:
Hi Guys,
I've been trying without any success to remove multiple partitions from a USB stick ! Please can any kind soul help by telling me how to do this.
Thanks in advance.
# dd if=/dev/zero of=/dev/your-usb-stick
and then wait ... or you can read the manpage of dd and then zero out the first meg (MBR+GPT) and the last meg (GPT) of the stick.
Nik
Hi Nik,
On Saturday 06 April 2019 10:19:22 Dr. Nikolaus Klepp wrote:
Anno domini 2019 Sat, 6 Apr 09:45:02 +0100
Baron scripsit:
Hi Guys,
I've been trying without any success to remove multiple partitions from a USB stick ! Please can any kind soul help by telling me how to do this.
Thanks in advance.
# dd if=/dev/zero of=/dev/your-usb-stick
and then wait ... or you can read the manpage of dd and then zero out the first meg (MBR+GPT) and the last meg (GPT) of the stick.
Nik
Bingo !!! Thanks Nik that worked just fine. Gparted has let me put a new partition on it.
The USB stick was one of those with a hidden partition with some encryption software on it.
Thanks Nik this one goes into my notebook.