Debian Hardware :: Blu-ray Writing Speed Is Slow (250kb/sec)

Oct 21, 2014

I mount a BD-RE in Debian Jessie to write about 20GB of data. But the writing speed is terrible slow. I get a Speed of 250kb/sec.

Are there any options to increase the speed of writing? I don't use packet writing and no wodim, no growisofs, nothing. I just mounted the disk and I use mc (Midnight commander) to copy the data.

View 0 Replies


ADVERTISEMENT

Ubuntu :: Slow Network Speed When Writing To Server?

Jan 13, 2010

I have just formated and did a fresh install to start all over. I installed Ubuntu 9.1 and everything went fine but the network. The computer serve as a NAS and MediaPlayer. When getting a file from the server, I get a speed of 40-60mb/sec, which are good for a Gigabit network. When I try to put a file in, the speed can't pass more than 1mb/sec and often stop.

Here's the network info:

Code:

vric@XBMC:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:24:8c:a1:eb:55
inet addr:192.168.1.5 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::224:8cff:fea1:eb55/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

[code]...

Edit: Looks like it's a Gigabit Problem. I connected the Ubuntu box to my Linksys router which is 10/100 and everything is MUCH faster.

View 2 Replies View Related

Debian :: Slow USB Transfer Speed With MC

Nov 15, 2010

I have a 500gB USB drive connected to my laptop for backups and filestorage. But I can't get it to play nice with Midnight Commander. My transfer speeds max ut at 2MB/s wich is painfully slow when moving large files such as movies. Worker FM transfers the same files to the same drive much MUCH faster (not sure by how much, though). This leads me to the conclusion that the problem lies with MC.

View 5 Replies View Related

Debian :: Have Slow Download For Update / Speed This Up?

May 26, 2010

I am using debian(lenny) on a pc coexisting with windows. I use grub to decide which o/s to boot.

I picked debian, logged in as a regular user. I selected "Administration" under the "System" tab and then selected "Update Manager". I had to provide the root password.

I was asked to insert Binary DVD-1 and was told to use smart update. I did at which time 16 files begun downloading at between 4400 B/s and 4800 B/s from the Security server. It looks like it is downloading a new linux image.

Is there any way to speed this up?

View 4 Replies View Related

Debian :: Sata Disk Write Speed Is Very Slow ?

Sep 14, 2010

I got a new machine with GA-p55A-ud3 mobo and a WDC WD10EARS 1T disk.

When I tried to benchmark the disk IO, I was suprised by the low write speed:

The related output from my lspci:

The related output from my lshw:

View 9 Replies View Related

Debian Configuration :: Sata Disk Write Speed Is Very Slow

Sep 14, 2010

I got a new machine with GA-p55A-ud3 mobo and a WDC WD10EARS 1T disk. When I tried to benchmark the disk IO, I was suprised by the low write speed:

[Children see throughput for 1 initial writers = 35962.63 KB/sec
Parent sees throughput for 1 initial writers = 35962.63 KB/sec
Min throughput per process = 35962.63 KB/sec

[code].....

View 4 Replies View Related

Debian Hardware :: Ath9k Snail Slow Wtih 2.6.38 / Speed It Up?

Apr 17, 2011

Since 2.6.38 ath9k has become slow as a snail. After searching this issue I have found a solution.
Create a file called /etc/modprobe.d/ath9.conf in this file enter thisoptions ath9k nohwcrypt=1Reboot or reload the module and enjoy high speed again.

View 3 Replies View Related

Debian Hardware :: Slow Outgoing Network Speed With RTL8111 / 8168B

Sep 18, 2014

I'm experiencing very slow network speeds in one direction (out) on a clean install of debian.

iperf client running on laptop connecting to server with issue:
Code: Select all$ iperf -c 192.168.10.187 -d
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  128 KByte (default)
------------------------------------------------------------
------------------------------------------------------------
Client connecting to 192.168.10.187, TCP port 5001
TCP window size:  129 KByte (default)
------------------------------------------------------------
[  5] local 192.168.10.131 port 55340 connected with 192.168.10.187 port 5001
[  6] local 192.168.10.131 port 5001 connected with 192.168.10.187 port 52664
[ ID] Interval       Transfer     Bandwidth
[  5]  0.0-10.0 sec   247 MBytes   207 Mbits/sec
[  6]  0.0-11.5 sec  1.00 MBytes   730 Kbits/sec

I've tried with different cables on the server, no luck. Also note that the laptop gets full speed to speedtest.net as per my internet subscription (75/75 gbit fiber), so the laptop can be ruled out as a problem since it gets more than 75X performance to the internet compared to the local server.

The main purpose of this server is to be a virtualbox host. I've set up one guest system and ran iperf between the host/guest (bridged network). It gives better numbers, still the host -> guest direction is much slower than it should be:

Code: Select allClient connecting to 192.168.10.187, TCP port 5001
TCP window size:  108 KByte (default)
------------------------------------------------------------
[  3] local 192.168.10.163 port 48573 connected with 192.168.10.187 port 5001
[  5] local 192.168.10.163 port 5001 connected with 192.168.10.187 port 48856
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-10.0 sec  1.65 GBytes  1.42 Gbits/sec

[CODE]..

View 4 Replies View Related

Debian Configuration :: Slow Transfer Speeds On SAMBA Share But Gigabit Speed On SCP

Feb 12, 2016

I'm having a strange problem with data transfers between systems. I have a file server + my desktop. Both are running Debian 8.3. I have a samba share running on the file server and I mount the shares on my desktop on boot via /etc/fstab

When I copy a file using the nautilus from my home folder (on my HDD) on my desktop to the mounted network location, my transfers start out at gigabit speeds 80MB/s-90MB/s for a couple seconds and then drop down to about 8MB/s

But when I terminate the transfer and then use scp to transfer the same file, I get consistent gigabit speed throughout the transfer. I am not sure what is going on.

View 2 Replies View Related

Programming :: Writing GPS Driver Over High Speed UART?

Oct 14, 2010

I am developing a GPS driver which is connected over a high speed UART. The driver of the high speed UART is available and it creates a device node /dev/ttyHS0. Now using the device node, I guess, I will be able to read/write from/to the GPS chip from user space but my aim is to write a GPS driver in the kernel space which would communicate with the high speed UART driver. After some initial study, I think I can either write a line discipline driver or a serio to communicate with the GPS chip firmware through high speed UART driver.

View 5 Replies View Related

Programming :: Writing A Script To Do A Speed Measurement From ISP's Test Ftp Server

Feb 5, 2010

I am writing a script to do a speed measurement from my ISP's test ftp server. To do this interactively I connect to the server, enter credentials, enable hash and download a test file. The process concludes with something like

Quote:

################################################################
226 Transfer complete.
1048576 bytes received in 2.87 secs (356.6 kB/s)

So I entered the credentials for the server in my .netrc file and created a little bash script as follows

Quote:

#!/bin/bash
cd ~/Desktop
# poiuytrewq is the limit string of the "here" document

[code]...

The script executes as expected EXCEPT that I do not see the statistics at the end of the transfer. It terminates thusly

Quote:

#################################################################################################### ############################################
ken@taylor12:~/Desktop$

I have tried adding another ftp command such as ls to the end of the "here" document (in case the results were clipped by the bye command) but to no avail. The ls result immediately follows the ### - no stats I am at a loss.

View 8 Replies View Related

Slackware :: Writing Basic Bash Script To Toggle Two I8kctl Commands (fan Speed Hi/low)?

Jun 11, 2011

I'm on a Dell Inspiron 6000. I installed i8kutils and it works. Fan speed reduces CPU temp from 50C to 44C. A start-up script invokes the i8k module: $ udo /usr/sbin/modprobe i8k force=1 which creates /proc/i8k. The man page for i8kctl is straightforward: a few simple commands to read info from the aforementioned file.So. I know nothing about writing even basic bash scripts. I gave it a go here but I know this is way wrong. Would anyone like to help a guy out? This is my starting point (don't laugh):

Code:
#!/bin/bash
# script to toggle fan speed low/high

[code]...

View 5 Replies View Related

Ubuntu :: Systems Get Slow When Writing To Disk?

Jan 18, 2010

This is a curiosity of mine, and I expect a technical answer, if someone knows it. Why the systems become so irresponsive when doing hard-disk input and output? This happens even if writing is done to a secondary disk where neither the system or the swap are stored.

View 7 Replies View Related

Ubuntu :: Writing To External Media Is Slow To Finalize?

May 21, 2010

I have a USB hub on my desk, and also a multi-card reader in the front-panel of the computer (connected to a USB PCI card).

I have found that when I write files to a USB "thumb" drive plugged into the USB hub, or to a card in the multi-card reader (I have tried SD, SDHC, CompactFlash and MMC) the file is written quickly. The progress bar that appears on the screen goes to almost 100%, but then stops...

If I try to unmount the filesystem (either umount on the command line, or MB3 and eject or unmount option) I get a message that the device is busy. Sometimes, this stays busy for three minutes.

The filesystems on these cards are almost always FAT32; they are for digital cameras, media players, or are for exchanging files between home and office (where I use WinXP).

View 2 Replies View Related

Ubuntu :: Pc Acting Slow When Reading / Writing Files From _ Onto Disk - Is That Normal?

Sep 27, 2010

Whenever I am busy reading or writing large files, or large sum of files, my computer is unresponsive. Screens are getting greyed-out and I just can sit there and wait until the reading/writing is done.
This is not caused by the CPU which is overstressed because it is not. Look at the attachments and you will see the CPU is used for about 20%. When these pictures were captured the computer was using hellanzb to unrar a long list of rar-files.
When you look at my signature you see the computer is not bad at all, just disk-access is slow. I can transfer files with a maximum speed of 30MB/s. Is that normal or is it very slow? I don't know the numbers. I have 2 SATA disks.
O.S. is Mint 9-Isadora, based on Ubuntu 10.04 and I use the 64-bits version.

View 9 Replies View Related

Hardware :: SATA / PATA Fake RAID Highpoint 1640 Slow In Writing

Oct 20, 2010

I've been, for some years, an happy user of Highpoint HPT374 based RAID cards, using RAID 5 with decent performances (constantly around 90 MB/sec in read, and 60 MB/sec in write ). Old Athlon mobo , with 2.6.8 kernel. Now the mobo is dead, so I've got an Asrock A330GC (dual proc with 4giga ram), installed Debian with kernel 2.6.26 and moved the controller and disks , and the performances have dropped to a painful 9 MB/sec in write, measured with dd of a huge file (interrupted with kill -USR1 [pidof dd]).

Read performances are still around 90MB/sec, using hdparm -t , repeated many times , figures are constantly around 90MB/sec. I suspect some libata issue , in old kernel the raid was seen as hdb, now is sdb, some driver(s) of the PATA disks may be responsible. I've used the driver, from Highpoint v2.19 , the latest driver is broken (causes kernel oops during format of raid), I've informed Highpoint.

Here some info :
hdparm -i /dev/sdb :
HDIO_GET_IDENTITY failed: invalid argument .

lspci :
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 01) .....

View 2 Replies View Related

Ubuntu :: Slow Run From USB / Speed It Up?

May 20, 2010

I am running Ubuntu 10.04 from a USB key (16GB). Overall I'm pretty fine with it but there are a few problems I am having. It seems to be very slow. In particular, Firefox and Pidgin freeze every now and then, before becoming active again. The same thing also happens for other applications such as Rhythmbox, Gedit, and the terminal. Additionally my start up and shut down times are horrible (worse than when I use Vista and Ubuntu 8.04). I was wondering if there is something with my install or if this is all due to the fact that I am running from a USB. I don't think it's the USB since I ran 8.04 from a USB HDD (55GB) and didn't have any problems with speed.

View 4 Replies View Related

Fedora :: Internet Speed Is Very Slow ?

Jul 24, 2010

I'm using Fedora 13 x86_64. The internet speed is very very slow. I have enough hard disk space, RAM. Processor AMD Athlon II 2.6GHz. What can be the reasons?

View 7 Replies View Related

Ubuntu :: 9.10 Running Slow / Speed It Up?

Feb 25, 2010

I just installed Ubuntu 9.10, replacing Windows 7.

its running a little slower than I hoped it would, loading movies takes a while, and when i switch to full screen, it takes about 5 seconds to catch up.

im suspicious that my video card driver might not be configured correctly. can anyone tell me what I might need to configure to get things running smoother?

other things on the computer are also running slow, like opening Firefox, it takes a while for the window to appear.

- Athlon 64 x2 5200+
- Gigabyte GA-MA78GM-S2h motherboard
- Radeon HD 3650 512mb pci-e
- 4gb DDR2 800

and I do have ATI catalyst installed

View 2 Replies View Related

Ubuntu One :: Very Slow Upload / Speed It Up?

Apr 25, 2010

I have been trying out Ubuntu One for the past couple of days but find it to be incredibly slow. At first i had put a folder will a large amount of images in the ubuntu one folder. The total size of it was 35Mb, after over 26 hours only 11,5Mb of that had been uploaded.

After looking around some on these forums i saw several comments about it being slow when it is a large amount of files, no matter if the filesize is small or large. I decided to try it out with a larger single file. I erased everything that was in the previous share and then put my testfile of 350Mb in the Ubuntu One folder.

After two hours of waiting i could still not see it on the U1 website so i decided to see how long it would take with dropbox and put a copy of that file in my dropbox folder as well. The file was uploaded correctly to dropbox in just a couple of minutes but it has still not been uploaded to the U1 website even though it has been 4-5 hours since i first put it in my U1 folder.

View 9 Replies View Related

Ubuntu :: Which Application Use To Slow Speed Down?

Apr 14, 2011

I need to transcript some recordings to a friend of mine. I woule like to have the sound playing slower than usual. Is it possibe on any Ubuntu (L. Lynx) anyway? How?

View 7 Replies View Related

Fedora :: Yum Update Through Mirrors Very Slow / Speed It Up?

Aug 7, 2010

Does anyone know if the Yum fastestmirror plugin only makes decisions based on latency to pick the best host or does it measure bandwidth? On my laptop for the last few weeks I've been getting super slow yum updates (3.5kB/sec), when I force it to use the baseurl it runs as fast as I'd expect (160+KB/sec).

So the fastestmirror plugin doesn't seem to work unless maybe it's measuring latency as fast but the actual download speed is slow. If so, fastestmirror plugin should really take both into account.

View 2 Replies View Related

OpenSUSE :: 11.4 Slow In Terms Of Speed / Performance

Jun 30, 2011

I'm new to openSUSE and my computer is quite slow although my computer isn't that bad. I opened up ksysguard and it appears that my CPU is the bottleneck. My CPU usage is usually 100%, then after a few seconds, it goes down to 20-60% and then it goes back up to 100% after another few seconds. It says I have 141 processes running (I don't know if that's normal or not).

My Specs are:
CPU: AMD Duron (tm) processor 1.8GHz
Graphics Card: NVIDIA GeForce 6200
Memory: 2GB RAM
I'm using KDE.

View 9 Replies View Related

OpenSUSE Hardware :: Slow USB Transfer Speed ?

Feb 1, 2011

I'm trying to transfer some files to my USB stick, and it's transferring at the most pitiful rate, around 200-400kb/s, occasionally shooting up to 1MB/s, but not for more than a few seconds.

I realize a lot of factors can play into this, so I'll try to provide as much detail as I can.

I'm using OpenSUSE 11.3, KDE 4.6 RC2, and a Corsair Mini Voyager 16GB. My motherboard is a Gigabyte EP45-DS3L.

dmesg output:

Code:

lsusb -t output:

Code:

Sometimes too, the transfer just stops all together. It just... doesn't transfer for a while, then it'll go back to 400kb/s etc, then it'll stop again for a minute.

View 3 Replies View Related

Ubuntu Networking :: Why Is Internet Speed Is So Slow?

Feb 10, 2010

When using launchpad and the ubuntu daily build website it is very slow. I get 1.2mb/s normally and the speed drops quickly to 0kb/s This is the case from any version of ubuntu that is installed on my laptop.In windows it is no problem, equally there is no problem from a live cd or an install on my external hard disk. Is canonical blacklisting/slow listing my ip?

I am behind a university network but am sure this problem occurs at home .I did a clean install and had no problem until about an hour ago. When I tried to re download a project using bzr my speed instantly ropped.I had downloaded it fine a couple of hours ago. I hope that someone can shine some light on this, its very hard to work on projects if I can't download them.

View 5 Replies View Related

Ubuntu :: DC Power - Runs At Very Slow Speed

May 25, 2010

I have a HP nx7400 laptop. Now I have a docking station DC power adapter - Works Fine. Ordered another DC so i could travel with it, but when used ubuntu runs at a very slow speed.

View 3 Replies View Related

Ubuntu :: Burning DVD With Braserio Really Slow / Speed It Up?

Feb 14, 2011

I use Brasero 2.32.0 to burn DVD's and the max speed I reach writing on my 16x DVD's is 2.5x (more or less).

Follows info's about my OS and HW setup code...

View 6 Replies View Related

Ubuntu Networking :: 10.10 - Very Slow Wireless Speed

Mar 28, 2011

I have very suboptimal Internet speed in Wifi with Ubuntu. Normally in WIndows 7 I get download speeds up to 800 KB/s and a very fast Wifi experience, but in Ubuntu I get 100KB/s maximum and web page load speed is very extremely slow. Also, pinging to AP often gives very high response times and a lot of lost packages while in Windows they are very low and none packages are lost. I have a Netgear wg111v3 which worked out of box when I installed Ubuntu but always with this problem. It is updated and I've reinstalled Ubuntu many times..

Also I forgot to say that in Ubuntu the connection goes down very often and sometimes will not connect again until I reboot. Again in Windows never happened that.
Motherboard: GA-MA74GM-S2H
CPU: AMD Athlon 64X2 dual core
2 GB RAM
Ubuntu 10.10 64 bit
Wireless adapter Netgear wg111v3 USB .....

View 9 Replies View Related

Networking :: File Transfer Speed Too Slow ?

Oct 14, 2009

We have a server and we have instales an Open suse 10.3 on it. We created a Samba server also. Made to share folder, that we acces from network from other computers that have xp.

The problem is if we try to copy from server it is very slow only 100-300kb/s. The strange thing is that if i copy 1 file then its slow but if i start to copy another one the speed gos up to 10-15mb/s. Evry time i want to copy somethin or install from that server i need to start another copy. If i copy from a comp to that server the speed is normal only if i copy from server its slow.

View 3 Replies View Related

Fedora :: Yum And RPM Slow Speed - Flash Player 10 Not Loading

Dec 10, 2009

I am currently using fedora 12. My question is why is the speed for my yum and rpm are very slow. Something like Flash Player 10 couldn't even load after being installed. If I downloaded the rpm, the speed is like normal but if I yum it. The ESA took like >1,000,000 sec..or whatever..The point is it does seem like something has happened to my yum/rpm function. I can download and surf the web as usual. I just can't get any add-on such as the Flash Player 10. I can only use the basic already provided by Fedora.

I tried:
su -
yum clean all
rpm --rebuilddb
yum update
but I am still unsure what type of RPM issue I am facing.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved