i think i found out why it's happening:

when IMPORT{program}="vol_id --export $tempnode" is commented out and i
plug in the phone, and i do a:

# fdisk -l /dev/sdc

it's fine, no errors, but if i do a:

# fdisk -l /dev/sdd

it spews out errors in the /var/log/kern.log like above. 
therefore, doing "vol_id --export /dev/sdd" is not a good idea.  I'm not sure 
why though, it's the micro-SD inside the phone. but it worked in feisty before. 
anyway, so i added this to the 65-presistent-storage.rules

#IMPORT{program}="vol_id --export $tempnode"
ENV{DEVTYPE}!="disk", ENV{ID_VENDOR}!="MEDIATEK", ENV{DEVNAME}!="/dev/sdd", 
IMPORT{program}="vol_id --export $tempnode"

i'm not sure why it's not automatically mounting though.
using: Linux version 2.6.22-14-generic ([EMAIL PROTECTED]) (gcc version 4.1.3 
20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)) #1 SMP Sun Oct 14 23:05:12 GMT 
2007

hope this helps.

-- 
unable to mount cellphone usb flash disk
https://bugs.launchpad.net/bugs/151094
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Reply via email to