[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2021-02-06 Thread Biep
Bug still present on 20.04

  biep@blok:/media/biep$ ls -la
  totaal 136
  drwxrwxrwx 3 biep biep   4096 feb  6 12:10 .
  drwxr-xr-x 3 root root   4096 apr 27  2020 ..
  drwxr-xr-x 5 biep biep 131072 feb  6 12:10 ventoy
  biep@blok:/media/biep$ chmod a+w ventoy
  biep@blok:/media/biep$ ls -l
  totaal 128
  drwxr-xr-x 5 biep biep 131072 feb  6 12:10 ventoy

Before this I had found that /media/biep was set to root (but the above is 
after I repaired that)
After 'chown'ing /media/biep to 'biep' I had this:

  biep@blok:~$ getfacl /media/biep
  getfacl: Voorafgaande '/' in absolute padnamen worden verwijderd
  # file: media/biep
  # owner: biep
  # group: biep
  user::rwx
  user:biep:r-x
  group::---
  mask::r-x
  other::---

I repaired that too, but no luck.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2019-09-28 Thread ^rooker
I know I'm not running the latest LTS, but 16.04, yet I tried Etienne's
advice (because it seems to make perfect sense), but fsck wasn't allowed
to fix a FAT-mismatch:

   sudo fsck.vfat /dev/sdf1 
   fsck.fat 3.0.28 (2015-05-16)
   FATs differ but appear to be intact. Use which FAT ?
   1) Use first FAT
   2) Use second FAT
   ? 1
   Perform changes ? (y/n) y
   /dev/sdf1: 25 files, 445911/487648 clusters
   Writing 1950600 bytes at 2243584 failed: Operation not permitted

Seems like the readonly even applies to "sudo fsck". Permissions of the
block device are:

   brw-rw 1 root disk 8, 81 Sep 28 23:04 /dev/sdf1

As it seems that this issue is still open, I hope that maybe someone
might find this information useful for debugging.

Thanks for any hints!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2019-07-19 Thread Etienne Lorrain
Ubuntu 19.04 (disco) will switch to read-only when a automatically mounted VFAT 
filesystem with errors is detected.
You have to umount the filesystem and then run "sudo fsck.vfat /dev/sd" 
multiple times, until fsck.vfat do no more ask to correct the new errors 
detected in the filesystem.
Maybe fsck.vfat should be modified so that after the question "Perform changes 
? (y/n) y" it asks for "Re-check filesystem ? (y/n)" because its behaviour is 
confusing...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Re: [Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2019-06-25 Thread Sergio B
@h23 if you are seeing the same behaviour in the terminal the Nautilus is
not the problem. Your USB is write protected or your computer is picking it
up like that for some reason.

You can insert the USB Stick and then run:

dmesg | tail

To see the system log. There you can see if the write protection is turned
on. If you see something like `Write Protect is off`then you should be
okay, otherwise the USB Stick is protected.

On Tue, 25 Jun 2019 at 09:35, li <1021...@bugs.launchpad.net> wrote:

> I see that many people say that killall nautilus works for them but it
> doesn't change anything for me. Perhaps someone could spell out the
> exact sequence of actions so that I can make sure that I am the problem?
>
> What I am doing right now is
> insert USB
> try to paste something into it using nautilus (same with using terminal
> though), see that it's read only.
> run killall nautilus in terminal.
> (restart or not, I've tried both)
> nautilus window disappears.
> I try to copy something onto the USB again using Nautilus
> still doesn't work.
>
> What am I doing wrong?
> I am working on 16.04.6 LTS
>
> Thanks!
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1021375
>
> Title:
>   Nautilus says the USB stick is read only when it is not
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions
>


-- 
*Sergio Bobillier Ceballos*
Ing. de Sistemas
Universidad Nacional de Colombia
+57 (318) 676-3415

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2019-06-25 Thread li
I see that many people say that killall nautilus works for them but it
doesn't change anything for me. Perhaps someone could spell out the
exact sequence of actions so that I can make sure that I am the problem?

What I am doing right now is
insert USB
try to paste something into it using nautilus (same with using terminal 
though), see that it's read only.
run killall nautilus in terminal. 
(restart or not, I've tried both)
nautilus window disappears. 
I try to copy something onto the USB again using Nautilus
still doesn't work. 

What am I doing wrong? 
I am working on 16.04.6 LTS

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2019-03-11 Thread Sebastien Bacher
What error exactly did you see after that update?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2019-03-10 Thread Padmal
After a recent update to my Ubuntu 16.04 LTS, this error pops in. The
solution was to use the similar "killall nautilus" and it fixes it.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2019-01-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: thunar (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2019-01-29 Thread Jacopo
I can confirm this is happening on Xubuntu 18.10 with Thunar as the file 
manager.
The workaround 'killall Thunar' after inserting the USB drive does work however!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2019-01-29 Thread Jacopo
** Also affects: thunar (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2018-09-05 Thread Felipe Kersting
I can confirm this is happening on archlinux with gnome DE

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2018-07-02 Thread Junji Umeno
When fdisk shows type is Empty, this happens in U16.04;

Welcome to fdisk (util-linux 2.27.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.


Command (m for help): p
Disk /dev/sdf: 7.2 GiB, 7759462400 bytes, 15155200 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x55c3dcb6

Device Boot Start End Sectors  Size Id Type
/dev/sdf1  *0 4620287 4620288  2.2G  0 Empty
/dev/sdf215442375 832  416K ef EFI (FAT-12/16/32)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2018-06-20 Thread Greg
I managed to fix my problem by reformating the USB drive. Now I have
proper read write delete permissions for my usename.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2018-06-20 Thread Greg
Before I was able to copy and remove files from USB fat32 drive with the 
terminal even though nemo might not be working but now cannot do it even with 
terminal. Cannot do it with command rm -r foldername or sudo rm -r foldername
The problem has got worse at least in my case using linux mint cinnamon 18.3 
with latest updates.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2018-05-13 Thread Karl Kropf
Just experienced this problem with a Seagate Expansion Drive - In
Nautilus ownership is 'me' and permission is 'create and delete files'
but when trying to write to the file the popup appears saying read-only.
I tried the killall Nautilus and access is restored.

The system is ubuntu 16.04 LTS; nautilus version
1:3.18.4.is.3.14.3-0ubuntu6

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2018-01-16 Thread Walter Garcia-Fontes
** Bug watch added: GNOME Bug Tracker #787731
   https://bugzilla.gnome.org/show_bug.cgi?id=787731

** Changed in: nautilus
   Importance: Medium => Unknown

** Changed in: nautilus
   Status: Confirmed => Unknown

** Changed in: nautilus
 Remote watch: GNOME Bug Tracker #703179 => GNOME Bug Tracker #787731

** Changed in: nautilus
 Remote watch: GNOME Bug Tracker #787731 => Red Hat Bugzilla #844713

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2018-01-16 Thread MDE
The same problem can happen in Thunar. For some cases Nautilus itself
needs an additional patch, but the underlying problem was identified and
fixed in glib. Unfortunately the fixed version is not available in
Ubuntu yet. See the Thunar bug for more details, and thanks go to Nelson
Benitez for fixing it:

https://bugs.launchpad.net/ubuntu/+source/thunar/+bug/1332623

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-12-09 Thread Jens
This has been happening to me for years, and I always forget about it.

I think maybe writing this comment will help me remember the next time.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-10-07 Thread Christopher Barrington-Leigh
On Latest 17.04, killall nautilus and restarting nautilus doesn't help.
Maybe I am not doing the right thing in detail.

So for a couple of years now, every time I present something at a
conference, I panic because I'm not going to be able to write my PDF
file on a USB key in order to share it -- thanks to this bug. This is
nutty.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-09-20 Thread Andreas Henriksson
Same problem for "Caja" on ubuntu 17.10 Mate
restart of Caja solve the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-09-08 Thread Peter Würtz
Still present in 17.10

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-08-27 Thread Nomer T Gomer
This is almost certainly an upstream bug since I've encountered it in
Fedora as well, including Fedora 25.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-07-02 Thread nirajkvinit
I had upgraded from Ubuntu Gnome 14.04 to 16.04. All of a sudden this
issue cropped up! None of my usb sticks would work properly. However,
after following the comments here and running killall nautilus, then
restarting it solved the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-06-13 Thread mikeschoon
Just occurred today:

16.04.2 LTS (Xenial Xerus)
4.8.0-54-generic

Same Thumbdrive is accessible and writeable: 
14.04.05 Trusty Tahr
4.4.0-79-generic

Unable to mount other USB Drives:

Example:"Device /dev/sdc1 is already mounted at `/media/ubuntu/Debian
8.8.0 amd64 1'"

Here is the output of lsusb:

Bus 002 Device 002: ID 8087:8000 Intel Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 004: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 003 Device 014: ID 18a5:0304 Verbatim, Ltd 
Bus 003 Device 003: ID 05d9:a795 Axiohm Transaction Solutions 
Bus 003 Device 002: ID 7392:a812 Edimax Technology Co., Ltd 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-05-29 Thread madivad
I'm on 17.04 fully updated as at 30/5/2017. This is still happening. As
per everything the OP had in 2012, I can confirm the same at this end.

No remounting or editing of permissions changed nautilus' permissions
for me except for:

* Closing nautilus, 
* Removing ~/.config/nautilus,  *1
* logging out and back in again (for good measure—not a reboot) and 
* restarting nautilus worked for me

*1 May not have been required, but done because I was working through
several posts and it was one of the suggested solutions

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-05-06 Thread Federico Cupellini
Same for me

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-05-06 Thread lediableboiteux
P.S. “killall nautilus” and restarting it resolved the issue.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-05-06 Thread lediableboiteux
Wow, it seems to be still present. Just experienced it on 16.10. This is
weird, because this bug was driving me nuts on 15.10, and now this was
first occurrence since I upgraded from 15.10 to 16.10, which was half a
year ago.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs



[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-04-18 Thread LukeL99
Had this problem happen to me on 16.04.2. killall nautilus worked for
me, and doesn't come back across multiple unplugs and restarts of
nautilus.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-04-13 Thread gabybosetti
I had this problem with Ubuntu 15.04. It was solved by:
mv ~/.config/nautilus ~/.config/nautilus-bak

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-04-05 Thread FanJun Kong - ( BH1SCW )
I met this problem today, and after kill nautilus and remount problem
solved, not sure how to reproduce this again.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-04-03 Thread Jan Pischel
I observe a variant of this bug in Ubuntu 16.04 LTS 64-bit
(4.4.0-71-generic #92-Ubuntu): In Nautilus 3.14.3, an auto-mounted
partition on a local drive is read-only (no issues before, nothing
changed with the system (hardware) configuration). In addition, if I
open files with apps (gedit, ...) from Nautilus by double click, I
cannot save changes.

The variant is this: Even if I use now the terminal, the drive is read-
only (I cannot create files -- touch: cannot touch 'test.txt': Read-only
file system -- or save changes when editing files).

Workaround: I can still change content using the terminal or Krusader by
remounting the partition, i.e.

sudo mount -o remount,rw '/media//

However, as soon as I go to the mount directory in Nautilus, it seems to
be read-only again, so no chance to change contents. It looks to me like
Nautilus really changes actively the information of the mounted drive.

Please let me know if you need further information to debug. I agree to
previous users that this bug is really annoying, especially since
nothing seems to happen for now almost FIVE YEARS!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-03-28 Thread Alberto Salvia Novella
** Changed in: nemo (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-03-13 Thread Ivan Kharlamov
** Tags added: xenial yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-03-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nemo (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-03-07 Thread Oliver Gad Larsen
I had the exact same problem as described but I am using Arch Linux. I made a 
simple uninstall with pacman -Rcsn. I know this isn't the same command for 
ubuntu but just use apt-get autoremove and make sure to add the option that 
also removes all configuration files. Some times some files are still there. In 
my case it was in my home folder under .config/nautilus and .local/nautilus 
both for my user and root. To be sure you have deleted everything I suggest 
using the command: 
"find|grep nautilus" under both root and your home to make sure all files are 
deleted. After that I installed nautilus again. Maybe make a full restart 
before but I didn't have to. I use Gnome 3 on Arch Linux so hope this maybe 
apply to you as my discovery makes me think that it might be a fault with 
configuration files.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-02-15 Thread Hervé BRY
I confirm this bug also affects Nemo on Ubuntu 16.04 (at least).

** Also affects: nemo (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-02-12 Thread svenmeier
16.10 ... unbelievable :/

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-02-09 Thread Michel-Ekimia
Very nasty bug for a new comer, we really need to find a solution...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-02-02 Thread CHK
I've the same issue and "killall nautilus" also fix the problem for me.

What kind of debug information can we provide to help fixing this issue?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-01-29 Thread Kelvin Middleton
*correction* aged 16.04 (sorry)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-01-29 Thread Kelvin Middleton
Just had this on my ages 16.10 with even more aged USB's that have
worked fine over the ages :-/.  Like others I can copy using terminal
but nautilus gives RO error message.  "killall nautilus" seemed to clear
the problem for me...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-01-29 Thread svan001
Same here. Sorry I've got to say i'm so disapointed this bug has been
reported since 2012 and it's like nobody cares... feels great preparing
to use Linux at work and switching family to Linux and cant even write
on a thumbdrive because of a 4+ years old bug... maybe those windows/mac
guys are rigth after all...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-01-23 Thread Mateusz Bysiek
It occurred for me yesterday for the first time ever. I have Dell XPS
netbook running 64bit 16.04, upgraded from 14.04. Been using Ubuntu for
many many years on many machines, never seen this before.

Symptoms: With one of my thumb-drives, I could copy/move files in
terminal without any problems, but Nautilus complained about the drive
being read-only. Interestingly, using Nautilus, I could still delete
files I copied using terminal. Today the bug doesn't occur with the same
thumb-drive.

Thumb drive is not brand new (1~2 years old), but there are no problems
with it as far as I can see.

Between yesterday and today: I didn't shut down the system on which bug
showed up, however I suspended it. Also, I used the drive with other
Ubuntu machine.

nautilus --version
GNOME nautilus 3.14.3

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04.1 LTS
Release:16.04
Codename:   xenial

Any recommended steps to be taken (to gather more data) if I ever see
this again?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-01-02 Thread Antony Jones
Just encountered this in Ubuntu 16.10. Painful bug.

$ nautilus --version
GNOME nautilus 3.20.3

$ cat /etc/*-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.10
DISTRIB_CODENAME=yakkety
DISTRIB_DESCRIPTION="Ubuntu 16.10"
NAME="Ubuntu"
VERSION="16.10 (Yakkety Yak)"
ID=ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-12-17 Thread Ge
So - may be it will help:
Hardware: LEnovo Yoga 12
--- OS :
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04.1 LTS
Release:16.04
Codename:   xenial

- USB  : SanDisk 16gb
--- Bus 002 Device 014: ID 0781:5571 SanDisk Corp. Cruzer Fit
---
Disk /dev/sdb: 7.5 GiB, 8004304896 bytes, 15633408 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x

Device Boot Start  End  Sectors  Size Id Type
/dev/sdb1  32 15633407 15633376  7.5G  c W95 FAT32 (LBA)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-12-17 Thread Ge
S! S! S!
With Ubuntu 16.04LTS it is here again! :)
WTF!?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-12-06 Thread Lifepower
Just experienced this bug in Ubuntu Yakkety 16.10 64-bit, Unity desktop,
"Files" utility version 3.20.3.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-11-25 Thread Mike
This bug-thread has been published in mid 2012, nowadays we're one leg in 2017.
Any news? Any road map when Nautilus user can copy the data from/to USB-drive 
without any workarounds?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-10-26 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-10-25 Thread FlyingMG
I already had the same problem with 12.04 and today with 16.04. 
Write accessd denied from Nautilus but possible using other methods as already 
described above.

What works for rme:
Remove the directory ~/.config/nautilus (or rename to .bak), kill nautilus and 
after a restart, write access on USB is restored.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-10-17 Thread Maravilla
Same issue here but comes and goes.  Yesterday I could not write any of
my usb sticks.  The funny thing is that I was able to write in them
through command line.

Today the issue is gone.  I've experienced this problem about 3 or 4
times in 3 months time.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-10-16 Thread liamdawe
Same issue here, had it for a long time. Can also confirm that "killall
nautilus" solves it. Still an issue on Ubuntu 16.10.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-10-15 Thread Hadrien
Got this for the first time after installing 16.10. I had to copy
everything from a terminal.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-10-10 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-08-21 Thread Miguel Morales
I had this problem with Ubuntu 16.04.1. So annoying!
killall nautilus solves the problem

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-08-19 Thread Hans Deragon
Guys, there are 117 users affected by this launchpad bug, but only 7
logged in upstream and CC themselves to the upstream bug.  Please login
to the upstream bug at https://bugzilla.gnome.org/show_bug.cgi?id=703179
and CC yourselves.  It might help to add importance to the issue.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-08-19 Thread Mariano Marcelo Panizzo
I can confirm #69, using "killall nautilus" from terminal helps

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-08-16 Thread ile
I have this problem on 16.04 and a normal SATA disk. "killall nautilus"
helped.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-08-02 Thread Djalal
dmesg output, last two lines are colored red:
[267152.527685] usb 2-1.7: New USB device found, idVendor=0951, idProduct=1662
[267152.527693] usb 2-1.7: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[267152.527698] usb 2-1.7: Product: DataTraveler 109
[267152.527701] usb 2-1.7: Manufacturer: Kingston
[267152.527705] usb 2-1.7: SerialNumber: 00241D8CE55DBBA0E0CA
[267152.528253] usb-storage 2-1.7:1.0: USB Mass Storage device detected
[267152.530997] scsi host13: usb-storage 2-1.7:1.0
[267153.600714] scsi 13:0:0:0: Direct-Access Kingston DataTraveler 109 PMAP 
PQ: 0 ANSI: 4
[267153.601442] sd 13:0:0:0: Attached scsi generic sg1 type 0
[267154.441965] sd 13:0:0:0: [sdb] 31014912 512-byte logical blocks: (15.9 
GB/14.8 GiB)
[267154.443583] sd 13:0:0:0: [sdb] Write Protect is off
[267154.443594] sd 13:0:0:0: [sdb] Mode Sense: 23 00 00 00
[267154.445041] sd 13:0:0:0: [sdb] No Caching mode page found
[267154.445063] sd 13:0:0:0: [sdb] Assuming drive cache: write through

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-08-02 Thread Djalal
Also affects me on Ubuntu 16.04 64 bit, latest Nautilus (package version 
1:3.18.4.is.3.14.3-0ubuntu4). Can write using terminal.
I started experiencing this bug only after mounting a live usb with Linux Mint 
18, as if it where infected..

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-07-02 Thread Demetrio
Same for me, on Ubuntu 14.04. Try those steps.
1. get a pen drive having a read-only switch.
2. plug in pen drive in write mode
3. check you can write something.
4. Reboot
5. plug in pendrive having read-only switch on 
6. check you cannot write
7. uplug normally, do not reboot pc
8. change pendrive switch position to writable
9. plug in pendrive
10. you should see from terminal write permission is OK (and you can make 
copies by using terminal) but "paste" is disabled in nautilus, and every 
writing is impossible (you cant paste or create new files).

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-06-30 Thread Ganesh Gunasegaran
Have the same issue in Xenial. Copying from Terminal works fine.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-06-15 Thread Matthias Weiler
I confirm problem for Xenial. Reformatting the drive with different
Filesystems did not help. Issue comes up with differend usb keys. "gksu
nautilus" is a workaround for me.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-05-19 Thread Andrew
The problem exists in 16.04 as well.  Why does this problem still exist?
It's been 4 years!

Here is a video demo of the problem:
https://www.youtube.com/watch?v=oACOGupxVmU

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-04-12 Thread mikewhatever
Same problem in 14.04. I can copy files with cp, but Nautilus claims
that it's read only.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-03-25 Thread Bost
Actually reformating the USB key from ext4 to ntfs worked...
/me banging head against the table: DEVELOPERS! DEVELOPERS! DEVELOPERS!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-03-25 Thread Bost
Confirming on 15.10. No trick works for me.
FYI tried to reformat the USB drive a couple of times using gparted and I get 
there:
"Partition(s) 1 on /dev/sdb have been written, but we have been unable to 
inform the kernel of the change, probably because it/they are in use.  As a 
result, the old partition(s) will remain in use.  You should reboot now before 
making further changes."

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-01-31 Thread Abinoam Jr
Same on 15.10. The Robin Winslow's trick worked for me also (sudo
killall nautilus).

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2016-01-02 Thread Robin Winslow
Same problem in 14.04. Ejecting and `sudo killall nautilus` fixed it for
me.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2015-12-09 Thread niels
Has the same problem wie 12.04 #22 helps. Here the diff
diff nautilus.bad/ nautilus
diff nautilus.bad/desktop-metadata nautilus/desktop-metadata
3c3
< nautilus-icon-view-layout-timestamp=1449680128
---
> nautilus-icon-view-layout-timestamp=1449688294

Which is really strange. No idea why this fix the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2015-11-07 Thread Rafal
Nautilus in 15.10 is also affected by this issue.
i used a many versions of Ubuntu before and this problem never occurs.
Now it happen, after update to 15.10

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2015-08-22 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown = Confirmed

** Changed in: nautilus
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2015-08-22 Thread Jonathan Anderson
And it just got really interesting. After fighting this issue for hours,
I gave up and resolved to copying by terminal.

By force of habit, I accidently used nautilus once more to copy, after copying 
a batch of files by terminal, and presto, it works.
Nautilus now copies files without complaining.
I don't understand what happens here.
Some cache of file / partition permissions that went old and was refreshed?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2015-08-22 Thread Jonathan Anderson
Same / similar issue in Fedroa 22.

This might be the issue:
https://bugzilla.gnome.org/show_bug.cgi?id=703179

** Bug watch added: GNOME Bug Tracker #703179
   https://bugzilla.gnome.org/show_bug.cgi?id=703179

** Also affects: nautilus via
   https://bugzilla.gnome.org/show_bug.cgi?id=703179
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2015-08-18 Thread Marcos Lans
I just have that issue in 14.04 as well.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2015-08-11 Thread Mike
Ubuntu 15.10 is in active development stage, please, try to solve the
issue and let the users use your OS.

For the moment, I see a half-year thread with the complaints, but there
is no official reference to the case.

Are there any plans to solve the bug?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2015-07-17 Thread Arno
Affects me in Ubuntu 15.04. It's REALLY annoying.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2015-07-09 Thread CrabMan
I have this issue on fedora 22.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2015-06-29 Thread Simon John
Just had the issue in Debian Jessie (Sid) with Gnome 3.16

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2015-06-12 Thread Andrea Gamba
The problem is still there.

How is it possible after so many years?

It is a serious usability problem.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2015-06-12 Thread Mike
For me it's actually not an «usability problem» but is a stop-bug, which 
prevents the usage of Ubuntu at all.
The usage of USB-stick, flash-drive is daily task for me and I can't imagine 
that each time I have to use it the OS will cause the problems and will prevent 
the usage.

Please, fix it ASAP, it's much more important than any other features,
like Unity 8/9/10, etc.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2015-05-14 Thread Mike
I just installed Ubuntu 15.04 RTM and almost three years after this
ticket has been opened this problem still persists. It' very hard to use
the OS when it can't properly handle such important thing as the work
with USB-drives.

There is no such issue with Fedora 21, which is also based on Nautilus
file manager.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2015-03-01 Thread Gary
I just had this problem occur again, I am using 12.04 (still).  I also
got it tp work correctly, here is what worked for me (YMMV).  I am not
sure all these step are required, but the combination fixed my problem.

1- sudo chmod 755 /media (this was recommended with -R option, but I did not 
want that as my raid is mounted under /media)
2- cd 
3- mv .config/nautilus   .config/nautilus.bak
(the net effect is a new nautilus desktop file is created, for me the delta was 
deletion of nautilus-icon-view-auto-layout=true and a change to the  
nautilus-icon-view-layout-timestamp value)
4- remove media if it happens to be in
5- logout
6- login
7- insert media and test

Good luck.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2014-12-30 Thread Alexander Buchner
In 14.10 this problem still exists.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2014-12-11 Thread Marc Hasson
I too have the nautilus read-only misbehavior on the very latest
12.04LTS (x86_64) system and have the following observations, including
a simple-enough workaround since running into this problem quite a while
back

I can cause the false read-only behavior on demand by first inserting a
read-only USB flash such as a camera's Secure Digital card with the
lock switch thrown, via an SD card reader.  But after
removing/unmounting that read-only  SD card,  *every* subsequent
insertion of a normally-writable USB flash drive then gets the above-
reported symptoms: its considered read-only by nautilus yet a cp
command from the shell to the USB media works fine which shows the
system mounted it correctly for writing.

As I believe someone mentioned earlier, it must be that the nautilus
state is contaminated/broken under some scenarios.  My intentional read-
only flash drive method is just one solid way to cause that broken
behavior hangover.  So my workaround is

When I encounter this false read-only, I simply unmount/remove the
removable device(s), close any windows using nautilus, and then I do a
killall nautilus from the shell (I always see a non-window nautilus
whose parent is pid 1 with my user id, presumably this is the thing with
the broken state that I kill).  After that, reinserting the very USB
drive which falsely received the read-only error will now work properly.
I can drag things onto the drive using the fresh instance of nautilus
that is launched..

Its a shame that after more than 2 years, on a claimed LTS system, I
have yet to see even a we aren't going to bother fixing this one
response from the Ubuntu folks on this bug report.  Its not been closed
or marked as a duplicate, its still marked unassigned.  Makes me
question why I've been recommending Ubuntu LTS releases at all to my
companies for production use

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2014-11-26 Thread Pádraig Brady
I wonder is this related to traversing symlinks to the mount point?
https://bugzilla.redhat.com/show_bug.cgi?id=844713

** Bug watch added: Red Hat Bugzilla #844713
   https://bugzilla.redhat.com/show_bug.cgi?id=844713

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2014-11-26 Thread Victor Mendonça
I also have the same problem on 14.04, however I'm using Nemo and not
nautilus.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2014-11-19 Thread bjv
I appear to be having the same issue as SergeiS  tonysonney under 14.04,
file system permissions are correct and cp works fine from the command line for 
one of my USB hard drives, but drive consistently shows as 'Owner: root' in 
Nautilus - even though mount options are identical to an automounted SATA drive 
that shows as 'Owner: me'

Other USB devices, (flash drive, HD from a different manufacturer) mount
with correct Ownership in nautilus.. (also, i noticed everything that
mounts correctly has a little icon in the media folder - a thumb-drive,
internal disk icon, etc. while the badly behaving root media device
does not have a little icon on the folder)

Ubuntu automount point permissions:
bjv@saucy10:/media/bjv$ ls -lt /media/bjv
total 16
drwx-- 1 bjv  bjv  4096 Nov 19 06:05 WD My Passport Ultra
drwx-- 1 bjv  bjv  8192 Nov 18 07:56 WD Caviar Black

Ubuntu automount options:
bjv@saucy10:/media/bjv$ mount | tail -n2
/dev/sdc1 on /media/bjv/WD My Passport Ultra type fuseblk 
(rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
/dev/sdb1 on /media/bjv/WD Caviar Black type fuseblk 
(rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)

Dmesg:
[3345508.088038] usb 1-4: new high-speed USB device number 26 using ehci-pci
[3345508.269200] usb 1-4: New USB device found, idVendor=1058, idProduct=0820
[3345508.269206] usb 1-4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=5
[3345508.269210] usb 1-4: Product: My Passport 0820
[3345508.269213] usb 1-4: Manufacturer: Western Digital
[3345508.269217] usb 1-4: SerialNumber: 575832314139344654415636
[3345508.269644] usb-storage 1-4:1.0: USB Mass Storage device detected
[3345508.270284] scsi18 : usb-storage 1-4:1.0
[3345509.268725] scsi 18:0:0:0: Direct-Access WD   My Passport 0820 
1012 PQ: 0 ANSI: 6
[3345509.269092] scsi 18:0:0:1: Enclosure WD   SES Device   
1012 PQ: 0 ANSI: 6
[3345509.269553] sd 18:0:0:0: Attached scsi generic sg2 type 0
[3345509.269840] scsi 18:0:0:1: Attached scsi generic sg3 type 13
[3345509.276843] sd 18:0:0:0: [sdc] Spinning up disk...
[3345510.280020] .ready
[3345515.207842] sd 18:0:0:0: [sdc] 3906963456 512-byte logical blocks: (2.00 
TB/1.81 TiB)
[3345515.209831] sd 18:0:0:0: [sdc] Write Protect is off
[3345515.209837] sd 18:0:0:0: [sdc] Mode Sense: 47 00 10 08
[3345515.211210] sd 18:0:0:0: [sdc] No Caching mode page found
[3345515.211215] sd 18:0:0:0: [sdc] Assuming drive cache: write through
[3345515.216837] sd 18:0:0:0: [sdc] No Caching mode page found
[3345515.216845] sd 18:0:0:0: [sdc] Assuming drive cache: write through
[3345515.217232] ses 18:0:0:1: Attached Enclosure device
[3345515.226127]  sdc: sdc1
[3345515.229341] sd 18:0:0:0: [sdc] No Caching mode page found
[3345515.229352] sd 18:0:0:0: [sdc] Assuming drive cache: write through
[3345515.229356] sd 18:0:0:0: [sdc] Attached SCSI disk

Ubuntu version
bjv@saucy10:~/Downloads$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04.1 LTS
Release:14.04
Codename:   trusty

bjv@saucy10:~/Downloads$ dpkg -l | grep 'nautilus[ ].*ubuntu'
ii  nautilus  1:3.10.1-0ubuntu9.3   
  amd64file manager and graphical shell for 
GNOME

bjv@saucy10:/media/bjv$ getfacl /media/bjv/WD\ Caviar\ Black/
getfacl: Removing leading '/' from absolute path names
# file: media/bjv/WD Caviar Black/
# owner: bjv
# group: bjv
user::rwx
group::---
other::---

bjv@saucy10:/media/bjv$ getfacl /media/bjv/WD\ My\ Passport\ Ultra/
getfacl: Removing leading '/' from absolute path names
# file: media/bjv/WD My Passport Ultra/
# owner: bjv
# group: bjv
user::rwx
group::---
other::---

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2014-11-19 Thread bjv
remounting per comment #20   (sudo mount -o remount,rw /media/mount
point) did not work with nautilus 3.10.1-0ubuntu9.3 on 14.04

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2014-11-17 Thread tonysonney
I have the same problem. Can create/delet file from terminal. But
operations from nautilus fails wit destination read only error. The
other interesting thing is the same usb drive used to work fine with
nautilus till before I made a bootable disk on the usb device using dd.
I tried coping the initial 20MB from another usb. But the read only
error persists.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2014-11-05 Thread SergeiS
Still a problem on 14.04 now. What's confusing is that the file system
is properly mounted, and I can copy a file onto the drive using cp in a
terminal, so it is a pure Nautilus issue.

Mount:
/dev/sdc1 on /media/sergei/16GB type vfat 
(rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2)

Dmesg:
[514464.082007] usb 3-8: USB disconnect, device number 30
[514465.866850] usb 3-8: new high-speed USB device number 31 using xhci_hcd
[514465.883728] usb 3-8: New USB device found, idVendor=0781, idProduct=5530
[514465.883737] usb 3-8: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[514465.883742] usb 3-8: Product: Cruzer
[514465.883746] usb 3-8: Manufacturer: SanDisk
[514465.883749] usb 3-8: SerialNumber: 20060572701B1A23221D
[514465.884351] usb-storage 3-8:1.0: USB Mass Storage device detected
[514465.884525] scsi26 : usb-storage 3-8:1.0
[514466.882586] scsi 26:0:0:0: Direct-Access SanDisk  Cruzer   1.03 
PQ: 0 ANSI: 2
[514466.883096] sd 26:0:0:0: Attached scsi generic sg3 type 0
[514466.883864] sd 26:0:0:0: [sdc] 31266816 512-byte logical blocks: (16.0 
GB/14.9 GiB)
[514466.884952] sd 26:0:0:0: [sdc] Write Protect is off
[514466.884962] sd 26:0:0:0: [sdc] Mode Sense: 03 00 00 00
[514466.885247] sd 26:0:0:0: [sdc] No Caching mode page found
[514466.885252] sd 26:0:0:0: [sdc] Assuming drive cache: write through
[514466.888280] sd 26:0:0:0: [sdc] No Caching mode page found
[514466.888289] sd 26:0:0:0: [sdc] Assuming drive cache: write through
[514466.891130]  sdc: sdc1
[514466.893934] sd 26:0:0:0: [sdc] No Caching mode page found
[514466.893936] sd 26:0:0:0: [sdc] Assuming drive cache: write through
[514466.893938] sd 26:0:0:0: [sdc] Attached SCSI removable disk

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2014-08-11 Thread Reinhard Tartler
I can confirm the observations of comment #20. On this basis, I'm
raising the importance because this seems to me like a major usability
issue.

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2014-05-06 Thread Ian Lawrence
I did

sudo mount -o remount,rw /media/mount point

which works copying files in nautilus (until you pull out the usb stick
of course)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2014-03-23 Thread burnsdm
Affects me - another temporary workaround is to load nautilus as root
from terminal which allows me to write to usb

This is really annoying please fix.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2014-03-19 Thread olaf wapenhans
I reboot system on recovery mode, and did some of the support programs.
Now it works

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2014-01-07 Thread d0m
I to have the same problem!
I have tried 2 diferent USB sticks  nothing can be saved to them. Either by 
drag  drop or saving from a text editor (JuffEd  Gedit) or even OpenOfice.
One of the USB sticks did let me moove a file when I firs got it but it stoped 
after I plged it into my Android.
I can open the USB sticks in Windows!  chaing the permissions.
But I am completly locked out with Ubuntu.
Is pluging the USB sticks into other OS's leaving a cooky that Ubuntu is 
objecting to?
Have fun.
d0m.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2014-01-02 Thread Johann Gail
I have the read-only bug under a slightly different condition: Its not a
external USB-Stick but a remounted partition.

For security reasons I have an archive partition which is mounted read-
only at startup of the notebook. When I mount the partition afterwards
in readwrite-mode then nautilus tells me, the partition is still read-
only. But all other tools, commandline etc. works fine.

So it seems to me, this bug has something to do with in-memory cached
directory information in nautilus. Maybe this information gets cleared
during logout/login, so it is not the observed line in the .config but
the process of relogon which solves this problem?

I have this effect since at least two years and with different versions
of ubuntu. For sure with 12.04, 13.04, 13.10 and all updates between
them. For me this bug is allways fully reproducible.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2013-12-31 Thread Sojin
Using 13:10. This is super super annoying bug. Will drive far away any
windows user trying to use Ubuntu, for sure.

Please fix this soon.

I can copy files using Terminal as normal user. But with nautilus, it
giving me is read only error.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2013-12-19 Thread HamilJF
Just happened to me all of a sudden (eg, have not observed this problem on 
12.04 or 13.04 until today, but haven't used a USB stick for 2+ weeks).  Unity 
desktop; Files 3.6.3 (whatever that is) produces a popup stating that target is 
read-only, which it isn't, of course.  The config file identified in post #22 
contains the line indicated there...
; (gtk_accel_path 
Actions/ExtensionsMenuGroup/DejaDupNautilusExtension::restore_missing_item 
)
But it looks as though it is supposed to be there.
Would be happy to edit a defective line out, but is anyone sure which it is ?
uname -a...
Linux  3.8.0-34-generic #49-Ubuntu SMP Tue Nov 12 18:00:10 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux
lsb_release -a...
Description:Ubuntu 13.04
Codename:   raring

(BTW, closing down for seasonal holiday soon... will check back in the
new year)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1021375

Title:
  Nautilus says the USB stick is read only when it is not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1021375/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


  1   2   >