LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Help Mounting COWON A2 Personal Media Player in Linux (https://www.linuxquestions.org/questions/linux-software-2/help-mounting-cowon-a2-personal-media-player-in-linux-449448/)

L1nuxN00b 05-28-2006 08:31 PM

Help Mounting COWON A2 Personal Media Player in Linux
 
Hi to all,

I am a Linux noob, and would be very grateful if somebody could tell me the steps to Mount Cowon A2 Personal Media Player in Linux.

I searched on the net, but couldnt find anything wrt Cowon A2.

These are the commands I ran on [ Gentoo-Linux 2.6 kernel ] and it seems to be recognising the A2 , but I dont know the name of the device to mount ..
________________________________________________


# lsusb
Bus 003 Device 002: ID 046d:c50e Logitech, Inc. MX-1000 Cordless Mouse Receiver
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 008: ID 0e21:1000 Cowon Systems, Inc.
Bus 001 Device 001: ID 0000:0000


# cat /proc/bus/usb/devices
.....
.......

T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 8 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=0e21 ProdID=1000 Rev= 1.00
S: Manufacturer=[b]COWON SYSTEMS, Inc.[b]
S: Product=COWON A2 Portable Multimedia Player
S: SerialNumber=00000000
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=06 Prot=50 Driver=ub
E: Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=86(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=81(I) Atr=03(Int.) MxPS= 4 Ivl=64ms


Then I tried the following ..

# mount -t vfat /dev/sda1 /media
mount: /dev/sda1 is not a valid block device

# mount -t vfat /dev/sda2 /media
mount: /dev/sda2 is not a valid block device

and so on with the same result ..



Can somebody please help..

Thanks..

L1nuxN00b 05-28-2006 11:11 PM

I got it to work by doing

#mount -t vfat /dev/uba1 /media/

Cheers !!


All times are GMT -5. The time now is 05:31 PM.