Announcement

Collapse
No announcement yet.

mount USB flash problem

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    mount USB flash problem

    hi all, i am new also in ubuntu, i an using kubuntu and i have a problem when i am trying to mount manually the usb flash stick i have (automatically doesnt the system respond when i am pluging it). as i see in other threads the output of the command dmesg |grep usb shows:

    [17179581.688000] usbcore: registered new driver usbfs
    [17179581.688000] usbcore: registered new driver hub
    [17179583.104000] usb 2-2: new full speed USB device using ohci_hcd and address 3
    [17185466.268000] usb 3-1: new full speed USB device using ohci_hcd and address 2
    [17185466.556000] usb-storage: device found at 2
    [17185466.556000] usb-storage: waiting for device to settle before scanning
    [17185466.556000] usbcore: registered new driver usb-storage
    [17185471.644000] usb-storage: device scan complete
    [17186098.484000] usb 3-1: USB disconnect, address 2
    [17186136.084000] usb 3-1: new full speed USB device using ohci_hcd and address 3
    [17186136.300000] usb-storage: device found at 3
    [17186136.300000] usb-storage: waiting for device to settle before scanning
    [17186141.388000] usb-storage: device scan complete

    and when i give : sudo mount /dev/sdb -t vfat /mnt/flash
    i get :
    mount: wrong fs type, bad option, bad superblock on /dev/sdb,
    missing codepage or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so

    i try also: sudo mount -t autofs /mnt/flash and i got the same,,,,
    what i should do couse important things are in that stick help!!!!


    #2
    Re: mount USB flash problem

    Try to mount sdb1.

    BTW, for usb sticks is usually better to use: pmont /dev/sdb1, it will mount the stick as a user, give that user full access and let it umount it.

    Javier.

    Comment


      #3
      Re: mount USB flash problem

      hi, i used the above commands but i had that: mount: special device /dev/sdb1 does not exist
      for both, any new ideas

      Comment


        #4
        Re: mount USB flash problem

        Originally posted by trinitry
        hi, i used the above commands but i had that: mount: special device /dev/sdb1 does not exist
        for both, any new ideas
        Code:
        $ ls /dev/sd*
        Javier.

        Comment


          #5
          Re: mount USB flash problem

          the output from the ls /dev/sd*:
          /dev/sda /dev/sda1 /dev/sda5 /dev/sda6 /dev/sdb
          and.... what i should do?

          Comment


            #6
            Re: mount USB flash problem

            Seens like the partition table is wrong.

            Try to conect it to a windows machine, copy the files (if it works), fdisk the drive, copy them back.

            Javier.

            Comment

            Working...
            X