I have a Debian box with an USB HDD drive formated in NTFS connected to it. I would like to test the write speed of it because with samba, when I upload files to it from my Windows 7 laptop, I got some scary performances (1 MB/s).

The concern here is that the drive is mounted in NTFS.

link|improve this question

74% accept rate
feedback

1 Answer

You can test the drive speed with this command:

hdparm -t -T /dev/(drive)

But if the speed is slow that doesnt means that is it hard drive, which is the issue. Also check your network connectivity (like lenght of cable, the duplex speed of the ethernet interfaces etc) also check logs if there are any errors.

link|improve this answer
Im using wifi 802.11g, maybe that's why ? – Jonathan Rioux Dec 2 '11 at 14:41
yes it can be. Test the bandwidth of connection. – Frank Dec 2 '11 at 17:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.