[02:55] unbelievable but working. [06:52] Hi [06:52] having trouble with a usb drive that mounts as readonly [06:53] ragnar_123, have you tried formatting it? [06:53] No, i have data on it, that I dont want to loose [06:54] and not enough space here, to do a backup .. [06:54] try to rename the file manage config folder [06:54] owner is root, and i cannot change it using chmod/chgrp [06:54] and re-plug [06:55] running caja as root makes it possible to copy at ~100kB/s [06:55] in ~/.config ? [06:55] yes [06:56] and also re-open caja [06:56] mbp@mbp-MacBookPro:~/.config$ mv caja caja-bak && killall -9 caja [06:56] no difference [06:57] then you need to find where to copy the date as quick as possible until you can no longer extract it [06:58] yeah [07:00] but do you think a reformat will solve the ownership issues with the usb drive? [07:01] in some cases yes in others not, maybe it's a hardware issue, who knows [07:01] the usb drive seems to work fine on windows machines -- brand new PNY 64 gigs. [07:02] it took me 13 hours to copy 15.5 gigabytes of data, running the file manager as superuser, the other day ... [07:03] lol [07:03] on some ntfs pendrives it's like that [07:04] you probably got the cheatest one [07:04] Say, if I am in a library using a PC, it is a really fast device. My Ubuntu just doesn't seem to like it. [07:06] ragnar_123: what file system are you using? fat? ntfs? ext4? [07:07] fat [07:08] fat doesn't use permissions, so why would you ever have permission issues? [07:08] I can only reed the files? [07:08] read-only issue [07:09] tried remounting, etc- [07:10] Wondering if I can "patch it through" to a VM, running virtualbox. But also there are error messages, see https://pastebin.com/xtg7ihU3. Any ideas? [07:14] When trying to change permissions from root to user, i get errors like "Operation not permitted" [07:16] "Create folder" is grayed out in the file manager [07:23] ragnar_123: the fat file system is mapped to a user at mount time [07:23] It doesn't support users or permissions, that's why you get operation not permitted [07:23] If you can only read and not write, check dmesg for file system errors or for hardware errors [07:24] If you mounted as root, and are trying to write as user, of course you won't be able [07:24] Because you used the wrong mount permissions [07:24] You can pastebin the output of `mount` for us to see if you want [07:28] alkisg: https://pastebin.com/raw/0hBicif3 [07:29] ragnar_123: and the output of this, ran as the user, not root? ls -l /media/mbp/HP_TOOLS; touch /media/mbp/HP_TOOLS/test [07:39] Whoops, wrong paste; had another device attached for testing. https://pastebin.com/raw/reLHEpKs - and the output is https://pastebin.com/raw/70j50XNg [07:40] ragnar_123: how did you manage to mount a vfat file system as root, while using udisks?! [07:40] Did it automount, or did you run a mount command? [07:40] ...or are you logged in as root in the desktop environment?! :D [07:41] This time automount. I tried various rw(x) mount commands without success, [07:41] When desperate to copy some files, yes, sudo caja & solves the issue. [07:42] ragnar_123: try again as cleanly as you can: unmount everything, then just insert the stick. If at that point, ls -l /media/mbp/13FA-1E57, tells you the files are owned by root,that's the main issue [07:42] Ah,sudo caja :D [07:42] Yeah, big problem there, don't do that [07:42] So, start over.LOGOUT first, to stop any processes from running as root [07:42] Why, if I might ask? [07:42] Then login again (or even better reboot), and just automount the stick [07:43] Because of the problems you see [07:43] sudo caja may even create root-owned files in your own dir [07:43] Under /home/username [07:43] oh yeah, therefore.. ;) [07:43] So then, normal caja won't be able to save settings, and it will cause chaos [07:43] Moment [07:43] Let's make sure that didn't already happen [07:43] What's the output of this command, when run as the user? find ~ -uid 0 [07:45] something that amounts to 2808 lines of filepaths and errors. [07:45] Ouch, yeah, you already caused chaos :) [07:45] ... [07:45] OK, I suggest this: [07:45] 1) Reboot, without any sticks or devices inserted [07:46] 2) Login, run this: sudo chown -R username:username /home/username [07:46] 3) Reboot again! So that now it loads with the proper permissions [07:46] 4) Don't run sudo caja etc again :) [07:47] you will probably hear back from me in an hour, if it does not work :) [07:47] Hehe :) [07:48] Thanks, I'll try :-) [07:57] ragnar_123: so now, `find ~ -uid 0` returns nothing? [07:57] And what's the output of ls -l media/mbp/13FA-1E57 ? [07:57] Still owned by root? [08:03] Yes [08:04] ragnar_123: this is a big problem; you misconfigured something [08:05] The sticks are never mounted as root automatically [08:05] Try logging in as a guest user (or create a new user with `sudo adduser`), and see if the problem happens on the other user [08:05] This way we'll see if the misconfiguration is system-wide, or just a user setting [08:17] Changing user does not seem to work [08:17] ragnar_123: do you mean that you couldn't log in as another user, or that the stick was still mounted as root? [08:18] "does not work" is not very descriptive... [08:20] Well, create folder is grayed out in the filemanager, as normal user, test user, but not as superuser (though i haven't done `sudo caja`, since you told me not to) [08:20] and permissions say owner is root [08:21] So you did manage to create a test user, and you logged in, and THEN inserted the stick (and not at boot or as the previous user), and ran ls -l /media/test/13FA-1E57, and it showed that the owner was root? [08:21] ..I should probably just wipe everything and do a clean install [08:22] It's strange if you managed to mess up with the udev rules to make them mount as root instead of as the user [08:22] I will try one more time, but yes [08:22] Did you ever try to follow bad tutorials about messing with udev rules? [08:22] nope [08:22] Do you have an ubuntu live cd or live usb stick? [08:23] Dont think so [08:23] Do you mind if you share your screen with me over vnc, so that I test 2-3 commands myself? [08:24] Can't do that, sorry [08:24] np [08:24] I haven't ever heard of sticks automounted as root by default [08:24] So I'm guessing you somehow messed up your installation [08:25] If you do end up reinstalling, do avoid (1) logging in as root, and (2) running sudo caja [08:27] Btw which ubuntu-mate version is that? [08:29] 17.10 [08:29] Yeah, I probably built too many wierd versions of tools during the past three years. If desperate and it does the job (slowly), I might just do that (`sudo caja`) [08:29] but I have upgraded (dist-upgrade) several times [08:30] You haven't put anything for the sticks in /etc/fstab, right? [08:30] nope [08:30] Then it does sound like broken udev rules to me [08:31] where can I find them? [08:31] Oh it would be much easier to reinstall [08:31] If you don't know how you broke them [08:32] True. But then I would actually need to do a full backup [08:32] Nah, reinstallations can keep /home [08:32] Uh [08:32] You can even just mv your installation to a different folder and keep all of it, including /usr and everything [08:34] I will get started to prepare a live-usb image.. Hopefully dd will write to it ;) [08:35] You might as well use 18.04 at this point [10:17] identify 270536OLE [10:24] hi === moondoggy_ is now known as moondoggy === moondoggy_ is now known as moondoggy [13:48] good morning fro Pennsylvania === mbp is now known as ragnar_123 === Akuli is now known as {{{{{{{{{{{{{{{{ === {{{{{{{{{{{{{{{{ is now known as Akuli === Akuli is now known as {``` === {``` is now known as Akuli [20:54] Hi everybody. It's possible hide dropdown arrown on caja navigate folders when i set list view? [20:59] Hi everybody. It's possible hide dropdown arrown on caja navigate folders when i set list view? [21:27] Hi everybody. It's possible hide dropdown arrown on caja navigate folders when i set list view? [21:46] Hi everybody. It's possible hide dropdown arrown on caja navigate folders when i set list view? [22:48] Hallo, [22:49] hat einer von ihnen eine Möglichkeit wie man den bionischen Biber in die Richtung MAC Buntu switchen einstellen kann