Re: how to format

2022-10-29 Thread Jude DaShiell
dn't want a new drive to have > some malware on it, so I like to wipe the partition and reformat it, in case > they get infected during manufacturing. > Glenn > - Original Message - > From: "Jude DaShiell" > To: "K0LNY_Glenn" ; > > Sent: Satu

Re: how to format

2022-10-29 Thread Jude DaShiell
parted has helped me format drives in the past too. It should work on debian too. In archlinux I did: lsblk Then checked id of new drive on system. If it's sdb parted -a optimal /dev/sdb Then I did: unit mib Then I did: print That shows what if anything is already on the disk. If the type of dis

Re: how to format

2022-10-29 Thread K0LNY_Glenn
n it, so I like to wipe the partition and reformat it, in case they get infected during manufacturing. Glenn - Original Message - From: "Jude DaShiell" To: "K0LNY_Glenn" ; Sent: Saturday, October 29, 2022 8:24 PM Subject: Re: how to format mkfs isn't a comman

Re: how to format

2022-10-29 Thread Jude DaShiell
mkfs isn't a command. mkfs is a prefix. If yu want to put an ext4 partition on a drive you use mkfs.ext4. You might check for that command and check for the other mkfs commands as well. Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in

Re: how to format

2022-10-29 Thread K0LNY_Glenn
I should add that sudo mkfs is a bad command, with the needed parameters. So if mkfs is not in my Debian, how might I install it? Thanks - Original Message - From: "K0LNY_Glenn" To: Sent: Saturday, October 29, 2022 5:54 PM Subject: how to format Hi, I have a 64 GB thu

how to format

2022-10-29 Thread K0LNY_Glenn
Hi, I have a 64 GB thumb drive I plugged into my Debian Bullseye, CLI, no GUI. In the old days I used parted to format drives, and fdisk does not seem to have that feature. How does one format a drive in the CLI? Thanks. Glenn