[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2010-06-18 Thread Dana Goyette
*** This bug is a duplicate of bug 453605 *** https://bugs.launchpad.net/bugs/453605 ** Tags added: regression-release -- Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior. https://bugs.launchpad.net/bugs/482501 You received this bug notification because you are a

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2010-02-22 Thread Matthew Holtz
*** This bug is a duplicate of bug 453605 *** https://bugs.launchpad.net/bugs/453605 I agree with your sentiment, Stefan. Although I am a long time Linux user, I tire when I have to deal with issues like this. Especially when they change from one distribution to the next. We can try to

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2010-02-21 Thread Stefan Schindler
*** This bug is a duplicate of bug 453605 *** https://bugs.launchpad.net/bugs/453605 The patch fixed it for me, too. Thx!! As long as we linux users actually want to show off with our systems and then end up grepping in /etc/udev/rules.d for umask, then applying patches and such, while the

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2010-02-15 Thread Martin Pitt
*** This bug is a duplicate of bug 453605 *** https://bugs.launchpad.net/bugs/453605 ** This bug has been marked a duplicate of bug 453605 Make default mount umasks configurable -- Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2010-01-14 Thread bl.mai...@gmail.com
Hi Lev I shutdown the computer Restarted it Launch again sudo apt-get build-dep devicekit-disks With about some same error SI tryed by removing g15macro g15stats g15daemon then i launch again : dpkg-buildpackage -b -us -uc -rfakeroot The script looked to wroks well Then I launch also dpkg -i

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2010-01-12 Thread bl.mai...@gmail.com
Hi Lev Thanks for this help But I have this result Traitement des actions différées (« triggers ») pour « install-info »... Traitement des actions différées (« triggers ») pour « man-db »... Traitement des actions différées (« triggers ») pour « doc-base »... Processing 7 added doc-base file(s)...

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2010-01-10 Thread Lev Abashkin
You do not have dependencies installed. Run sudo apt-get build-dep devicekit-disks to install them. -- Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior. https://bugs.launchpad.net/bugs/482501 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2010-01-09 Thread bl.mai...@gmail.com
Hi, I was on ubuntu server 2.6.28-16 with ubuntu desktop 9.04. All my external disk ( NTFS format ) connected in USB had been with owner: group root. Which I need for my anonymous FTP acces. I have just done the migration to ubuntu server 2.6.31-17 with ubuntu desktop 9.10. Unfortunatly all

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2009-12-27 Thread X-Ander
Hello! I'm very interesting in solving this problem too. Here is what I have found. Sorry for my (probably) bad English. The mount options are not hardcoded in devkit-disks-device.c. Only their default values are set in the structures vfat_defaults, ntfs_defaults etc. The function

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2009-12-27 Thread Lev Abashkin
Thanks for clarification. Since devicekit-disks has no configuration files to setup default mount options and Karmic has broken gnome+devkit infrastructure we still have these options hardcoded. Best thing we can do now is check 10.04 alphas and betas for this bug and prevent it from lingering

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2009-12-25 Thread Matthew Holtz
I can confirm that patch fixes it for me. -- Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior. https://bugs.launchpad.net/bugs/482501 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2009-12-20 Thread Lev Abashkin
After some research I found that mount options for devicekit-disks were hardcoded into it. So I made a patch to fix it. It conflicts with one of the patches from devicekit-disks source package, so you have to add it in patches directory and mention it in the end of series file. ** Attachment

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2009-12-20 Thread Matthew Holtz
I'd love to test the patch. What do I need to do? -- Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior. https://bugs.launchpad.net/bugs/482501 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2009-12-20 Thread Lev Abashkin
Something like this : mkdir devkit-disks cd devkit-disks apt-get source devicekit-disks wget http://launchpadlibrarian.net/36995686/10-fix-vfat-ntfs-udf-permissions.patch cp 10-fix-vfat-ntfs-udf-permissions.patch devicekit-disks-007/debian/patches echo 10-fix-vfat-ntfs-udf-permissions.patch

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2009-12-20 Thread Lev Abashkin
Oh, last command also requires superuser powers: sudo dpkg - i ../devicekit-disks_007-2ubuntu4custom1_amd64.deb -- Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior. https://bugs.launchpad.net/bugs/482501 You received this bug notification because you are a member of

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2009-12-12 Thread itsjustarumour
+1 for this bug. Like Lev Abashkin, I am using removable media like usb sticks or memory cards are mounted with drwx-- permissions. All directories on media have these permissions as well. Files have -rwxr- xr-x permissions. -- Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2009-12-12 Thread itsjustarumour
+1 for this bug. Like Lev Abashkin, I am using removable media like usb sticks or memory cards are mounted with drwx-- permissions. All directories on media have these permissions as well. Files have -rwxr- xr-x permissions. -- Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2009-12-10 Thread Lev Abashkin
Same problem here. I'm using multiseat setup and removable media like usb sticks or memory cards are mounted with drwx-- permissions. All directories on media have these permissions as well. Files have -rwxr- xr-x permissions. This bug appeared after update not long time ago, and everything

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2009-12-10 Thread Lev Abashkin
... My media is formated as FAT, so this is not only NTFS problem. -- Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior. https://bugs.launchpad.net/bugs/482501 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2009-11-28 Thread Phil
I have this problem also. I am a novice at Ubuntu (and Linux in general), but I had managed to set up an old PC with dual boot to XP and Jaunty on my simple home network and was able to exchange files and share an entire external USB drive attached to the PC with the entire network by using

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2009-11-27 Thread Björn Nilsson
Im also affected by this bug. Also why on earth was 777 choosen for files. Now every file I have backup for on my external drive ges execute permissions when i copy then back to my system. executable jpg:s... -- Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2009-11-23 Thread Martin Pitt
Indeed, directories have 700 permissions, and files have 777. ** Changed in: devicekit-disks (Ubuntu) Importance: Undecided = Medium ** Changed in: devicekit-disks (Ubuntu) Status: New = Triaged -- Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2009-11-18 Thread Sebastien Bacher
** Package changed: nautilus (Ubuntu) = devicekit-disks (Ubuntu) -- Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior. https://bugs.launchpad.net/bugs/482501 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2009-11-15 Thread GodLikeCreature
I have the same problem. I have a 1TB external drive that contains most of my media: music, movies, documents, etc. Those are not private files, and indeed I want for them to be available across sessions. However, the drive permissions are 700 for the user that was entered when the installation

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2009-11-14 Thread Scott James Remnant
** Package changed: udev (Ubuntu) = nautilus (Ubuntu) -- Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior. https://bugs.launchpad.net/bugs/482501 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2009-11-14 Thread Ksteve
I'm in the same boat... saw a recommendation to add my external ntfs drive to fstab and set permissions there but that doesn't work = get an error saying ntfs-3g was not compiled to allow changing permissions. Not good. -- Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

[Bug 482501] Re: Karmic incorrectly mounts USB disk (NTFS) as 700, cannot change behavior.

2009-11-13 Thread Matthew Holtz
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/35674618/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/35674619/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/35674620/Dependencies.txt **