Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 47

Thread: usb flash drive works in 12.04 but not in 13.10

  1. #11
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: usb flash drive works in 12.04 but not in 13.10

    Thread moved to Ubuntu +1.

    Please post all support requests for 13.10 in this sub-forum, please. It is not released yet and testing.

  2. #12
    Join Date
    May 2009
    Location
    London
    Beans
    164
    Distro
    Ubuntu

    Re: usb flash drive works in 12.04 but not in 13.10

    followed your instructions

    ortermagic@ortermagic-Centurion-CPD-1303:~$ sudo umount /mnt
    [sudo] password for ortermagic:
    ortermagic@ortermagic-Centurion-CPD-1303:~$ sudo chmod ugo+x /media/ortermagic
    ortermagic@ortermagic-Centurion-CPD-1303:~$

    I got nothing I looked in media, it was empty

  3. #13
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: usb flash drive works in 12.04 but not in 13.10

    Did you unplug and replug the pendrive?

  4. #14
    Join Date
    May 2009
    Location
    London
    Beans
    164
    Distro
    Ubuntu

    Re: usb flash drive works in 12.04 but not in 13.10

    Cheers Bucky, maybe I have stumbled on a bug by accident

  5. #15
    Join Date
    May 2009
    Location
    London
    Beans
    164
    Distro
    Ubuntu

    Re: usb flash drive works in 12.04 but not in 13.10

    Yes, I did that too

  6. #16
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: usb flash drive works in 12.04 but not in 13.10

    OK, so you need to mount the pendrive manually with

    Code:
    sudo mount /dev/sdb1 /mnt
    Please do that again, and try to verify that you can see and manage it with the file browser (at /mnt). For example make a file and remove it, or copy some file to or from the pendrive.

  7. #17
    Join Date
    May 2009
    Location
    London
    Beans
    164
    Distro
    Ubuntu

    Re: usb flash drive works in 12.04 but not in 13.10

    i'm a bit lost at the moment

  8. #18
    Join Date
    May 2009
    Location
    London
    Beans
    164
    Distro
    Ubuntu

    Re: usb flash drive works in 12.04 but not in 13.10

    Did that here's the result
    ortermagic@ortermagic-Centurion-CPD-1303:~$ sudo mount /dev/sdb1 /mnt
    [sudo] password for ortermagic:
    ortermagic@ortermagic-Centurion-CPD-1303:~$

  9. #19
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: usb flash drive works in 12.04 but not in 13.10

    If I understand correctly, you could mount the drive manually with the mount command (see post #8). That is what I suggest you do again. But it may help to reboot the computer, if things are mixed up right now.

    If it will be mounted, it should be possible to see at /mnt

    So try these commands

    Code:
    df
    Code:
    ls -l /mnt   # ell ess space minus ell space slash emm enn tee
    Please post the output of those commands!

  10. #20
    Join Date
    May 2009
    Location
    London
    Beans
    164
    Distro
    Ubuntu

    Re: usb flash drive works in 12.04 but not in 13.10

    Sorry to be a bit opaque but I tried to copy into media but I do not seem to have the permissions necessary
    the media folder is empty as is the mnt folder I am still unable to see the pendrive which works in 12.04 flawlessly
    ortermagic@ortermagic-Centurion-CPD-1303:~$ sudo mount /dev/sdb1 /mnt
    [sudo] password for ortermagic:
    mount: /dev/sdb1 already mounted or /mnt busy
    mount: according to mtab, /dev/sdb1 is already mounted on /mnt
    ortermagic@ortermagic-Centurion-CPD-1303:~$
    (how do i access do I sudo? could you possibly write a command line prescription for me please... /mnt using the terminal?)

Page 2 of 5 FirstFirst 1234 ... LastLast

Bookmarks

Posting Permissions

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