Find the answer to your Linux question:
Results 1 to 6 of 6
hi all, any body help me to read flash disk with redhat9 when I run command : dmesg its show hub.c : new USB device 00:1d.7-1 asigned address 2 usb.c ...
  1. #1
    Just Joined!
    Join Date
    Jun 2007
    Posts
    4

    Question flashdisk+redhat9



    hi all,
    any body help me to read flash disk with redhat9
    when I run command : dmesg its show

    hub.c : new USB device 00:1d.7-1 asigned address 2
    usb.c : USB device (/vend/prod 0x8ec/0x is not claimed by any active device
    initializing USB mass storage driver
    usb.c : registered new driver usb-storage
    scsi1 : SCSI emulation for USB mass storage device
    warning: USB mass storage data integrity not assured
    USB mass storage device found at 2
    USB mass storage support registered
    usb.c : USB disconnect on device 00:1d.7-1 address 2

    what must I can to to mount the flashdisk ?
    thanks

  2. #2
    Just Joined! svquintela's Avatar
    Join Date
    Jun 2007
    Location
    Bicol, Philippines
    Posts
    16

    Talking mounting usb flashdisk

    I dont know what's really the problem is. do you try to use this command....

    mount 'device' 'mountpount'
    ex: "mount /dev/sda1 /mnt/usb1"
    where 'sd' stand for scsi device, 'a' the number of sddevice to mount and '1' stand for the partition number you want to mount. and the '/mnt/usb1' is the directory you want to mount the partition of the flash disk...you can create it anywhere but it is safe if you place it to mnt..

    you cannot mount device if you use ordinary user. you must be login as root but
    some distros allow mounting device even if you use ordinary user if it was given the priviledge. i also use ubuntu 6 and this distros can gave priviledge to ordinary user to do some root tricks but some distros won't.

    if this is really you want to know then it will help you a lot..

    base from the demsg you can find out what device number you flashdisk is...

  3. #3
    Just Joined!
    Join Date
    Jun 2007
    Posts
    4

    sda1

    hi thanks for reply...
    the problem is I sda1 is not valid device... so maybe the real problem is what device name? or how to mount to device? maybe any command to mount to scsi?

  4. #4
    Just Joined! svquintela's Avatar
    Join Date
    Jun 2007
    Location
    Bicol, Philippines
    Posts
    16

    Talking mounting flashdisk rh9

    as I said 'sda1'
    sd = scsi device and usb storage was also scsi device and linux considered it as scsi device
    a = the number of scsi attached to the system you want to mount on and I think your device is at 2 so it is b base from your 1st post
    1 = the number of partition you want to mount

    so try this command "/dev/sdb1 /mnt/mountpoint" or try to dmesg to see what number your flashdisk is, if it is not work try sdc, sdd if it's not work maybe your linux does not support usb mass storage. if it's the case you have to recompile your kernel and support usb mass storage.

    if it's not work please try to give your pc specs as refererence to work on this problem so that me or other can give you good advice.I've got this problem on my redhat 9 also but I solve it by recompiling new kernel.

  5. #5
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    17,779
    Yeah, I think RH9 came out with the 2.4 kernel, and I'm not sure how much support for USB was built into it. It'll probaby take a newer kernel as suggested by svquintela above to fix this problem.

    Otherwise, you could try Fedora 7 which is a free download and has the newer kernel built in.
    oz

    new users: read this first
    no private messages requesting computer support - post them on the forums!

  6. #6
    Just Joined!
    Join Date
    Jun 2007
    Posts
    4

    rh9 old

    yea... I think rh9 too old ,and I agree with you ..thanks for all.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •