<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=7661&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / slow file copy / nvme-to-nvme / devuan linux?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7661</link>
		<description><![CDATA[The most recent posts in slow file copy / nvme-to-nvme / devuan linux?.]]></description>
		<lastBuildDate>Fri, 06 Mar 2026 11:52:24 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: slow file copy / nvme-to-nvme / devuan linux?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62581#p62581</link>
			<description><![CDATA[<p>you may be right,</p><p>the thing is that when i use &quot;nc&quot; or commander-type for filecopy, the thing copies for nvme-speeds (not in an instant, but in seconds).</p><p>i am not sure what is going on there with linux - filemanagers - or my computer as it seems a strange thing for 2026 to occur.</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Fri, 06 Mar 2026 11:52:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62581#p62581</guid>
		</item>
		<item>
			<title><![CDATA[Re: slow file copy / nvme-to-nvme / devuan linux?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62574#p62574</link>
			<description><![CDATA[<p>use f2fs (flsh friendly file system) on both drives as f2fs is for nand-flash, while ext4 is not designed for them. Its from spinning drives era. Its like putting square wheels on a ferrari:</p><p>$ mkfs.f2fs -l LABEL -i -O extra_attr,inode_checksum,sb_checksum -C utf8 /dev/sdb</p><p>Do not use sparse file Always check manpages.<br />If on KDE dont use KIO. Use rsync.</p>]]></description>
			<author><![CDATA[dummy@example.com (onedevone)]]></author>
			<pubDate>Fri, 06 Mar 2026 08:47:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62574#p62574</guid>
		</item>
		<item>
			<title><![CDATA[Re: slow file copy / nvme-to-nvme / devuan linux?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60516#p60516</link>
			<description><![CDATA[<p>thanks for all the help,</p><p>this time must have gotten it all wrong, somehow;</p><p>on NAS side for probably employed the lowest of the low of NVME; but still not sure if it helps with the task at hand or rather impedes it;<br />what i noticed was that after adding the write/read cache the 4k video would playback without buffering , as were otherwise it sometimes would need to buffer.</p><p>the internal file copy NVME to NVME is still mystery;</p><p>one NVME should according to specs be DRAM-cache-less (980), the other has DRAM-cache (Fury), so it seems faster to copy/write from DRAM-less to NVME with DRAM;</p><p>besides, there must be other things going one,<br />since the copy/write starts stalling after around 5GB, and according to test the 980 should not be such a negative performer<br /><a href="https://www.techpowerup.com/review/samsung-980-non-pro-1-tb/6.html" rel="nofollow">https://www.techpowerup.com/review/sams … -tb/6.html</a></p><p>the mainboard itself is X670 - entry level - that i choose because it was one of only with PS/2 AND without Wi-Fi chip since would like to use the one and not&#160; the other.</p><p>but probably, the mainboard is wired somehow that it has brakes onto the internal filecopy NVME to NVME; <br />the mainboard has the latest BIOS applied;</p><p>sorry , but have not other explanation for the moment;</p><p><a href="https://ibb.co/sppvLRGB" rel="nofollow">https://ibb.co/sppvLRGB</a><br /><a href="https://ibb.co/B2029xDs" rel="nofollow">https://ibb.co/B2029xDs</a><br /><a href="https://ibb.co/QjqhDBX6" rel="nofollow">https://ibb.co/QjqhDBX6</a><br /><a href="https://ibb.co/TxcjC1Jn" rel="nofollow">https://ibb.co/TxcjC1Jn</a><br /><a href="https://ibb.co/PvTyHGbN" rel="nofollow">https://ibb.co/PvTyHGbN</a><br /><a href="https://ibb.co/QFQGJ5x9" rel="nofollow">https://ibb.co/QFQGJ5x9</a><br /><a href="https://ibb.co/DxxM7WC" rel="nofollow">https://ibb.co/DxxM7WC</a></p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Fri, 12 Dec 2025 11:08:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60516#p60516</guid>
		</item>
		<item>
			<title><![CDATA[Re: slow file copy / nvme-to-nvme / devuan linux?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60494#p60494</link>
			<description><![CDATA[<div class="quotebox"><cite>kapqa wrote:</cite><blockquote><div><p>on&#160; a sidenote,<br />stopped the file-copy process / however, it seems the copy does continue in the background??=?</p></div></blockquote></div><p>Here is caching involved. No copy w/o cache per default. The kernel takes some of the memory available and uses it as cache to speed up file operations. <br />If you want to make sure all cache is flushed use the sync command. man sync is your friend.</p><p>Everything else depends on the nvme&#039;s themselves. How they are connected is only a smal part of the story. More important are the exact specs. What kind of cells are used? TLC or QLC? How much and which kind of HW cache is present? Look at the data sheets.</p><p>Also the type of files make a difference. Many small files take longer due to directory operations than one large file with the same net size.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Thu, 11 Dec 2025 15:40:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60494#p60494</guid>
		</item>
		<item>
			<title><![CDATA[Re: slow file copy / nvme-to-nvme / devuan linux?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60491#p60491</link>
			<description><![CDATA[<p>Could partly be due to what kind of files, &amp; how exactly they are being copied, i.e. via cable, or external drive, etc.</p><p>How are the drives set up, using PCie socket, &amp; what speed it is capable of, etc.</p>]]></description>
			<author><![CDATA[dummy@example.com (Camtaf)]]></author>
			<pubDate>Thu, 11 Dec 2025 13:56:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60491#p60491</guid>
		</item>
		<item>
			<title><![CDATA[Re: slow file copy / nvme-to-nvme / devuan linux?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60490#p60490</link>
			<description><![CDATA[<p>altoid ,</p><p>i trust that you understood me correctly, and <br />would know of difference between usb and nvme drives.</p><p>however have no gatekeeper or bitolocker installed;</p><p>my experience with this motherboard vendor has been mixed;</p><p>but what comes in mind is the &quot;filesystem&quot; &gt; <strong>ext4</strong> since have noticed a similar pattern when copy files from nvme to NAS (which has 2 nvme for read/write caching inplace) and has also the ext4 filesystem;</p><p>maybe the other option &quot;btrfs&quot; or whatever is called would perform more adequately?</p><p>can hardly believe that this is just due to the tlc/qlc cache on drive being depleted so rapidly.</p><p>thanks for any insight.</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Thu, 11 Dec 2025 13:47:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60490#p60490</guid>
		</item>
		<item>
			<title><![CDATA[Re: slow file copy / nvme-to-nvme / devuan linux?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60489#p60489</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>kapqa wrote:</cite><blockquote><div><p>thanks ...</p></div></blockquote></div><p>You&#039;re welcome.</p><div class="quotebox"><cite>kapqa wrote:</cite><blockquote><div><p>... drive in question is a &quot;NVME&quot; ...</p></div></blockquote></div><p>Yes.<br />Please go over my post again.</p><div class="quotebox"><cite>kapqa wrote:</cite><blockquote><div><p>... should be like &quot;blazing fast&quot;.</p></div></blockquote></div><p>NVMe does not necessarily mean &quot;blazing fast&quot;.<br />eg: <a href="https://www.tomshardware.com/reviews/kingston-nv2-ssd" rel="nofollow">https://www.tomshardware.com/reviews/kingston-nv2-ssd</a><br />There are many factors at play.</p><p>Like I wrote previously, you may want to consider running R+W tests with the [gnome-disk-utility] (on both drives) to see what speeds you get.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Thu, 11 Dec 2025 13:19:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60489#p60489</guid>
		</item>
		<item>
			<title><![CDATA[Re: slow file copy / nvme-to-nvme / devuan linux?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60488#p60488</link>
			<description><![CDATA[<p>thanks, altoid,</p><p>do have also some experience with USB drives, but not too much;</p><p>however, the drive in question is a &quot;NVME&quot;, and should be like &quot;blazing fast&quot;.</p><p>(although meant probaly for gamers)<br /><a href="https://www.kingston.com/en/ssd/gaming/kingston-fury-renegade-nvme-m2-ssd" rel="nofollow">https://www.kingston.com/en/ssd/gaming/ … vme-m2-ssd</a></p><p>EDIT:<br />could be loosely related. it seems other users also having problems, however, those are benchmark issues;<br />where as filecopy is like &quot;real-world-issue&quot;.</p><p><a href="https://www.techpowerup.com/327243/crucial-discovers-flaw-in-amd-x670e-motherboards-gen-5-nvme-slots-drop-to-gen-1-speeds-cause-boot-issues" rel="nofollow">https://www.techpowerup.com/327243/cruc … oot-issues</a></p><p>EDIT 2:</p><p>on&#160; a sidenote,<br /><span class="bbu">stopped</span> the file-copy process / however, it seems the copy does continue in the background??=?</p><p><a href="https://ibb.co/pj6bJMqV" rel="nofollow">https://ibb.co/pj6bJMqV</a></p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Thu, 11 Dec 2025 12:44:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60488#p60488</guid>
		</item>
		<item>
			<title><![CDATA[Re: slow file copy / nvme-to-nvme / devuan linux?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60487#p60487</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>kapqa wrote:</cite><blockquote><div><p>... this can&#039;t be quite normal ...</p></div></blockquote></div><p>Bear in mind that <em>normal</em> is a <span class="bbu">statistical</span> term.<br />ie: conforming to a generalised pattern, known mean or median.</p><p>An expected average, if you will.</p><p>Up to a few years ago, if you purchased <em>any</em> Kingston memory product, you could rest assured that you had a quality product in you hands.<br /><em>That</em> was the normal in those days, Kingston = Quality.</p><p>Unfortunately, that is <span class="bbu">no longer the case</span> and given what the chip market is going through due to the A1 delirium, things will not get better.<br />Quite the contrary, prices are rising steadily and the quality of consumer memory products are decaying.</p><p>If interested, see what happened when I puchased a set of three <a href="https://dev1galaxy.org/viewtopic.php?id=7264" rel="nofollow">Kingston</a> DataTraveler Exodia M USB 3.2 USB drives without noticing that there was no data sheet included or printed inside the cardboard blister as usual.</p><p>TL;DR</p><div class="quotebox"><cite>Kingston Technical Support wrote:</cite><blockquote><div><p>We apologize if you are dissatisfied with your product. The Exodia USB drive&#039;s are a basic low cost model with no minimum performance ratings based off the datasheet.</p></div></blockquote></div><p>The reference is to the inexistent data Kingston included in the package.</p><p>You don&#039;t post the specifics (Kingston part #) of the drives you are using but I suggest you do a search on the web for any of the sites* that publish tests as well as any specs Kingston <em>may</em> have published in their web page.<br />* one is <a href="http://ssd-tester.com" rel="nofollow">ssd-tester.com</a>, there are others.</p><p>You could also run a benchnmark test on the drives via the [gnome-disk-utility] which is accurate enough to give you an idea as to what is going on.<br />You will probably have to clear / reformat the drive to test it properly.</p><p><span class="bbu">Edit</span>:<br />See <a href="https://www.tomshardware.com/reviews/kingston-nv2-ssd" rel="nofollow">this</a> test at Tom&#039;s Hardware.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Thu, 11 Dec 2025 12:36:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60487#p60487</guid>
		</item>
		<item>
			<title><![CDATA[slow file copy / nvme-to-nvme / devuan linux?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60486#p60486</link>
			<description><![CDATA[<p>Hello ,</p><p>today wanted to copy a folder from one Devuan partition to another ;</p><p>both Devuan are installed on respective NVME inside same computer;</p><p>both have standard setting, ext4 filesystem;</p><p>the filecopy (around +30GB) starts well, but becomes un-usually slow;</p><p>can someone please help to speed up the process?</p><p>this can&#039;t be quite normal;</p><p>the ssd in question are not the best in class, but no slouch either.</p><p>(one is pcie 4x4 kingston, another pcie 3x4 samsung 980).</p><p>thank you very much.</p><p><a href="https://ibb.co/hx5Jr5Sr" rel="nofollow">https://ibb.co/hx5Jr5Sr</a><br /><a href="https://ibb.co/k2g6Mnc5" rel="nofollow">https://ibb.co/k2g6Mnc5</a><br /><a href="https://ibb.co/273Gkgbz" rel="nofollow">https://ibb.co/273Gkgbz</a><br /><a href="https://ibb.co/ynpPJjkk" rel="nofollow">https://ibb.co/ynpPJjkk</a></p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Thu, 11 Dec 2025 11:26:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60486#p60486</guid>
		</item>
	</channel>
</rss>
