Cannot copy to USB - every USB stick is read only (16.04) The Next CEO of Stack OverflowUnable to open /dev/sdb read-write (Read-only file system)Why can't I write to my USB Stick?Ubuntu 14.04 and Huawei E173s - only storage modeWhy do i get wrong filesystem error on mounting external drive whilst correct ntfs-utils is installed?USB Drive cannot be read in Xubuntu 14.0416.04 can't mount USB hard drive, but can mount flash drive?I formatted a USB drive and now it says the destination is read onlyFormat USB drive to NTFS so it is usable under WindowsEvery USB stick saying “The Destination is Read Only”USB Drive mount problem

How do I go from 300 unfinished/half written blog posts, to published posts?

Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?

Phase of a real number

What's the best way to handle refactoring a big file?

Why do we use the plural of movies in this phrase "We went to the movies last night."?

Multiple labels for a single equation

Why do professional authors make "consistency" mistakes? And how to avoid them?

What is the result of assigning to std::vector<T>::begin()?

Make solar eclipses exceedingly rare, but still have new moons

Non-deterministic sum of floats

Is it possible to search for a directory/file combination?

How powerful is the invisibility granted by the Gloom Stalker ranger's Umbral Sight feature?

What benefits would be gained by using human laborers instead of drones in deep sea mining?

If/When UK leaves the EU, can a future goverment conduct a referendum to join the EU?

Received an invoice from my ex-employer billing me for training; how to handle?

Why has the US not been more assertive in confronting Russia in recent years?

If the heap is initialized for security, then why is the stack uninitialized?

How do we know the LHC results are robust?

How do I make a variable always equal to the result of some calculations?

How to avoid supervisors with prejudiced views?

Anatomically Correct Strange Women In Ponds Distributing Swords

I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin

Return the Closest Prime Number

Why am I allowed to create multiple unique pointers from a single object?



Cannot copy to USB - every USB stick is read only (16.04)



The Next CEO of Stack OverflowUnable to open /dev/sdb read-write (Read-only file system)Why can't I write to my USB Stick?Ubuntu 14.04 and Huawei E173s - only storage modeWhy do i get wrong filesystem error on mounting external drive whilst correct ntfs-utils is installed?USB Drive cannot be read in Xubuntu 14.0416.04 can't mount USB hard drive, but can mount flash drive?I formatted a USB drive and now it says the destination is read onlyFormat USB drive to NTFS so it is usable under WindowsEvery USB stick saying “The Destination is Read Only”USB Drive mount problem










14















Every USB stick I plug in is read-only and I cannot copy files to it.



Here's what I've tried so far.



  1. I've formated each one to either FAT32 or NTFS, quick and detailed
    format in Disks and GParted

  2. I've used GParted to format the stick and recreate the msdos
    partition table layout. The device mounts fine, but won't copy files

  3. I've tried using other USBs that already have files.

  4. I've tried to unmount, remount:


    sudo chmod 777 /media/USER/USB_LABEL and
    sudo mount -o remount,rw '/media/gaj/Working'




  5. I've changed permissions on all my media


  6. There are no panic messsages when pluging in the USB:




    dmesg | grep -i panic




  7. These are the dmesg log messages after pluging in and trying to copy to USB ( is the brand)


[ 4596.836206] scsi 4:0:0:0: Direct-Access Kingston DT 101 G2 PMAP PQ: 0 ANSI: 0 CCS
[ 4596.836620] sd 4:0:0:0: Attached scsi generic sg2 type 0
[ 4598.105667] sd 4:0:0:0: [sdb] 15646720 512-byte logical blocks: (8.01 GB/7.46 GiB)
[ 4598.107900] sd 4:0:0:0: [sdb] Write Protect is off
[ 4598.107903] sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 4598.110120] sd 4:0:0:0: [sdb] No Caching mode page found
[ 4598.110123] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 4598.140729] sdb: sdb1
[ 4598.146626] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[ 4598.372004] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.



  1. I run fsck on my USB device /dev/sdb1, which finds some "dirt" and fixes it, but again nothing changes.

Can anyone help me before I smash my computer into pieces and move to fedora?










share|improve this question
























  • for me diskpart in windows worked well.

    – Brij Raj Kishore
    Sep 18 '16 at 7:39











  • I think I did something right, cause now it works. I umnounted and did the step 8, and now every USB works. But there must have been a glitch, cause it had applied to all the USBs I have.

    – Mookey
    Sep 18 '16 at 8:56















14















Every USB stick I plug in is read-only and I cannot copy files to it.



Here's what I've tried so far.



  1. I've formated each one to either FAT32 or NTFS, quick and detailed
    format in Disks and GParted

  2. I've used GParted to format the stick and recreate the msdos
    partition table layout. The device mounts fine, but won't copy files

  3. I've tried using other USBs that already have files.

  4. I've tried to unmount, remount:


    sudo chmod 777 /media/USER/USB_LABEL and
    sudo mount -o remount,rw '/media/gaj/Working'




  5. I've changed permissions on all my media


  6. There are no panic messsages when pluging in the USB:




    dmesg | grep -i panic




  7. These are the dmesg log messages after pluging in and trying to copy to USB ( is the brand)


[ 4596.836206] scsi 4:0:0:0: Direct-Access Kingston DT 101 G2 PMAP PQ: 0 ANSI: 0 CCS
[ 4596.836620] sd 4:0:0:0: Attached scsi generic sg2 type 0
[ 4598.105667] sd 4:0:0:0: [sdb] 15646720 512-byte logical blocks: (8.01 GB/7.46 GiB)
[ 4598.107900] sd 4:0:0:0: [sdb] Write Protect is off
[ 4598.107903] sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 4598.110120] sd 4:0:0:0: [sdb] No Caching mode page found
[ 4598.110123] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 4598.140729] sdb: sdb1
[ 4598.146626] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[ 4598.372004] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.



  1. I run fsck on my USB device /dev/sdb1, which finds some "dirt" and fixes it, but again nothing changes.

Can anyone help me before I smash my computer into pieces and move to fedora?










share|improve this question
























  • for me diskpart in windows worked well.

    – Brij Raj Kishore
    Sep 18 '16 at 7:39











  • I think I did something right, cause now it works. I umnounted and did the step 8, and now every USB works. But there must have been a glitch, cause it had applied to all the USBs I have.

    – Mookey
    Sep 18 '16 at 8:56













14












14








14


4






Every USB stick I plug in is read-only and I cannot copy files to it.



Here's what I've tried so far.



  1. I've formated each one to either FAT32 or NTFS, quick and detailed
    format in Disks and GParted

  2. I've used GParted to format the stick and recreate the msdos
    partition table layout. The device mounts fine, but won't copy files

  3. I've tried using other USBs that already have files.

  4. I've tried to unmount, remount:


    sudo chmod 777 /media/USER/USB_LABEL and
    sudo mount -o remount,rw '/media/gaj/Working'




  5. I've changed permissions on all my media


  6. There are no panic messsages when pluging in the USB:




    dmesg | grep -i panic




  7. These are the dmesg log messages after pluging in and trying to copy to USB ( is the brand)


[ 4596.836206] scsi 4:0:0:0: Direct-Access Kingston DT 101 G2 PMAP PQ: 0 ANSI: 0 CCS
[ 4596.836620] sd 4:0:0:0: Attached scsi generic sg2 type 0
[ 4598.105667] sd 4:0:0:0: [sdb] 15646720 512-byte logical blocks: (8.01 GB/7.46 GiB)
[ 4598.107900] sd 4:0:0:0: [sdb] Write Protect is off
[ 4598.107903] sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 4598.110120] sd 4:0:0:0: [sdb] No Caching mode page found
[ 4598.110123] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 4598.140729] sdb: sdb1
[ 4598.146626] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[ 4598.372004] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.



  1. I run fsck on my USB device /dev/sdb1, which finds some "dirt" and fixes it, but again nothing changes.

Can anyone help me before I smash my computer into pieces and move to fedora?










share|improve this question
















Every USB stick I plug in is read-only and I cannot copy files to it.



Here's what I've tried so far.



  1. I've formated each one to either FAT32 or NTFS, quick and detailed
    format in Disks and GParted

  2. I've used GParted to format the stick and recreate the msdos
    partition table layout. The device mounts fine, but won't copy files

  3. I've tried using other USBs that already have files.

  4. I've tried to unmount, remount:


    sudo chmod 777 /media/USER/USB_LABEL and
    sudo mount -o remount,rw '/media/gaj/Working'




  5. I've changed permissions on all my media


  6. There are no panic messsages when pluging in the USB:




    dmesg | grep -i panic




  7. These are the dmesg log messages after pluging in and trying to copy to USB ( is the brand)


[ 4596.836206] scsi 4:0:0:0: Direct-Access Kingston DT 101 G2 PMAP PQ: 0 ANSI: 0 CCS
[ 4596.836620] sd 4:0:0:0: Attached scsi generic sg2 type 0
[ 4598.105667] sd 4:0:0:0: [sdb] 15646720 512-byte logical blocks: (8.01 GB/7.46 GiB)
[ 4598.107900] sd 4:0:0:0: [sdb] Write Protect is off
[ 4598.107903] sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 4598.110120] sd 4:0:0:0: [sdb] No Caching mode page found
[ 4598.110123] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 4598.140729] sdb: sdb1
[ 4598.146626] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[ 4598.372004] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.



  1. I run fsck on my USB device /dev/sdb1, which finds some "dirt" and fixes it, but again nothing changes.

Can anyone help me before I smash my computer into pieces and move to fedora?







boot partitioning usb mount






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 22 '17 at 7:02









Seanny123

191213




191213










asked Sep 18 '16 at 7:34









MookeyMookey

2,780112754




2,780112754












  • for me diskpart in windows worked well.

    – Brij Raj Kishore
    Sep 18 '16 at 7:39











  • I think I did something right, cause now it works. I umnounted and did the step 8, and now every USB works. But there must have been a glitch, cause it had applied to all the USBs I have.

    – Mookey
    Sep 18 '16 at 8:56

















  • for me diskpart in windows worked well.

    – Brij Raj Kishore
    Sep 18 '16 at 7:39











  • I think I did something right, cause now it works. I umnounted and did the step 8, and now every USB works. But there must have been a glitch, cause it had applied to all the USBs I have.

    – Mookey
    Sep 18 '16 at 8:56
















for me diskpart in windows worked well.

– Brij Raj Kishore
Sep 18 '16 at 7:39





for me diskpart in windows worked well.

– Brij Raj Kishore
Sep 18 '16 at 7:39













I think I did something right, cause now it works. I umnounted and did the step 8, and now every USB works. But there must have been a glitch, cause it had applied to all the USBs I have.

– Mookey
Sep 18 '16 at 8:56





I think I did something right, cause now it works. I umnounted and did the step 8, and now every USB works. But there must have been a glitch, cause it had applied to all the USBs I have.

– Mookey
Sep 18 '16 at 8:56










5 Answers
5






active

oldest

votes


















9














I found this info. Try this: http://sharadchhetri.com/2013/12/19/how-to-fix-read-only-usb-pen-drive-in-ubuntu/
I do not know why every USB stick would be read-only? Hope it helps anyway.






share|improve this answer























  • Thanks, I got it fixed and this link will serve as future reference for potential USB issues. I'm accepting it.

    – Mookey
    Sep 19 '16 at 6:48






  • 1





    @Mookey link is broken :'(

    – codeaviator
    Jul 26 '17 at 11:00






  • 1





    Doesn't work. I'll just get used to throwing usb keys in the trash. Ubuntu = perfect paradox. Startup disk creator doesn't work with 100% reliability, so use Etcher instead which creates tons of partitions, then comes Ubuntu block size 512 error in gparted if you want to format it, so you have to dd if=/dev/zero... the usb drive, recreate, then permissions are broke, can't write. Linux distros are suffering from a segmentation problem that is unfortunately BAD news for Linux as a whole. Sorry but the switch to Linux has been very sad.

    – wayofthefuture
    Sep 9 '17 at 21:02






  • 1





    @codeaviator - try the Google web cache here: webcache.googleusercontent.com/…

    – dmcquiggin
    Oct 3 '17 at 19:23



















29














My head hurts a little from all this, but hey turned out to be this bug. It's a shame to see the community take such a setback from the dismissal of Unity, and while they start over the giants like Microsoft and OS continue to progress down the road.




killall nautilus




Worked for me.






share|improve this answer























  • Nice! This worked for me too.

    – bfz
    Sep 29 '17 at 9:18











  • I experienced this issue few times with fresh installations.. that worked perfectly and should be the answer.

    – Interesting Knox
    Oct 9 '17 at 11:03











  • Totally agree. These indefinite Unity "bugs" have reached a limit now, I'm switching to Ubuntu-MATE as early as possible.

    – Prahlad Yeri
    Dec 2 '17 at 21:40












  • I found this solution just to find out that I already up-voted and commented on it before. Its a shame we're not getting any fix for this, especially since its what we have out of the box in 16.04 LTS.

    – bfz
    Jan 24 '18 at 16:37











  • This is nuts. I'm sure there's a "technical" reason for this, but how a bug like this passed through QA and hasn't been fixed in over a year, is beyond me. I love Linux, but blatant issues like this, you just don't see on Windows.

    – Dan Dascalescu
    Sep 15 '18 at 1:50


















1














You should try formatting it with the Ext4 partition format. That should let Ubuntu at least read and write to the USB drive correctly.






share|improve this answer






























    1














    This is how I fixed the permissions of my pen drive that 'suddenly' became readonly.



    1. Switch to super user with:
      sudo su -



    2. Find in which directory the USB drive has been mounted by running:
      df -Th



      You should get a list of drives and your USB drive should be listed as:
      /dev/sda1 fuseblk 15G 65M 15G 1% /media/someuser/myUsbDrive




    3. Change the permissions of your USB pen drive (located at /dev/sda1) with:
      find /dev/sda1 -type f -exec chmod 666 ;



      or with



      find /dev/sda1 -type f -exec chmod 644 ;



    Now your drive should be writable.




    If the above doesn't work then change the permissions of the directories to make them writable:



    find /dev/sda1 -type d -exec chmod 755 ;






    share|improve this answer
































      0














      For a FAT formatted drive the following should work.



      Mounting this way in Ubuntu 18.10 is now deprecated, but still works. With a spot of luck your external drive will be mounted as the current user. Please note though that sdb1 may not be the name of your drive.



      gvfs-mount -d /dev/sdb1





      share|improve this answer





















        protected by Community Jul 11 '18 at 1:29



        Thank you for your interest in this question.
        Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



        Would you like to answer one of these unanswered questions instead?














        5 Answers
        5






        active

        oldest

        votes








        5 Answers
        5






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        9














        I found this info. Try this: http://sharadchhetri.com/2013/12/19/how-to-fix-read-only-usb-pen-drive-in-ubuntu/
        I do not know why every USB stick would be read-only? Hope it helps anyway.






        share|improve this answer























        • Thanks, I got it fixed and this link will serve as future reference for potential USB issues. I'm accepting it.

          – Mookey
          Sep 19 '16 at 6:48






        • 1





          @Mookey link is broken :'(

          – codeaviator
          Jul 26 '17 at 11:00






        • 1





          Doesn't work. I'll just get used to throwing usb keys in the trash. Ubuntu = perfect paradox. Startup disk creator doesn't work with 100% reliability, so use Etcher instead which creates tons of partitions, then comes Ubuntu block size 512 error in gparted if you want to format it, so you have to dd if=/dev/zero... the usb drive, recreate, then permissions are broke, can't write. Linux distros are suffering from a segmentation problem that is unfortunately BAD news for Linux as a whole. Sorry but the switch to Linux has been very sad.

          – wayofthefuture
          Sep 9 '17 at 21:02






        • 1





          @codeaviator - try the Google web cache here: webcache.googleusercontent.com/…

          – dmcquiggin
          Oct 3 '17 at 19:23
















        9














        I found this info. Try this: http://sharadchhetri.com/2013/12/19/how-to-fix-read-only-usb-pen-drive-in-ubuntu/
        I do not know why every USB stick would be read-only? Hope it helps anyway.






        share|improve this answer























        • Thanks, I got it fixed and this link will serve as future reference for potential USB issues. I'm accepting it.

          – Mookey
          Sep 19 '16 at 6:48






        • 1





          @Mookey link is broken :'(

          – codeaviator
          Jul 26 '17 at 11:00






        • 1





          Doesn't work. I'll just get used to throwing usb keys in the trash. Ubuntu = perfect paradox. Startup disk creator doesn't work with 100% reliability, so use Etcher instead which creates tons of partitions, then comes Ubuntu block size 512 error in gparted if you want to format it, so you have to dd if=/dev/zero... the usb drive, recreate, then permissions are broke, can't write. Linux distros are suffering from a segmentation problem that is unfortunately BAD news for Linux as a whole. Sorry but the switch to Linux has been very sad.

          – wayofthefuture
          Sep 9 '17 at 21:02






        • 1





          @codeaviator - try the Google web cache here: webcache.googleusercontent.com/…

          – dmcquiggin
          Oct 3 '17 at 19:23














        9












        9








        9







        I found this info. Try this: http://sharadchhetri.com/2013/12/19/how-to-fix-read-only-usb-pen-drive-in-ubuntu/
        I do not know why every USB stick would be read-only? Hope it helps anyway.






        share|improve this answer













        I found this info. Try this: http://sharadchhetri.com/2013/12/19/how-to-fix-read-only-usb-pen-drive-in-ubuntu/
        I do not know why every USB stick would be read-only? Hope it helps anyway.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Sep 18 '16 at 8:55









        MarcellusMarcellus

        18818




        18818












        • Thanks, I got it fixed and this link will serve as future reference for potential USB issues. I'm accepting it.

          – Mookey
          Sep 19 '16 at 6:48






        • 1





          @Mookey link is broken :'(

          – codeaviator
          Jul 26 '17 at 11:00






        • 1





          Doesn't work. I'll just get used to throwing usb keys in the trash. Ubuntu = perfect paradox. Startup disk creator doesn't work with 100% reliability, so use Etcher instead which creates tons of partitions, then comes Ubuntu block size 512 error in gparted if you want to format it, so you have to dd if=/dev/zero... the usb drive, recreate, then permissions are broke, can't write. Linux distros are suffering from a segmentation problem that is unfortunately BAD news for Linux as a whole. Sorry but the switch to Linux has been very sad.

          – wayofthefuture
          Sep 9 '17 at 21:02






        • 1





          @codeaviator - try the Google web cache here: webcache.googleusercontent.com/…

          – dmcquiggin
          Oct 3 '17 at 19:23


















        • Thanks, I got it fixed and this link will serve as future reference for potential USB issues. I'm accepting it.

          – Mookey
          Sep 19 '16 at 6:48






        • 1





          @Mookey link is broken :'(

          – codeaviator
          Jul 26 '17 at 11:00






        • 1





          Doesn't work. I'll just get used to throwing usb keys in the trash. Ubuntu = perfect paradox. Startup disk creator doesn't work with 100% reliability, so use Etcher instead which creates tons of partitions, then comes Ubuntu block size 512 error in gparted if you want to format it, so you have to dd if=/dev/zero... the usb drive, recreate, then permissions are broke, can't write. Linux distros are suffering from a segmentation problem that is unfortunately BAD news for Linux as a whole. Sorry but the switch to Linux has been very sad.

          – wayofthefuture
          Sep 9 '17 at 21:02






        • 1





          @codeaviator - try the Google web cache here: webcache.googleusercontent.com/…

          – dmcquiggin
          Oct 3 '17 at 19:23

















        Thanks, I got it fixed and this link will serve as future reference for potential USB issues. I'm accepting it.

        – Mookey
        Sep 19 '16 at 6:48





        Thanks, I got it fixed and this link will serve as future reference for potential USB issues. I'm accepting it.

        – Mookey
        Sep 19 '16 at 6:48




        1




        1





        @Mookey link is broken :'(

        – codeaviator
        Jul 26 '17 at 11:00





        @Mookey link is broken :'(

        – codeaviator
        Jul 26 '17 at 11:00




        1




        1





        Doesn't work. I'll just get used to throwing usb keys in the trash. Ubuntu = perfect paradox. Startup disk creator doesn't work with 100% reliability, so use Etcher instead which creates tons of partitions, then comes Ubuntu block size 512 error in gparted if you want to format it, so you have to dd if=/dev/zero... the usb drive, recreate, then permissions are broke, can't write. Linux distros are suffering from a segmentation problem that is unfortunately BAD news for Linux as a whole. Sorry but the switch to Linux has been very sad.

        – wayofthefuture
        Sep 9 '17 at 21:02





        Doesn't work. I'll just get used to throwing usb keys in the trash. Ubuntu = perfect paradox. Startup disk creator doesn't work with 100% reliability, so use Etcher instead which creates tons of partitions, then comes Ubuntu block size 512 error in gparted if you want to format it, so you have to dd if=/dev/zero... the usb drive, recreate, then permissions are broke, can't write. Linux distros are suffering from a segmentation problem that is unfortunately BAD news for Linux as a whole. Sorry but the switch to Linux has been very sad.

        – wayofthefuture
        Sep 9 '17 at 21:02




        1




        1





        @codeaviator - try the Google web cache here: webcache.googleusercontent.com/…

        – dmcquiggin
        Oct 3 '17 at 19:23






        @codeaviator - try the Google web cache here: webcache.googleusercontent.com/…

        – dmcquiggin
        Oct 3 '17 at 19:23














        29














        My head hurts a little from all this, but hey turned out to be this bug. It's a shame to see the community take such a setback from the dismissal of Unity, and while they start over the giants like Microsoft and OS continue to progress down the road.




        killall nautilus




        Worked for me.






        share|improve this answer























        • Nice! This worked for me too.

          – bfz
          Sep 29 '17 at 9:18











        • I experienced this issue few times with fresh installations.. that worked perfectly and should be the answer.

          – Interesting Knox
          Oct 9 '17 at 11:03











        • Totally agree. These indefinite Unity "bugs" have reached a limit now, I'm switching to Ubuntu-MATE as early as possible.

          – Prahlad Yeri
          Dec 2 '17 at 21:40












        • I found this solution just to find out that I already up-voted and commented on it before. Its a shame we're not getting any fix for this, especially since its what we have out of the box in 16.04 LTS.

          – bfz
          Jan 24 '18 at 16:37











        • This is nuts. I'm sure there's a "technical" reason for this, but how a bug like this passed through QA and hasn't been fixed in over a year, is beyond me. I love Linux, but blatant issues like this, you just don't see on Windows.

          – Dan Dascalescu
          Sep 15 '18 at 1:50















        29














        My head hurts a little from all this, but hey turned out to be this bug. It's a shame to see the community take such a setback from the dismissal of Unity, and while they start over the giants like Microsoft and OS continue to progress down the road.




        killall nautilus




        Worked for me.






        share|improve this answer























        • Nice! This worked for me too.

          – bfz
          Sep 29 '17 at 9:18











        • I experienced this issue few times with fresh installations.. that worked perfectly and should be the answer.

          – Interesting Knox
          Oct 9 '17 at 11:03











        • Totally agree. These indefinite Unity "bugs" have reached a limit now, I'm switching to Ubuntu-MATE as early as possible.

          – Prahlad Yeri
          Dec 2 '17 at 21:40












        • I found this solution just to find out that I already up-voted and commented on it before. Its a shame we're not getting any fix for this, especially since its what we have out of the box in 16.04 LTS.

          – bfz
          Jan 24 '18 at 16:37











        • This is nuts. I'm sure there's a "technical" reason for this, but how a bug like this passed through QA and hasn't been fixed in over a year, is beyond me. I love Linux, but blatant issues like this, you just don't see on Windows.

          – Dan Dascalescu
          Sep 15 '18 at 1:50













        29












        29








        29







        My head hurts a little from all this, but hey turned out to be this bug. It's a shame to see the community take such a setback from the dismissal of Unity, and while they start over the giants like Microsoft and OS continue to progress down the road.




        killall nautilus




        Worked for me.






        share|improve this answer













        My head hurts a little from all this, but hey turned out to be this bug. It's a shame to see the community take such a setback from the dismissal of Unity, and while they start over the giants like Microsoft and OS continue to progress down the road.




        killall nautilus




        Worked for me.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Sep 9 '17 at 21:07









        wayofthefuturewayofthefuture

        2,8211710




        2,8211710












        • Nice! This worked for me too.

          – bfz
          Sep 29 '17 at 9:18











        • I experienced this issue few times with fresh installations.. that worked perfectly and should be the answer.

          – Interesting Knox
          Oct 9 '17 at 11:03











        • Totally agree. These indefinite Unity "bugs" have reached a limit now, I'm switching to Ubuntu-MATE as early as possible.

          – Prahlad Yeri
          Dec 2 '17 at 21:40












        • I found this solution just to find out that I already up-voted and commented on it before. Its a shame we're not getting any fix for this, especially since its what we have out of the box in 16.04 LTS.

          – bfz
          Jan 24 '18 at 16:37











        • This is nuts. I'm sure there's a "technical" reason for this, but how a bug like this passed through QA and hasn't been fixed in over a year, is beyond me. I love Linux, but blatant issues like this, you just don't see on Windows.

          – Dan Dascalescu
          Sep 15 '18 at 1:50

















        • Nice! This worked for me too.

          – bfz
          Sep 29 '17 at 9:18











        • I experienced this issue few times with fresh installations.. that worked perfectly and should be the answer.

          – Interesting Knox
          Oct 9 '17 at 11:03











        • Totally agree. These indefinite Unity "bugs" have reached a limit now, I'm switching to Ubuntu-MATE as early as possible.

          – Prahlad Yeri
          Dec 2 '17 at 21:40












        • I found this solution just to find out that I already up-voted and commented on it before. Its a shame we're not getting any fix for this, especially since its what we have out of the box in 16.04 LTS.

          – bfz
          Jan 24 '18 at 16:37











        • This is nuts. I'm sure there's a "technical" reason for this, but how a bug like this passed through QA and hasn't been fixed in over a year, is beyond me. I love Linux, but blatant issues like this, you just don't see on Windows.

          – Dan Dascalescu
          Sep 15 '18 at 1:50
















        Nice! This worked for me too.

        – bfz
        Sep 29 '17 at 9:18





        Nice! This worked for me too.

        – bfz
        Sep 29 '17 at 9:18













        I experienced this issue few times with fresh installations.. that worked perfectly and should be the answer.

        – Interesting Knox
        Oct 9 '17 at 11:03





        I experienced this issue few times with fresh installations.. that worked perfectly and should be the answer.

        – Interesting Knox
        Oct 9 '17 at 11:03













        Totally agree. These indefinite Unity "bugs" have reached a limit now, I'm switching to Ubuntu-MATE as early as possible.

        – Prahlad Yeri
        Dec 2 '17 at 21:40






        Totally agree. These indefinite Unity "bugs" have reached a limit now, I'm switching to Ubuntu-MATE as early as possible.

        – Prahlad Yeri
        Dec 2 '17 at 21:40














        I found this solution just to find out that I already up-voted and commented on it before. Its a shame we're not getting any fix for this, especially since its what we have out of the box in 16.04 LTS.

        – bfz
        Jan 24 '18 at 16:37





        I found this solution just to find out that I already up-voted and commented on it before. Its a shame we're not getting any fix for this, especially since its what we have out of the box in 16.04 LTS.

        – bfz
        Jan 24 '18 at 16:37













        This is nuts. I'm sure there's a "technical" reason for this, but how a bug like this passed through QA and hasn't been fixed in over a year, is beyond me. I love Linux, but blatant issues like this, you just don't see on Windows.

        – Dan Dascalescu
        Sep 15 '18 at 1:50





        This is nuts. I'm sure there's a "technical" reason for this, but how a bug like this passed through QA and hasn't been fixed in over a year, is beyond me. I love Linux, but blatant issues like this, you just don't see on Windows.

        – Dan Dascalescu
        Sep 15 '18 at 1:50











        1














        You should try formatting it with the Ext4 partition format. That should let Ubuntu at least read and write to the USB drive correctly.






        share|improve this answer



























          1














          You should try formatting it with the Ext4 partition format. That should let Ubuntu at least read and write to the USB drive correctly.






          share|improve this answer

























            1












            1








            1







            You should try formatting it with the Ext4 partition format. That should let Ubuntu at least read and write to the USB drive correctly.






            share|improve this answer













            You should try formatting it with the Ext4 partition format. That should let Ubuntu at least read and write to the USB drive correctly.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Sep 27 '17 at 0:05









            VarunAgrawalVarunAgrawal

            30327




            30327





















                1














                This is how I fixed the permissions of my pen drive that 'suddenly' became readonly.



                1. Switch to super user with:
                  sudo su -



                2. Find in which directory the USB drive has been mounted by running:
                  df -Th



                  You should get a list of drives and your USB drive should be listed as:
                  /dev/sda1 fuseblk 15G 65M 15G 1% /media/someuser/myUsbDrive




                3. Change the permissions of your USB pen drive (located at /dev/sda1) with:
                  find /dev/sda1 -type f -exec chmod 666 ;



                  or with



                  find /dev/sda1 -type f -exec chmod 644 ;



                Now your drive should be writable.




                If the above doesn't work then change the permissions of the directories to make them writable:



                find /dev/sda1 -type d -exec chmod 755 ;






                share|improve this answer





























                  1














                  This is how I fixed the permissions of my pen drive that 'suddenly' became readonly.



                  1. Switch to super user with:
                    sudo su -



                  2. Find in which directory the USB drive has been mounted by running:
                    df -Th



                    You should get a list of drives and your USB drive should be listed as:
                    /dev/sda1 fuseblk 15G 65M 15G 1% /media/someuser/myUsbDrive




                  3. Change the permissions of your USB pen drive (located at /dev/sda1) with:
                    find /dev/sda1 -type f -exec chmod 666 ;



                    or with



                    find /dev/sda1 -type f -exec chmod 644 ;



                  Now your drive should be writable.




                  If the above doesn't work then change the permissions of the directories to make them writable:



                  find /dev/sda1 -type d -exec chmod 755 ;






                  share|improve this answer



























                    1












                    1








                    1







                    This is how I fixed the permissions of my pen drive that 'suddenly' became readonly.



                    1. Switch to super user with:
                      sudo su -



                    2. Find in which directory the USB drive has been mounted by running:
                      df -Th



                      You should get a list of drives and your USB drive should be listed as:
                      /dev/sda1 fuseblk 15G 65M 15G 1% /media/someuser/myUsbDrive




                    3. Change the permissions of your USB pen drive (located at /dev/sda1) with:
                      find /dev/sda1 -type f -exec chmod 666 ;



                      or with



                      find /dev/sda1 -type f -exec chmod 644 ;



                    Now your drive should be writable.




                    If the above doesn't work then change the permissions of the directories to make them writable:



                    find /dev/sda1 -type d -exec chmod 755 ;






                    share|improve this answer















                    This is how I fixed the permissions of my pen drive that 'suddenly' became readonly.



                    1. Switch to super user with:
                      sudo su -



                    2. Find in which directory the USB drive has been mounted by running:
                      df -Th



                      You should get a list of drives and your USB drive should be listed as:
                      /dev/sda1 fuseblk 15G 65M 15G 1% /media/someuser/myUsbDrive




                    3. Change the permissions of your USB pen drive (located at /dev/sda1) with:
                      find /dev/sda1 -type f -exec chmod 666 ;



                      or with



                      find /dev/sda1 -type f -exec chmod 644 ;



                    Now your drive should be writable.




                    If the above doesn't work then change the permissions of the directories to make them writable:



                    find /dev/sda1 -type d -exec chmod 755 ;







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited May 15 '18 at 14:31

























                    answered Dec 29 '17 at 16:32









                    consuelaconsuela

                    1535




                    1535





















                        0














                        For a FAT formatted drive the following should work.



                        Mounting this way in Ubuntu 18.10 is now deprecated, but still works. With a spot of luck your external drive will be mounted as the current user. Please note though that sdb1 may not be the name of your drive.



                        gvfs-mount -d /dev/sdb1





                        share|improve this answer



























                          0














                          For a FAT formatted drive the following should work.



                          Mounting this way in Ubuntu 18.10 is now deprecated, but still works. With a spot of luck your external drive will be mounted as the current user. Please note though that sdb1 may not be the name of your drive.



                          gvfs-mount -d /dev/sdb1





                          share|improve this answer

























                            0












                            0








                            0







                            For a FAT formatted drive the following should work.



                            Mounting this way in Ubuntu 18.10 is now deprecated, but still works. With a spot of luck your external drive will be mounted as the current user. Please note though that sdb1 may not be the name of your drive.



                            gvfs-mount -d /dev/sdb1





                            share|improve this answer













                            For a FAT formatted drive the following should work.



                            Mounting this way in Ubuntu 18.10 is now deprecated, but still works. With a spot of luck your external drive will be mounted as the current user. Please note though that sdb1 may not be the name of your drive.



                            gvfs-mount -d /dev/sdb1






                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered 23 mins ago









                            JackJack

                            1,13921522




                            1,13921522















                                protected by Community Jul 11 '18 at 1:29



                                Thank you for your interest in this question.
                                Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



                                Would you like to answer one of these unanswered questions instead?



                                Popular posts from this blog

                                Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

                                Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

                                Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»