Problem: Poor writing performance with new 2TB drive
|
18th Jun, 2014, 07:26 PM
Post: #1
|
|||
|
|||
Poor writing performance with new 2TB drive
Hello everybody.
I used to run pyLoad on my Pi in combination with a 1TB external drive. I recently switched to a 2Tb drive (Toshiba Stor.E Plus) and noticed some strange behaviour in pyload: Every since I changed the download location to the new external drive (one partition only, NTFS) pyload will only reach 100kb/s maximum. Changing it back to the old external drive, the issue is gone. Any suggestions what could cause the poor writing performance. On my Windows PC the drive has excellent writing speed. Best regards and thanks in advance! //Edit: Terminal sudo dd if=/dev/zero of=/dev/sda1 bs=1M count=1 oflag=direct 1+0 Datensätze ein 1+0 Datensätze aus 1048576 Bytes (1,0 MB) kopiert, 0,120445 s, 8,7 MB/s Terminal sudo dd if=/dev/zero of=/dev/sda1 bs=100M count=1 oflag=direct 1+0 Datensätze ein 1+0 Datensätze aus 104857600 Bytes (105 MB) kopiert, 6,56833 s, 16,0 MB/s If you agree, could someone please move the topic to the Software Forum? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Poor writing performance with new 2TB drive - Neutrino1986 - 18th Jun, 2014 07:26 PM
RE: Poor writing performance with new 2TB drive - mk01 - 22nd Jun, 2014, 08:35 AM
RE: Poor writing performance with new 2TB drive - Neutrino1986 - 22nd Jun, 2014, 07:43 PM
|