top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

benchmark a hard drive is failing on Fedora?

0 votes
319 views

When I try to benchmark a hard drive (from the Disk application on my fedora machine), I get:

Error opening /dev/sdc: Device or resource busy (udisks-error-quark, 0)

This disk work fine (from GsmartControl). What do I miss?

posted Feb 28, 2015 by Vijay Shukla

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes
ls -l /dev/sdc*

Depending on how the application is opening it having a partition on it seems to block certain apps from opening the underlying device. It likely depends on how the application is opening it. dd always works in my experience, but other tools appear to be unhappy when they detect another user of the device.

answer Feb 28, 2015 by Arjuna
Similar Questions
+1 vote

I am trying to install intel xdk software. Has any one got it to to work?
It is asking for libudev.so.0.

+1 vote

I have a running Fedora 21 system. I would like to make a backup of it to a USB drive, a clone that can be booted. I know how to do all the "normal" stuff (partition, LVM, mkfs, rsync, and GRUB), but I'd like the USB drive to be encrypted, and I don't know how to set that up manually (I haven't messed with encrypted filesystems under Linux before).

The system I'm backing is also headless, so no GUI tools. Any Pointers, tips, suggestions?

+2 votes

I want to execute a script every time a specific drive is mounted on the system. I have a thumb drive that has a name I've given it. When it's mounted, I want to copy the contents of my .gnupg directory to it so I can always have a current backup of my keyring.

From the research I've done, it looks like UDEV rules are the way to go but, IIRC, Fedora doesn't use UDEV anymore. How can I accomplish this now?

+2 votes

I have plugged a digital camera into my usb port and mounted it using the popup displayed from the auto detect via konqueror (this annoys me as well). When konqueror is launched it displays the contents via Camera:/ which is okay, but subsequently I can't find any entries under /run that represent the camera. I assumed there would be a mount point under /run like there is for a usb flash disk.

Given that there appears to not be a mount point under /run, where is it mounted in Fedora 20, so that I can point dolphin (which is what should be launched from the 'Open with File Manager' prompt, not Konqueror) at the mount point rather than having to manually type Camera:/ into the address bar.

...