Questions tagged [usb]

Universal Serial Bus, an industry standard for serial communication.

The Universal Serial Bus is an industry standard for serial communication, defining:

  • connectors
  • protocols
  • cables

Originally developed to have a standard for connecting devices to computers.

More info on usb.org and wikipedia.

402 questions
1
vote
0 answers

USB having periodic connection issues over <15 foot cable run - EMI or?

I hope this is an appropriate topic for this stack exchange. I have a cable run just shy of 15 feet that connects a few monitors (3) and usb 3.0 devices (a USB 3.0 hub) to one of the servers on the other end of the run, in the next room. There are a…
1
vote
2 answers

USB drivers broken, and no PS/2 ports

Installing windows 2003 64bit on an Intel DQ35JO motherboard, after starting the automatic driver installation from the Intel Driver CD the USB is not functioning after the automatic reboot. This would not be a problem if the motherboard had PS/2…
DrStalker
  • 6,946
  • 24
  • 79
  • 107
1
vote
1 answer

Connect USM hard disk to USB

Yesterday I bought Seagate 2Bay 4 TB NAS business storage: http://m.seagate.com/external-hard-drives/network-storage/business/business-storage-2-bay-nas/ Seller included Seagate Backup Plus 1 TB USM drive:…
Vax
  • 111
  • 2
1
vote
2 answers

How can you test an external (USB) hard drive?

I have an external drive that has had issues with corrupt data in the past. However, I'm not sure if this is a physical problem with the drive, or whether it was just a file problem. Typically, I would take the drive out of the enclosure, install it…
Andy May
  • 919
  • 11
  • 16
1
vote
2 answers

Accessing Server hosted on USB remotely

I'm running a program called VMlite VNC Server for android on a set of Phones connected via USB to a windows XP machine. Due to the way we're utilising the phones, we need them unrooted and with Wifi disabled, accessing the internet over a 3g/4g…
Liang
  • 133
  • 6
1
vote
2 answers

Portable SAS Drive (USB/Thunderbolt Interfacing)?

I have a few spare 2.5" HP SAS SSDs sitting around and collecting dust for about 2-3 years now. They were used for about 1 day in another project that ended rather abruptly. I now have a need to store and run several large VMs, for development…
Michael K.
  • 113
  • 6
1
vote
2 answers

Command to enable/disable USB portable drive on the fly without rebooting Win2003 Server

Is there any command or 3rd-party tool to enable/disable USB portable drive on the fly without rebooting the Win2003 Server that it is plugged into? This is for enabling the drive before a backup job starts, and for disabling it after backup…
Jack Carver
1
vote
1 answer

Use FreeNAS server as external drive with USB 3

This might be a weird question. Is it possible to connect a FreeNAS server to a computer with USB 3 and use the NAS as a high-throughput external drive? We would want this sometimes to not be capped by the GB ethernet limit.
Markus Hedlund
  • 1,127
  • 2
  • 19
  • 33
1
vote
3 answers

USB Driver on a Windows (x32) on Windows (x64) using Virtualization/Emulation

I have a piece of software that doesn't have a USB driver for x64. I was hoping to use VirtualBox , VirtualPC, or VMWare in order to have an x32 Windows which would allow me to continue to use the software. However, I find that if the host can't…
Martin Murphy
  • 190
  • 1
  • 9
1
vote
1 answer

USB Device With Embedded Fileserver

I'm attempting to access logs from a proprietary hardware box with no reasonable hope of modifying the software. There is a process on the device to dump log files to a flash drive on the USB port after entering a code sequence. Currently, analysis…
1
vote
2 answers

Kickstart: ifcfg-eth0 file genorated by kickstart when install from network but from initrd when install form USB

When I install Fedora 19 with a kickstart file and via network, the generated ifcfg-eth0 file is genorated by the kickstart: # Generated by parse-kickstart However if I use the same kickstart file and install via a USB stick, the ifcfg file is…
dooffas
  • 315
  • 2
  • 5
  • 11
1
vote
4 answers

Creating bootable Fedora USB with persistent storage

I am attempting to burn the full Fedora 19 x86_64 DVD iso to a USB drive and have a separate partition on it for a kickstart file / other media that will be installed in the kickstart process. With the Ubuntu server 12 iso, you can simply dd the iso…
dooffas
  • 315
  • 2
  • 5
  • 11
1
vote
1 answer

Xen USB pass through

Running the Xen (Debian). I want to access the iKey USB dongle from Windows DomU. I have 2 PCI: lspci: 00:14.0 USB controller: Intel Corporation Lynx Point USB xHCI Host Controller (rev 04) 00:1a.0 USB controller: Intel Corporation Lynx Point USB…
Midson
  • 111
  • 5
1
vote
1 answer

Disable all USB devices but keyboard/mouse/flash-drive

For security reasons, I would like to make sure no USB device can be connected to my servers running RHEL3 except keyboards, mice and flash drives. To sum up : What should work : Mouse Keyboard USB storage device What shouldn't work : Printer USB…
mveroone
  • 474
  • 7
  • 22
1
vote
1 answer

Alternatives to rdiff-backup that work well with USB drives?

Here's the problem in a nutshell. We need to backup some SVN repositories, Samba shares, /home directories, postgresql nightly backups, etc. But the results are going to be written out to external USB drives (which are rotated weekly). Mounting…
tgharold
  • 609
  • 8
  • 19