Re: [SOLVED] Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2021-07-29 Thread Wols Lists
On 29/07/21 10:28, Dr Rainer Woitok wrote: > I just directly formatted one of my two Philips 128G USB 3.0 sticks with > "mkntfs" and the write performance without VeraCrypt did not improve. > Further searching the web I found that vendors were rarely specifying > the writing speeds of their

[SOLVED] Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2021-07-29 Thread Dr Rainer Woitok
Michael and All, Long time ago, on Wednesday, 2021-03-31 12:21:27 +0100, wrote: > ... > OK, unless you made a typo and the "minutes" were meant to say seconds, this > is ridiculously slow. Yes, it really were minutes. > You could run some tests to see what is causing the delay. The

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2021-03-31 Thread Neil Bothwick
On Wed, 31 Mar 2021 07:09:03 -0500, Dale wrote: > I wish I could view man pages like I used to in Konqueror.  It displays > like a webpage and is much easier to search through. I miss that too. I use mankier.com these days, which gives similar benefits. I have a shortcut set up in chromium so

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2021-03-31 Thread Neil Bothwick
On Wed, 31 Mar 2021 07:23:27 -0500, Dale wrote: > > Yes, I also liked the old Konqueror interface. Searching for > > keywords e.g. "progress" within man pages works if you preface the > > keyword with "/": > > > > /progress > > > > will find it and "n" or "Shift+n" will jump forward and backward

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2021-03-31 Thread Dale
Michael wrote: > On Wednesday, 31 March 2021 13:23:27 BST Dale wrote: >> Michael wrote: >>> On Wednesday, 31 March 2021 13:09:03 BST Dale wrote: Michael wrote: > On Wednesday, 31 March 2021 12:37:49 BST Dale wrote: >> I checked the man page, I see nothing about the show progress

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2021-03-31 Thread Michael
On Wednesday, 31 March 2021 13:23:27 BST Dale wrote: > Michael wrote: > > On Wednesday, 31 March 2021 13:09:03 BST Dale wrote: > >> Michael wrote: > >>> On Wednesday, 31 March 2021 12:37:49 BST Dale wrote: > I checked the man page, I see nothing about the show progress option. > >>> > >>>

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2021-03-31 Thread Dale
Michael wrote: > On Wednesday, 31 March 2021 13:09:03 BST Dale wrote: >> Michael wrote: >>> On Wednesday, 31 March 2021 12:37:49 BST Dale wrote: I checked the man page, I see nothing about the show progress option. >>> Are you sure? >>> >>> This is what I see here on line 47: >>> >>>

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2021-03-31 Thread Michael
On Wednesday, 31 March 2021 13:09:03 BST Dale wrote: > Michael wrote: > > On Wednesday, 31 March 2021 12:37:49 BST Dale wrote: > >> I checked the man page, I see nothing about the show progress option. > > > > Are you sure? > > > > This is what I see here on line 47: > > > > "status=LEVEL > >

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2021-03-31 Thread Dale
Michael wrote: > On Wednesday, 31 March 2021 12:37:49 BST Dale wrote: > >> I checked the man page, I see nothing about the show progress option. > Are you sure? > > This is what I see here on line 47: > > "status=LEVEL > The LEVEL of information to print to stderr; 'none' suppresses >

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2021-03-31 Thread Michael
On Wednesday, 31 March 2021 12:37:49 BST Dale wrote: > I checked the man page, I see nothing about the show progress option. Are you sure? This is what I see here on line 47: "status=LEVEL The LEVEL of information to print to stderr; 'none' suppresses everything but error

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2021-03-31 Thread Dale
Michael wrote: > You may want to run some tests on the sticks you have, if only to bottom out > what their performance is on different PCs and USB ports: > > dd if=/dev/zero of=/run/media///TESTFILE bs=512 > count=60 oflag=direct conv=notrunc,fsync status=progress > > Use a large enough file

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2021-03-31 Thread Michael
On Tuesday, 30 March 2021 18:11:56 BST Dr Rainer Woitok wrote: > On Saturday, 2020-12-05 19:07:51 +0100, I myself wrote: > > ("> >" refers to Michael ) > > > Michael, > > > > On Friday, 2020-11-27 19:07:17 +, you wrote: > > > ... > > > A 4k block size is recommended for ntfs-3g which is the

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2021-03-30 Thread Laurence Perkins
On March 30, 2021 10:11:56 AM PDT, Dr Rainer Woitok wrote: >On Saturday, 2020-12-05 19:07:51 +0100, I myself wrote: > >("> >" refers to Michael ) > >> Michael, >> >> On Friday, 2020-11-27 19:07:17 +, you wrote: >> >> > ... >> > A 4k block size is recommended for ntfs-3g which is the

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2021-03-30 Thread Dale
Dr Rainer Woitok wrote: > > Well, it's been quite a while, due to my being almost permanently con- > fronted with more pressing tasks ... :-( > > To sum up my experience with my new 128 GB Philips USB 3.0 sticks: while > the Philips sticks are significantly faster for reading operations than >

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2021-03-30 Thread Dr Rainer Woitok
On Saturday, 2020-12-05 19:07:51 +0100, I myself wrote: ("> >" refers to Michael ) > Michael, > > On Friday, 2020-11-27 19:07:17 +, you wrote: > > > ... > > A 4k block size is recommended for ntfs-3g which is the default sector > > created > > by fdisk and friends on Linux these days.

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2020-12-05 Thread Dr Rainer Woitok
Michael, On Friday, 2020-11-27 19:07:17 +, you wrote: > ... > A 4k block size is recommended for ntfs-3g which is the default sector > created > by fdisk and friends on Linux these days. This will align your partition > optimally. In addition, mkfs.ntfs will use 4096 bytes as the

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2020-11-27 Thread Michael
Hi Rainer, On Friday, 27 November 2020 16:01:29 GMT Dr Rainer Woitok wrote: > Since the USB sticks contain symbolic links and have to be accessible > from both, Linux and Windows they are NTFS formatted, and according to > "mkntfs(8)" the sector size can be at most 4096, while the cluster

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2020-11-27 Thread Dr Rainer Woitok
Michael, On Thursday, 2020-11-26 00:10:00 +, you wrote: > ... > Check dmesg to see if initialisation of the USB 3.0 drive throws up any > errors. No errors. > Then check 'lsusb -t' to make sure it has been recognised as a USB > 3.0. "lsusb -tv" showed the stick to be USB 3.0.

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2020-11-26 Thread Michael
On Thursday, 26 November 2020 00:10:00 GMT Michael wrote: > On Wednesday, 25 November 2020 17:37:15 GMT Dr Rainer Woitok wrote: > > Greetings, > > > > since my old 64 GB Verbatim USB sticks became too small, I bought two > > new 128 GB Philips sticks. Because I need to read and write them

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2020-11-25 Thread Michael
On Wednesday, 25 November 2020 17:37:15 GMT Dr Rainer Woitok wrote: > Greetings, > > since my old 64 GB Verbatim USB sticks became too small, I bought two > new 128 GB Philips sticks. Because I need to read and write them on > both, a stand-alone Windows laptop (not connected to the

[gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2020-11-25 Thread Dr Rainer Woitok
Greetings, since my old 64 GB Verbatim USB sticks became too small, I bought two new 128 GB Philips sticks. Because I need to read and write them on both, a stand-alone Windows laptop (not connected to the internet) runn- ing Windows Vista and Cygwin and my Gentoo laptop, I encrypted them