Sponsored Content
Full Discussion: Where is my USB key?
Top Forums UNIX for Dummies Questions & Answers Where is my USB key? Post 302268597 by chebarbudo on Tuesday 16th of December 2008 02:52:34 AM
Old 12-16-2008
Yes and no,
I did manage to plug the USB key and copy the files but for some weird reason, it was not /dev/sdb but /dev/sdb1. I'd be interested in any explanation.
Here is the log of what I did:
Code:
terminal4:~# mkdir /mnt/usbavi
terminal4:~# grep 'removable disk' /var/log/messages
Dec 11 10:55:15 terminal4 kernel: sd 2:0:0:0: [sdb] Attached SCSI removable disk
Dec 11 10:58:55 terminal4 kernel: sd 2:0:0:0: [sdb] Attached SCSI removable disk
terminal4:~# mount /dev/sdb1 /mnt/usbavi/
terminal4:~# ls -l /mnt/usbavi
-rwxr-xr-x 1 root root 34897256 2008-12-11 11:20 3.avi
-rwxr-xr-x 1 root root  4826244 2008-12-11 11:20 5.avi
-rwxr-xr-x 1 root root  4636024 2008-12-11 11:20 6.avi
-rwxr-xr-x 1 root root  4740590 2008-12-11 11:20 7.avi
-rwxr-xr-x 1 root root  4634906 2008-12-11 11:20 9.avi
-rwxr-xr-x 1 root root  6918224 2008-12-11 11:19 11.avi
terminal4:~# cp /mnt/usbavi/*.avi /home/xxxx/traite/xxxx/
terminal4:~# ls -l /home/xxxx/traite/xxxx/
total 552020
-rwxr-xr-x 1 root root 34897256 2008-12-11 11:20 3.avi
-rwxr-xr-x 1 root root  4826244 2008-12-11 11:20 5.avi
-rwxr-xr-x 1 root root  4636024 2008-12-11 11:20 6.avi
-rwxr-xr-x 1 root root  4740590 2008-12-11 11:20 7.avi
-rwxr-xr-x 1 root root  4634906 2008-12-11 11:20 9.avi
-rwxr-xr-x 1 root root  6918224 2008-12-11 11:19 11.avi
terminal4:~#

 

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script to copy a usb key

How would I write a script to copy a USB key? (1 Reply)
Discussion started by: jo calamine
1 Replies

2. UNIX for Dummies Questions & Answers

Pressing backspace key simulates enter key

Hi, Whenever i press the backspace key, a new line appears, i.e. it works like a enter key. :confused: Thanks (2 Replies)
Discussion started by: vibhor_agarwali
2 Replies

3. Red Hat

Looking for help with creating bootable USB key

I am currently trying to create a bootable USB key that I can use to boot a couple different X86 single slot processors. Creating a basic key is as easy as can be but I am looking to customize this boot image to meet two important criteria: 1. The system must boot in text only mode as my only... (4 Replies)
Discussion started by: kingfish1760
4 Replies

4. UNIX for Dummies Questions & Answers

How to install a new system from a usb key

Hi everybody, I have several computers that are configured to install when I plug them on the network. The hard drive come's empty, but I think they have a parameter in the BIOS that allow the machines to install from the network. My problem is that in most cases, available bw is weak and... (5 Replies)
Discussion started by: chebarbudo
5 Replies

5. UNIX for Dummies Questions & Answers

USB-USB cable between linux and windows computers

Is there an easy way to setup a cross-over cable (USB-USB) between a linux box and a windows PC? My 2 machines are next to each other but I really do not want to keep transfering my files using my USB drive. Thanks! (4 Replies)
Discussion started by: Xterra
4 Replies

6. Solaris

Solaris 8 ssh public key authentication issue - Server refused our key

Hi, I've used the following way to set ssh public key authentication and it is working fine on Solaris 10, RedHat Linux and SuSE Linux servers without any problem. But I got error 'Server refused our key' on Solaris 8 system. Solaris 8 uses SSH2 too. Why? Please help. Thanks. ... (1 Reply)
Discussion started by: aixlover
1 Replies

7. Shell Programming and Scripting

Shell Script @ Find a key word and If the key word matches then replace next 7 lines only

Hi All, I have a XML file which is looks like as below. <<please see the attachment >> <?xml version="1.0" encoding="UTF-8"?> <esites> <esite> <name>XXX.com</name> <storeId>10001</storeId> <module> ... (4 Replies)
Discussion started by: Rajeev_hbk
4 Replies
sane-find-scanner(1)					   SANE Scanner Access Now Easy 				      sane-find-scanner(1)

NAME
sane-find-scanner - find SCSI and USB scanners and their device files SYNOPSIS
sane-find-scanner [-h|-?] [-v] [-q] [-p] [-f] [-F filename] [devname] DESCRIPTION
sane-find-scanner is a command-line tool to find SCSI and USB scanners and determine their Unix device files. Its primary aim is to make sure that scanners can be detected by SANE backends. For SCSI scanners, it checks the default generic SCSI device files (e.g., /dev/sg0) and /dev/scanner. The test is done by sending a SCSI inquiry command and looking for a device type of "scanner" or "processor" (some old HP scanners seem to send "processor"). So sane-find-scanner will find any SCSI scanner connected to those default device files even if it isn't supported by any SANE backend. For USB scanners, first the USB kernel scanner device files (e.g. /dev/usb/scanner0), /dev/usb/scanner, and /dev/usbscanner) are tested. The files are opened and the vendor and device ids are determined, if the operating system supports this feature. Currently USB scanners are only found this way if they are supported by the Linux scanner module or the FreeBSD or OpenBSD uscanner driver. After that test, sane-find-scanner tries to scan for USB devices found by the USB library libusb (if available). There is no special USB class for scanners, so the heuristics used to distinguish scanners from other USB devices is not perfect. sane-find-scanner also tries to find out the type of USB chip used in the scanner. If detected, it will be printed after the vendor and product ids. sane-find-scanner will even find USB scan- ners, that are not supported by any SANE backend. sane-find-scanner won't find most parallel port scanners, or scanners connected to proprietary ports. Some parallel port scanners may be detected by sane-find-scanner -p. At the time of writing this will only detect Mustek parallel port scanners. OPTIONS
-h, -? Prints a short usage message. -v Verbose output. If used once, sane-find-scanner shows every device name and the test result. If used twice, SCSI inquiry informa- tion and the USB device descriptors are also printed. -q Be quiet. Print only the devices, no comments. -p Probe parallel port scanners. -f Force opening all explicitly given devices as SCSI and USB devices. That's useful if sane-find-scanner is wrong in determining the device type. -F filename filename is a file that contains USB descriptors in the format of /proc/bus/usb/devices as used by Linux. sane-find-scanner tries to identify the chipset(s) of all USB scanners found in such a file. This option is useful for developers when the output of "cat /proc/bus/usb/devices" is available but the scanner itself isn't. devname Test device file "devname". No other devices are checked if devname is given. EXAMPLE
sane-find-scanner -v Check all SCSI and USB devices for available scanners and print a line for every device file. sane-find-scanner /dev/scanner Look for a (SCSI) scanner only at /dev/scanner and print the result. sane-find-scanner -p Probe for parallel port scanners. SEE ALSO
sane(7), sane-scsi(5), sane-usb(5), scanimage(1), xscanimage(1), xsane(1), sane-"backendname"(5) AUTHOR
Oliver Rauch, Henning Meier-Geinitz and others SUPPORTED PLATFORMS
USB support is limited to Linux (kernel, libusb), FreeBSD (kernel, libusb), NetBSD (libusb), OpenBSD (kernel, libusb). Detecting the vendor and device ids only works with Linux or libusb. SCSI support is available on Irix, EMX, Linux, Next, AIX, Solaris, FreeBSD, NetBSD, OpenBSD, and HP-UX. BUGS
No support for most parallel port scanners yet. Detection of USB chipsets is limited to a few chipsets. 13 Jul 2008 sane-find-scanner(1)
All times are GMT -4. The time now is 03:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy