Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.sys.raspberry-pi    |    Raspberry Pi computers & related hardwar    |    26,127 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 24,253 of 26,127    |
|    druck to Pancho    |
|    Re: Pi 5 and NVMe SSD    |
|    21 Feb 24 20:51:31    |
      From: news@druck.org.uk              On 21/02/2024 17:42, Pancho wrote:       > I got rid of my desire for an nvme with my opi5. Due to being PCIe 1       > lane, it wasn't that much faster,              That surprises me, could anyone with an NVMe base run this script which       measures the maximum sequential and random access read/write speeds.       You'll need to install the fio package and be in a directory on the disc       under test.              #!/bin/bash       TESTFILE=fio-tempfile.dat       fio --name SeqRead --eta-newline=5s --filename=$TESTFILE --rw=read\        --size=500m --io_size=10g --blocksize=1024k --ioengine=libaio\        --fsync=10000 --iodepth=32 --direct=1 --numjobs=1 --runtime=30\        --group_reporting | grep bw=       fio --name SeqWrite --eta-newline=5s --filename=$TESTFILE --rw=write\        --size=500m --io_size=10g --blocksize=1024k --ioengine=libaio\        --fsync=10000 --iodepth=32 --direct=1 --numjobs=1 --runtime=30\        --group_reporting | grep bw=       fio --name RndRead --eta-newline=5s --filename=$TESTFILE --rw=randread\        --size=500m --io_size=10g --blocksize=4k --ioengine=libaio --fsync=1\        --iodepth=1 --direct=1 --numjobs=1 --runtime=30 --group_reporting\        | grep bw=       fio --name RndWrite --eta-newline=5s --filename=$TESTFILE--rw=randwrite\        --size=500m --io_size=10g --blocksize=4k --ioengine=libaio --fsync=1\        --iodepth=1 --direct=1 --numjobs=1 --runtime=30 --group_reporting\        | grep bw=       rm $TESTFILE              > and there was significant additional       > effort installing the OS, compared to a micro SD. Obviously, you may       > have a different use-case.              More than dd'ing the SD card image on to the NVMe, using gparted to       expand the linux partition, and then changing the boot device in       /boot/cmdline.txt and /etc/fstab ?              ---druck              --- SoupGate-Win32 v1.05        * Origin: you cannot sedate... all the things you hate (1:229/2)    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca