Hello,
Some late follow-up on the Lexar Jumpdrive Pro 2.0 256 MB on Red Hat Linux
9. This is a handy USB Mass Storage device as it also mounts out of the box
on Mac OS X and Win2k/XP. See inline for my success.
On Tue, 14 Oct 2003, Chandra Konakalla wrote:
> Hello
>
> I am using the above Lexar made jumpdrive 2.0 pro mass storage device
> with my Host controller ISP 1161A.
>
> We are using Linux 2.4.21 with powePC environment. Following are the
> console output results for different commands.
>
> [EMAIL PROTECTED]:/proc/bus/usb# cat devices
>
> T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 1
>
> B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
>
> D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
>
> P: Vendor=0000 ProdID=0000 Rev= 0.00
>
> S: Product=USB OHCI Root Hub
>
> S: SerialNumber=df96d800
>
> C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA
>
> I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
>
> E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms
>
> T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
>
> D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
>
> P: Vendor=05dc ProdID=0200 Rev= 0.00
>
> S: Manufacturer=LEXAR MEDIA
>
> C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=200mA
>
> I: If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50
> Driver=usb-storage
>
> E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
>
> E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
<snip>
> Here (at /dev ) I am not able to see the sda device. And that may be the
> reason I am not able to mount the same. Can somebody help me to resolve
> this problem. Do I have to have the jumpdrive Driver ??? I have checked
> the source code /drivers/usb/storage/ and I could not find the driver
> for the same. But there is another driver for the jumpshot .....not the
> jumpdrive. Is it the reason why I am not able to see the sda device in
> the /dev ?? If that is the reason can somebody please send me the
> corresponding class driver
To allow kudzu to manage this device, I added
-- updfstab.conf.default --
device jumpdrive {
partition 1
match hd JumpDrive
}
-- --
and
-- console.perms --
# device classes
<jumpdrive>=/mnt/jumpdrive*
# permission definitions
<console> 0600 <jumpdrive> 0600 root.disk
-- --
Ref: Fedora Bugzilla Bug 109325
Elsewise, if kudzu is not the tea of choice,
mkdir /mnt/jumpdrive
then added
-- fstab --
dev/sda1 /mnt/jumpdrive vfat noauto,rw,exec,uid=500 0 0
-- --
Then (with the JumpDrive plugged in for either case)
mount /mnt/jumpdrive
I was unable to change the filesystem on the device so vfat it is.
Seazuns Greetz!
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users