Find the answer to your Linux question:
Results 1 to 3 of 3
I am a newcomer to the Linux community, and have just installed Ubuntu 9.10 on to my 701 EEE pc via a usb flash drive, however now when i put ...
  1. #1
    Just Joined!
    Join Date
    Mar 2010
    Posts
    1

    Usb wont mount



    I am a newcomer to the Linux community, and have just installed Ubuntu 9.10 on to my 701 EEE pc via a usb flash drive, however now when i put usb flash drive (which i have formated) in my laptop it comes up with the message:
    Unable to mount 1.0 GB Filesystem
    Error mounting: mount exited with exit code 1: helper failed with:
    mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
    missing codepage or helper program, or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so


    I've tried many different solutions in an attempt to resolve the problem but none of them have worked.
    I don't know what to now and need some help please so I can use usb equipment.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    Hi and Welcome !

    Plug-in USB, open Terminal and execute this
    Code:
    sudo fdisk -l
    Post output here.

    * Its small L in fdisk -l.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Mar 2010
    Location
    Mountain View, CA
    Posts
    24
    try the following steps.
    open the terminal and type
    #mkdir /media/usb
    #mount -t vfat /dev/sdb1 /media/usb

Posting Permissions

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