Mandrake Linux: cooker@mandrivalinux.org
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
User ID: 601, 124 bugs reported (284 fixed, 3 duplicate, 5 invalid), 2148 comments. http://qa.mandriva.com/show_bug.cgi?id=19667 waschk@mandriva.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Ever Confirmed|0 |1 ------- Comment #2 from waschk@mandriva.org 2005-11-08 11:34 ------- AFAIK the mount point is created by hal. Please check if it was created with the wrong permissions. Deinstall pmount with --nodeps and plug the USB stic. -- Configure bugmail: http://qa.mandriva.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. ------- Reminder: ------- assigned_to: lenny@mandriva.com status: NEEDINFO distribution: cooker creation_date: description: I have a USB key with a single NTFS partition. When I plugged the USB key, the permission of created mount point /mnt/removable is correct: $ ls /mnt drwxr-xr-x 2 root root 4096 Nov 8 18:05 removable/ But after it has been mounted (by pmount? I think): $ mount /dev/sda on /mnt/removable type ntfs (rw,nosuid,nodev,utf8,iocharset=gb2312,user=fundawang) $cat /etc/fstab /dev/sda /mnt/removable ntfs pamconsole,exec,noauto,utf8,iocharset=gb2312,managed 0 0 $ ls /mnt dr-x------ 1 root root 8192 Nov 8 01:04 removable/ Thus, this USB key can only be read by root.