| title: | Re kernel 2 6 9 1 and Apacer Handy HT202 |
|
Stephen J. Gowdy wrote:
You probably need to turn off the low performance USB storage driver.
It was enough to create the devices manually (found this somewhere on
groups.google.com):
mknod /dev/uba b 125 0
mknod /dev/uba1 b 125 1
mknod /dev/uba2 b 125 2
mknod /dev/ubb b 125 8
mknod /dev/ubb1 b 125 9
mknod /dev/ubb2 b 125 10
mknod /dev/ubc b 125 16
mknod /dev/ubc1 b 125 17
mknod /dev/ubc2 b 125 18
And then to create this as /etc/modprobe.d/uba:
alias block-major-125 ub
Then this line in /etc/fstab just works (of course the line is not wrapped):
/dev/uba /mnt/bizu vfat
user,noauto,noatime,noexec,showexec,gid=50,
umask=007,quiet,nonumtail=0,shortname=winnt
0 0
Cheers,
Matej
--
Matej Cepl, www.ceplovi.cz/matej www.ceplovi.cz/matej
GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
A woman without a man is like a fish without a bicycle.
Therefore, a man without a woman is like a bicycle without
a fish.
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Readers Choice Award Winner for best database on Linux.
ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Linux-usb-users@xxxxxxxxxxxxxxxxxxxxx
To unsubscribe, use the last form field at:
lists.sourceforge.net/lists/listinfo/linux-usb-users lists.sourceforge.net/lists/listinfo/linux-usb-users
|