Re: Supper slow USB disk

2017-10-01 Thread Mostafa Shahverdy
> I have a directory named /media/joe, with joe:joe 750 permissions. I'm > reasonably sure that systemd originally created that, but if you have > an appropriate directory which was created with different permissions, > that may be a problem. > Thank you! Mine was mostafa:root 755, I don't know wh

Re: Supper slow USB disk

2017-10-01 Thread Joe
On Sun, 1 Oct 2017 18:46:18 +0330 Mostafa Shahverdy wrote: > The whole idea for changing the content came from the fact that my usb > drives were mounting as read-only for non-root users, so I tried to > fix it and no luck. So at the end I removed my entries for removable > media. I still have th

Re: Supper slow USB disk

2017-10-01 Thread Mostafa Shahverdy
The whole idea for changing the content came from the fact that my usb drives were mounting as read-only for non-root users, so I tried to fix it and no luck. So at the end I removed my entries for removable media. I still have that very problem of read-only removable media for my user. On Sun, Oc

Re: Supper slow USB disk

2017-10-01 Thread Joe
On Sun, 1 Oct 2017 18:26:58 +0330 Mostafa Shahverdy wrote: > Maybe this is something with my /etc/fstab? because I tried to change > the content. Right now there is no entry for my USB disk there. On the whole, there is no need for entries for removable media in /etc/fstab, unless you have some

Re: Supper slow USB disk

2017-10-01 Thread Mostafa Shahverdy
Maybe this is something with my /etc/fstab? because I tried to change the content. Right now there is no entry for my USB disk there. On Sun, Oct 1, 2017 at 6:19 PM, Mostafa Shahverdy wrote: > > > >>> Using my own system, it copies at most 200kps while using a live cd it >>> copies >>> up to 4Mp

Re: Supper slow USB disk

2017-10-01 Thread Mostafa Shahverdy
>> Using my own system, it copies at most 200kps while using a live cd it >> copies >> up to 4Mps >> > > measured how? > ​That's what Nautilus show while copying a movie to my disk.​ ​but to make sure, I tried using dd to have a better measurement: $ sudo dd if=/dev/zero of="/media/mostafa/Trans

Re: Supper slow USB disk

2017-10-01 Thread Michael Stone
On Sun, Oct 01, 2017 at 05:11:12AM +0330, Mostafa Shahverdy wrote: Can you quantify the performance Using my own system, it copies at most 200kps while using a live cd it copies up to 4Mps measured how? [1.516112] usb 3-3: new high-speed USB device number 2 using ehci-pci [1.66646

Re: Supper slow USB disk

2017-09-30 Thread Mostafa Shahverdy
> It seems pretty clearly to be operating at USB 2 speed. Are there any > error messages in your dmesg output? ​I couldn't find any errors in my dmesg log, as I'm sending it as an attachment. ​ > Can you quantify the performance ​Using my own system, it copies at most 200kps while using a live

Re: Supper slow USB disk

2017-09-30 Thread Michael Stone
On Sat, Sep 30, 2017 at 08:49:27PM +0330, Mostafa Shahverdy wrote: I have an issue with the speed of my USB3 Trancend disk, while I am using my motherboard with USB2 ports (and also some usb1 ports). It seems it is using usb1 driver for my usb disk, and [...] /: Bus 03.Port 1: Dev 1, Class=ro

Supper slow USB disk

2017-09-30 Thread Mostafa Shahverdy
Hi everyone I have an issue with the speed of my USB3 Trancend disk, while I am using my motherboard with USB2 ports (and also some usb1 ports). It seems it is using usb1 driver for my usb disk, and because of that, I am expericing a very slow speed. I have to mention that using an Ubuntu live CD

Re: Can't Mount my USB Disk R/W [Was Slow USB disk]

2007-01-20 Thread L . V . Gandhi
On 1/21/07, L. V. Gandhi <[EMAIL PROTECTED]> wrote: On 1/18/07, Matus UHLAR - fantomas <[EMAIL PROTECTED]> wrote: > > > >On 15.01.07 09:57, L.V.Gandhi wrote: > > >> For me as soon as insert it kde ask me for options. It is mounted > at > > >> /media/disk. I don't mount it explicitly. It is mount

Re: Can't Mount my USB Disk R/W [Was Slow USB disk]

2007-01-20 Thread L . V . Gandhi
On 1/18/07, Matus UHLAR - fantomas <[EMAIL PROTECTED]> wrote: > >On 15.01.07 09:57, L.V.Gandhi wrote: > >> For me as soon as insert it kde ask me for options. It is mounted at > >> /media/disk. I don't mount it explicitly. It is mounted automatically. > >> Hence I wanted to know how to change th

Re: Can't Mount my USB Disk R/W [Was Slow USB disk]

2007-01-18 Thread Matus UHLAR - fantomas
> >On 15.01.07 09:57, L.V.Gandhi wrote: > >> For me as soon as insert it kde ask me for options. It is mounted at > >> /media/disk. I don't mount it explicitly. It is mounted automatically. > >> Hence I wanted to know how to change the configuration so that it is > >> not mounted readonly. > On 1/

Re: Can't Mount my USB Disk R/W [Was Slow USB disk]

2007-01-15 Thread L . V . Gandhi
On 1/15/07, Matus UHLAR - fantomas <[EMAIL PROTECTED]> wrote: > >I have this in my fstab > >/dev/sdb1/media/usb5 ext3 rw,user,users,noauto,noatime,noauto 1 2 > > > >$ ls -ld /media/usb5 > >drwxrwxrwx 3 root root 1.0K 2006-08-06 20:55 /media/usb5/ > >^Group write permission > >

Re: Can't Mount my USB Disk R/W [Was Slow USB disk]

2007-01-15 Thread Wayne Topa
L.V.Gandhi([EMAIL PROTECTED]) is reported to have said: > On 1/15/07, Wayne Topa <[EMAIL PROTECTED]> wrote: > > > >L.V.Gandhi([EMAIL PROTECTED]) is reported to have said: > > > >>I am running etch. For me, my usb flash gets mounted as readonly. I > >> couldn't find any examples how to make it read

Re: Can't Mount my USB Disk R/W [Was Slow USB disk]

2007-01-15 Thread Matus UHLAR - fantomas
> >I have this in my fstab > >/dev/sdb1/media/usb5 ext3 rw,user,users,noauto,noatime,noauto 1 2 > > > >$ ls -ld /media/usb5 > >drwxrwxrwx 3 root root 1.0K 2006-08-06 20:55 /media/usb5/ > >^Group write permission > > | > > ^ User Write permission > > > >To mount it I do

Re: Can't Mount my USB Disk R/W [Was Slow USB disk]

2007-01-14 Thread L . V . Gandhi
On 1/15/07, Wayne Topa <[EMAIL PROTECTED]> wrote: L.V.Gandhi([EMAIL PROTECTED]) is reported to have said: >I am running etch. For me, my usb flash gets mounted as readonly. I > couldn't find any examples how to make it read write for the user. I get > permissions as > drwxr_xr_x lvgandhi root.

Can't Mount my USB Disk R/W [Was Slow USB disk]

2007-01-14 Thread Wayne Topa
L.V.Gandhi([EMAIL PROTECTED]) is reported to have said: >I am running etch. For me, my usb flash gets mounted as readonly. I > couldn't find any examples how to make it read write for the user. I get > permissions as > drwxr_xr_x lvgandhi root. still I am unable to write to it as user lvgandhi.

Re: Slow USB disk

2007-01-14 Thread L . V . Gandhi
On 1/6/07, Alan Chandler <[EMAIL PROTECTED]> wrote: On Saturday 06 January 2007 03:45, Roberto C. Sanchez wrote: > On Sat, Jan 06, 2007 at 04:31:27AM +0100, Benjamí Villoslada wrote: > > KDE mounts USB disk with this options: > > > > /dev/sdb1 on /media/disk type ext3 > > (rw,noexec,nosuid,nodev

Re: Slow USB disk

2007-01-06 Thread Benjamí Villoslada
El Dissabte 06 Gener 2007 04:45, Roberto C. Sanchez va escriure: > You might want to rethink that.  The sync option is nice because that > means that writes are completed immediately to disk. Sure, but this disk is permanently connected to the computer. And the first 80 GB rsync can be ethernal

Re: Slow USB disk

2007-01-06 Thread Matus UHLAR - fantomas
On 06.01.07 04:31, Benjamí Villoslada wrote: > KDE mounts USB disk with this options: > > /dev/sdb1 on /media/disk type ext3 (rw,noexec,nosuid,nodev,sync,data=ordered) > > And is slow. When I mount it manually, without sync option, then write fast. > > I'm looking how tho modify the KDE mount i

Re: Slow USB disk

2007-01-05 Thread Alan Chandler
On Saturday 06 January 2007 03:45, Roberto C. Sanchez wrote: > On Sat, Jan 06, 2007 at 04:31:27AM +0100, Benjamí Villoslada wrote: > > KDE mounts USB disk with this options: > > > > /dev/sdb1 on /media/disk type ext3 > > (rw,noexec,nosuid,nodev,sync,data=ordered) > > > > And is slow. When I mount

Re: Slow USB disk

2007-01-05 Thread Roberto C. Sanchez
On Sat, Jan 06, 2007 at 04:31:27AM +0100, Benjamí Villoslada wrote: > KDE mounts USB disk with this options: > > /dev/sdb1 on /media/disk type ext3 (rw,noexec,nosuid,nodev,sync,data=ordered) > > And is slow. When I mount it manually, without sync option, then write fast. > > I'm looking how tho

Slow USB disk

2007-01-05 Thread Benjamí Villoslada
KDE mounts USB disk with this options: /dev/sdb1 on /media/disk type ext3 (rw,noexec,nosuid,nodev,sync,data=ordered) And is slow. When I mount it manually, without sync option, then write fast. I'm looking how tho modify the KDE mount in order to avoid the sync option, but I don't locate this