Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: copy files from usb stick into ubuntu

  1. #11
    Join Date
    Oct 2016
    Beans
    9

    Re: copy files from usb stick into ubuntu

    If you give me a chance I'll explain. I've already told you I am new to ubuntu. The UUI can be ignored. For some reason, Windows 10 decided to call the USB stick - UUI. I am now trying to load a screenshot into the forum. Thank you to those who have a little patience with newcomers.

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

    Re: copy files from usb stick into ubuntu

    What we're trying to advise is if you put this in a Windows machine, right click it and eject it safely, your problem will probably be fixed. Do that before you do anything else, including posting here, if you haven't already.

    Let us know what happens when you put this in a Win machine. Does it show normally and can it be ejected without issue? After that, should work.

  3. #13
    Join Date
    Oct 2016
    Beans
    9

    Re: copy files from usb stick into ubuntu

    Above is a screenshot of the problem. For some reason windows decided to call my usb stick UUI, so that bit can be ignored. Thank you to those who have a little patience with a newcomer.

  4. #14
    Join Date
    Oct 2016
    Beans
    9

    Re: copy files from usb stick into ubuntu

    This usb stick has no errors and plays perfectly in windows 10 and is ejected correctly from windows 10.

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

    Re: copy files from usb stick into ubuntu

    Above where? Just post the screen shot in the next post and please do NOT post backwards. It is totally confusing. Keep it chronological please.

    Ejected correctly from Windows. Great. Does it now work in Ubuntu??? If you get an error, is it the same? Please include all info you can think of in one post next in line, not back, please.

  6. #16
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: copy files from usb stick into ubuntu

    @seaboss67, thank you for posting the screenshot in your post #9. It appears to be telling you what I suspected and mentioned in post #5, that the stick is formatted ExFAT, which cannot be read out of the box in Ubuntu. The last part of the error message in your screenshot says, "unknown filesystem type 'exfat'. I have no idea why no one else commenting in this thread has not noticed that.

    You need to install the packages exfat-fuse and exfat-utils. Normally I would suggest using Software Centre for newcomers, but in my 16.04 installation Software Centre is resolutely refusing to show me those two packages. SC appears to be a tad flaky. So I suggest you use a couple of simple terminal commands instead. Open a terminal with ctrl-alt-t and run these two commands exactly as I've typed them:

    Code:
    sudo apt-get update
    sudo apt-get install exfat-utils exfat-fuse
    (I'm suggesting you use apt-get rather than the newer apt because we haven't established which version of Ubuntu you are using. It probably won't matter, but for the record please tell us: 14.04, 16.04, 16.10 or something else? )

    After the first command, the terminal will prompt you for your password. This is your login password - you must be logged in with the first created account which is an administrator account. As you type it in, it is not echoed to the screen - that is, nothing appears to be happening., Don't worry - it is going in. Just continue typing your password and then press enter. The system will allow you elevated privileges for a few minutes so it will run the second command without a password prompt.

    Once those two packages have been installed, try your 64GB stick again and let us know what happens.

    I have to say that I have never used ExFAT myself, but I'm 99% sure that those two packages will fix the problem, if the only problem is that your system can't read ExFAT. If not, we need to hear from someone with experience of ExFAT in Ubuntu.
    Last edited by coffeecat; October 28th, 2016 at 09:41 AM.
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

  7. #17
    Join Date
    Oct 2016
    Beans
    9

    Re: copy files from usb stick into ubuntu

    Thank you coffeecat for your helpful attitude. You have given me details that I can understand and act on. In the next day or so I will do what you say. Of course, it was never my intention to post in the wrong order. PS - I'm using 16.04
    Last edited by seaboss67; October 28th, 2016 at 12:49 PM.

  8. #18
    Join Date
    Oct 2016
    Beans
    9

    Re: copy files from usb stick into ubuntu

    Thank you coffeecat My usb stick is now downloading into ubuntu and although the laptop is fairly old and slow, the download is fast, probably faster than windows. Your help is much appreciated. It looks as if my old, spare laptop will be fine for ubuntu. I will now persevere with this operating system because I want to see if Audacity will run okay on it. Of course, I will now have to learn more ubuntu.

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

    Re: copy files from usb stick into ubuntu

    Audacity should run faultlessly on it. It is in the Ubuntu repositories. When you've installed, simply go to Software Centre and install it. Done. Been using it in Ubuntu for years. It's an open-source, cross-platform app.

    (The caveat to this is while Audacity will work fine with Ubuntu, depending on what you are doing with it, your hardware may droop a little if you're going for heavy manipulations. See how far you can push it before the machine sweats. )
    Last edited by Bucky Ball; October 29th, 2016 at 03:32 AM.

  10. #20
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: copy files from usb stick into ubuntu

    Quote Originally Posted by seaboss67 View Post
    Thank you coffeecat My usb stick is now downloading into ubuntu and although the laptop is fairly old and slow, the download is fast, probably faster than windows. Your help is much appreciated. It looks as if my old, spare laptop will be fine for ubuntu. I will now persevere with this operating system because I want to see if Audacity will run okay on it. Of course, I will now have to learn more ubuntu.
    I'm glad to hear that worked. In fact, out of curiosity, I formatted a 32GB flash drive with exFAT in Windows 10 and then plugged it into Ubuntu 16.04 and saw the same "unable to mount" message window as you. Resolved, of course, when I installed the two exfat packages.

    Good luck with your further adventures with Ubuntu. If you need help with Audacity, do please start a new thread - rule of thumb, one thread per problem. Or any other problem you want help with. Members here are always glad to help.

    Happy Ubuntu-ing!
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

Page 2 of 3 FirstFirst 123 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
  •