From nobody Wed Jan 17 06:34:36 2024 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TFGMD3FrMz5769p for ; Wed, 17 Jan 2024 06:34:48 +0000 (UTC) (envelope-from alex@alexburke.ca) Received: from out-183.mta1.migadu.com (out-183.mta1.migadu.com [95.215.58.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4TFGMD19Ggz45Xx for ; Wed, 17 Jan 2024 06:34:48 +0000 (UTC) (envelope-from alex@alexburke.ca) Authentication-Results: mx1.freebsd.org; none Date: Wed, 17 Jan 2024 07:34:36 +0100 (GMT+01:00) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alexburke.ca; s=key1; t=1705473280; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=s27xedi5cl21Y8Hzy7ARVvIqrrfn2c/1ALSKZa2kv08=; b=gTBB0cp0Tci8BnZA8kzLovoOofFcfGHnpVAnRS7MsPCxn72yt5gZKbUdwiYpBnIfDkHgY8 GhflpSnp32dTekEYXkwiZi80aEBhUFGvxCNTmA4BsI75ooYB6asAL0WXslZfEmdTjH1Lw0 0qAhV9HQ61AGquukh9fSr9DzeFbpfVM= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Alexander Burke To: Matthias Apitz Cc: Gary Aitken , freebsd-questions@freebsd.org Message-ID: <8e1c4e65-c7e3-4501-a008-7752b06a1872@alexburke.ca> In-Reply-To: References: Subject: Re: USB key && NTFS List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Correlation-ID: <8e1c4e65-c7e3-4501-a008-7752b06a1872@alexburke.ca> X-Migadu-Flow: FLOW_OUT X-Rspamd-Queue-Id: 4TFGMD19Ggz45Xx X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:202172, ipnet:95.215.58.0/24, country:CH] Hi Matthias, Sorry to hear about the flash drive's slow write rate. May I suggest this m= odel specifically? https://www.westerndigital.com/products/usb-flash-drives/sandisk-ultra-dual= -drive-luxe-usb-3-1-type-c?sku=3DSDDDC4-128G-G46 The read and write rates are great _and_ it supports TRIM via blkdiscard(8)= , which is great for wiping it quickly between uses without the excessive t= ime or flash wear of manually wiping it via dd: https://man.archlinux.org/man/blkdiscard.8 I own several of them, of various capacities, and am very happy with them. = You can find them on Amazon as well as many other places, and I haven't eve= r gotten a counterfeit. (The laser engraving on them is harder to duplicate= , too, I suppose.) They come with some Windows and Android binaries preinstalled, but mkfs (or= blkdiscard!) takes care of that quickly. Cheers, Alex ---------------------------------------- Jan 17, 2024 07:16:42 Matthias Apitz : > El d=C3=ADa martes, enero 16, 2024 a las 05:01:54 -0700, Gary Aitken escr= ibi=C3=B3: >=20 >> ... >> As pointed out by Alexander, it's actually exFAT, not NTFS.=C2=A0 Since >> you've already reformatted it, you're ok, but if you want to NOT >> reformat a new one in the future, use mount.exfat.=C2=A0 manpage is >> man mount.exfat-fuse >>=20 >=20 > I haven't reformatted the key. I compiled the port sysutils/fusefs-exfat > on my poudriere server, installed it and could mount the key fine. > I used f3write (from the ports) to check the capacity by writing > 117 files of 1 GByte and to check the write performance which is very poo= r. >=20 > [guru@c720-1400094 ~]$ mkdir=C2=A0=C2=A0 /mnt/f3 > [guru@c720-1400094 ~]$ f3write /mnt/f3 > .. > Creating file 115.h2w ... OK! > Creating file 116.h2w ... OK! > Creating file 117.h2w ... OK! > Creating file 118.h2w ... Write failure: Input/output error >=20 > WARNING: > The write error above may be due to your memory card overheating > under constant, maximum write rate. You can test this hypothesis > touching your memory card. If it is hot, you can try f3write > again, once your card has cooled down, using parameter --max-write-rate= =3D2048 > to limit the maximum write rate to 2MB/s, or another suitable rate. >=20 > Free space: 0.00 Byte > Average writing speed: 9.27 MB/s >=20 > [guru@c720-1400094 ~]$ df -kh /mnt/f3 > Filesystem=C2=A0=C2=A0=C2=A0 Size=C2=A0=C2=A0=C2=A0 Used=C2=A0=C2=A0 Avai= l Capacity=C2=A0 Mounted on > /dev/da0s1=C2=A0=C2=A0=C2=A0 117G=C2=A0=C2=A0=C2=A0 117G=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 0B=C2=A0=C2=A0 100%=C2=A0=C2=A0=C2=A0 /mnt >=20 > =C2=A0=C2=A0=C2=A0 matthias >=20 > --=20 > Matthias Apitz, =E2=9C=89 guru@unixarea.de, http://www.unixarea.de/ +49-1= 76-38902045 > Public GnuPG key: http://www.unixarea.de/key.pub >=20 > I am not at war with Russia.=C2=A0 =D0=AF =D0=BD=D0=B5 =D0=B2=D0=BE=D1=8E= =D1=8E =D1=81 =D0=A0=D0=BE=D1=81=D1=81=D0=B8=D0=B5=D0=B9. > Ich bin nicht im Krieg mit Russland.