speed of dd

2021-03-14 Thread Tim via users
When I do something like: dd if='fedora.iso' of=/dev/sdb status=progress I only get around 6 megabytes per second on a USB 2 Sandisk Cruzer Blade flashdrive (store bought, not fleabay) plugged directly into a motherboard's USB 3 port - one that's not sharing its host with any other ports in use.

Re: speed of dd

2021-03-14 Thread Eyal Lebedinsky
On 14/03/2021 21.00, Tim via users wrote: When I do something like: dd if='fedora.iso' of=/dev/sdb status=progress I only get around 6 megabytes per second on a USB 2 Sandisk Cruzer Blade flashdrive (store bought, not fleabay) plugged directly into a motherboard's USB 3 port - one that's no

A question about Wine in fedora

2021-03-14 Thread Francisco Tissera
Hello everyone, I am having this problem where, when I try to launch a Windows application with Wine, this happens. Xlib:  extension "NV-GLX" missing on display ":1". Xlib:  extension "NV-GLX" missing on display ":1". MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i9

Re: speed of dd

2021-03-14 Thread Ed Greshko
On 14/03/2021 18:00, Tim via users wrote: dd if='fedora.iso' of=/dev/sdb status=progress I only get around 6 megabytes per second on a USB 2 Sandisk Cruzer Blade flashdrive (store bought, not fleabay) plugged directly into a motherboard's USB 3 port - one that's not sharing its host with any o

Re: A question about Wine in fedora

2021-03-14 Thread Eddie O'Connor
Just curious, do you have any "NVidia" hardware in there?...has it been enabled/installed? EGO II On Sun, Mar 14, 2021, 6:56 AM Francisco Tissera wrote: > Hello everyone, > > > I am having this problem where, when I try to launch a Windows > application with Wine, this happens. > > > Xlib:

Re: speed of dd

2021-03-14 Thread Digimer
On 2021-03-14 7:05 a.m., Ed Greshko wrote: > On 14/03/2021 18:00, Tim via users wrote: >>   dd if='fedora.iso' of=/dev/sdb status=progress >> >> I only get around 6 megabytes per second on a USB 2 Sandisk Cruzer >> Blade flashdrive (store bought, not fleabay) plugged directly into a >> motherboard'

Re: Hooks for automount

2021-03-14 Thread Patrick O'Callaghan
On Sun, 2021-03-14 at 18:11 +1030, Tim via users wrote: > On Fri, 2021-03-12 at 11:18 +, Patrick O'Callaghan wrote: > > I do. The @reboot suggestion is only a partial solution. Given that > > the drive is automatically powered up on reboot (there seems to be no > > way to prevent this as it's t

Re: speed of dd

2021-03-14 Thread Roger Heflin
Writing to flash has more to do with how the flash firmware works. To write to flash a full block needs to be erased and then you can write to it. Some firmware/devices keep free already zero'ed blocks and those can be written to fast but once those run out then it has to erase before writes.

Re: A question about Wine in fedora

2021-03-14 Thread Francisco Tissera
hELLO THERE, yES, AND NO AT THE SAME TIME. i MANAGED TO FIX THE NVIDIA PROBLEM BY ACTUALLY INSTALLING THE CARD DRIVERS, since i apparently required only Intel drivers. Although I found another problem: [francisco@blueblink audiogame-manager]$ wine: Unhandled page fault on write access to 0

Re: Hooks for automount

2021-03-14 Thread Patrick O'Callaghan
On Sun, 2021-03-14 at 07:37 +0800, Ed Greshko wrote: > > > Your dock.service, if run, would power-up and then immediately > > > power-down the dock. > > Indeed. Does that mean I need separate dock-up and dock-down > > services? > > I suppose.  But, I can't say that there is a way to start a servic

Re: Can't burn a CentOS 7.9 DVD

2021-03-14 Thread Robert McBroom via users
On 3/13/21 1:19 PM, Robert G. (Doc) Savage via users wrote: On Sat, 2021-03-13 at 02:26 +, Anthony F McInerney wrote: On Fri, 12 Mar 2021 at 22:49, Robert G. (Doc) Savage via users > wrote: On Fri, 2021-03-12 at 16:22 -0500, Terry Polzin wrote: Did y

konqueror fails

2021-03-14 Thread Michael Hennebry
I recently installed konqueror on F33 with gnome. Gnome seems to not know of it. The problem seems to be: kf.service.services: The desktop entry file "/usr/share/applications/org.gnome.ChromeGnomeShell.desktop" has Type="Application" but no Exec line a message I get starting it from the command

Re: speed of dd

2021-03-14 Thread Samuel Sieb
On 3/14/21 4:05 AM, Ed Greshko wrote: Changing to bs=65536 I get overall 93.5 MB/s on a 2.1 GB iso transfer. Just a suggestion that using bs=64K might be easier to remember and type, although I usually use at least bs=1M. ___ users mailing list -- u

Re: Hooks for automount

2021-03-14 Thread Ed Greshko
On 15/03/2021 00:31, Patrick O'Callaghan wrote: I rebooted and got: # findmnt /raid # ls /raid # findmnt /raid # IOW nothing happens. systemctl status raid.mount systemctl status raid.automount systemctl status dock.service and finally mount /raid -- People who believe they don't make mist

Unable to mount USB connected hard drive.

2021-03-14 Thread Erik P. Olsen
I've had this 1 TB drive for about 1 year and have been using it succesfully for backups of my anf my wife's systems and suddenly yesterday morning I was unable to mount it. Neither fdisk nor gparted can see it but lsusb can: Bus 002 Device 003: ID 0bc2:ab26 Seagate RSS LLC Backup Plus Slim Port

Re: Unable to mount USB connected hard drive.

2021-03-14 Thread Samuel Sieb
On 3/14/21 2:44 PM, Erik P. Olsen wrote: I've had this 1 TB drive for about 1 year and have been using it succesfully for backups of my anf my wife's systems and suddenly yesterday morning I was unable to mount it. Neither fdisk nor gparted can see it but lsusb can: Bus 002 Device 003: ID 0bc2

Re: Unable to mount USB connected hard drive.

2021-03-14 Thread Tom Horsley
On Sun, 14 Mar 2021 22:44:26 +0100 Erik P. Olsen wrote: > Is the drive a brick or can I perhaps regenerate the superblock somehow? There are lots of copies of the superblock. I had a drive go bad like that once and was able to use tools (the names of which I no longer remember - sorry) to print i

Re: Hooks for automount

2021-03-14 Thread Patrick O'Callaghan
On Mon, 2021-03-15 at 05:09 +0800, Ed Greshko wrote: > On 15/03/2021 00:31, Patrick O'Callaghan wrote: > > I rebooted and got: > > > > # findmnt /raid > > # ls /raid > > # findmnt /raid > > # > > > > IOW nothing happens. > > systemctl status raid.mount > systemctl status raid.automount > systemc

Re: Unable to mount USB connected hard drive.

2021-03-14 Thread Roger Heflin
On Sun, Mar 14, 2021 at 4:44 PM Erik P. Olsen wrote: > > I've had this 1 TB drive for about 1 year and have been using it succesfully > for backups > of my anf my wife's systems and suddenly yesterday morning I was unable to > mount it. > Neither fdisk nor gparted can see it but lsusb can: > > B

Re: Hooks for automount

2021-03-14 Thread Ed Greshko
On 15/03/2021 06:10, Patrick O'Callaghan wrote: On Mon, 2021-03-15 at 05:09 +0800, Ed Greshko wrote: On 15/03/2021 00:31, Patrick O'Callaghan wrote: I rebooted and got: # findmnt /raid # ls /raid # findmnt /raid # IOW nothing happens. systemctl status raid.mount systemctl status raid.automou

Re: Hooks for automount

2021-03-14 Thread Patrick O'Callaghan
On Mon, 2021-03-15 at 06:52 +0800, Ed Greshko wrote: > On 15/03/2021 06:10, Patrick O'Callaghan wrote: > > On Mon, 2021-03-15 at 05:09 +0800, Ed Greshko wrote: > > > On 15/03/2021 00:31, Patrick O'Callaghan wrote: > > > > I rebooted and got: > > > > > > > > # findmnt /raid > > > > # ls /raid > > >

Re: Hooks for automount

2021-03-14 Thread Ed Greshko
On 15/03/2021 07:37, Patrick O'Callaghan wrote: The only remaining problem (touch wood) is to get the power-down script to run after a timeout. I'll consider writing a special script to monitor the mount status independently of systemd. You can consider using the timer/service pair of systemd.

Re: Unable to mount USB connected hard drive.

2021-03-14 Thread Erik P. Olsen
On 2021-03-14 at 17:45:27 Roger Heflin wrote: > On Sun, Mar 14, 2021 at 4:44 PM Erik P. Olsen wrote: > > > > I've had this 1 TB drive for about 1 year and have been using it > > succesfully for > > backups of my anf my wife's systems and suddenly yesterday morning I was > > unable to > > mount

Re: Unable to mount USB connected hard drive.

2021-03-14 Thread Erik P. Olsen
On 2021-03-14 at 14:58:50 Samuel Sieb wrote: > On 3/14/21 2:44 PM, Erik P. Olsen wrote: > > I've had this 1 TB drive for about 1 year and have been using it > > succesfully for > > backups of my anf my wife's systems and suddenly yesterday morning I was > > unable to > > mount it. Neither fdisk