hi there,

i am trying to mount the mass storage on my LG GW620
android phone.

ugen0 at uhub0 port 3 "LG Electronics Inc. LG Mobile USB Modem" rev 2.00/1.00 
addr 2
ugen0 detached
umass0 at uhub0 port 3 configuration 1 interface 0 "LG Electronics Inc. LG 
Mobile USB Modem" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus1 at umass0: 2 targets, initiator 0
probe(umass0:1:0): Check Condition (error 0) on opcode 0x0
probe(umass0:1:0): Check Condition (error 0) on opcode 0x0
sd0 at scsibus1 targ 1 lun 0: <LGE, Android Phone, ffff> SCSI2 0/direct 
removable
sd0: drive offline


the drive offline message is because when the phone is first connected,
it is a modem.  then i turn on
settings -> sd card & phone storage -> mass storage only
and then try:

$ sudo  mount -t msdos /dev/sd0i /mnt
mount_msdos: /dev/sd0i on /mnt: Inappropriate file type or format

$ sudo fdisk sd0
Disk: sd0       geometry: 120/255/63 [1930240 Sectors]
Offset: 0       Signature: 0xAA55
            Starting         Ending         LBA Info:
 #: id      C   H   S -      C   H   S [       start:        size ]
-------------------------------------------------------------------------------
*0: 0C      0   2   4 -    120  38  46 [         129:     1930111 ] Win95 FAT32L
 1: 00      0   0   0 -      0   0   0 [           0:           0 ] unused
 2: 00      0   0   0 -      0   0   0 [           0:           0 ] unused
 3: 00      0   0   0 -      0   0   0 [           0:           0 ] unused

$ sudo disklabel sd0
# /dev/rsd0c:
type: SCSI
disk: SCSI disk
label: Android Phone
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 120
total sectors: 1930240
rpm: 3600
interleave: 1
boundstart: 0
boundend: 1930240
drivedata: 0

16 partitions:
#                size           offset  fstype [fsize bsize  cpg]
  c:          1930240                0  unused
  i:          1930111              129   MSDOS

is it the funky offset that prevents the kernel from mounting it?

-f
-- 
vegeterians don't eat food. they eat what food eats.

Reply via email to