Good evening!
I'm having problems mounting my k750i. I'm running Slackware 10.1 with a 2.4.32 kernel. My camera and my usb flash memory mount just fine with mount /dev/sda1 /mnt/camera but the phone just gives me this:
Code:
root@brinstar:/# mount /dev/sda1 /mnt/camera/
mount: you must specify the filesystem type
root@brinstar:/# mount -t vfat /dev/sda1 /mnt/camera/
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Some kernel messages:
Code:
usb.c: registered new driver acm
ttyACM0: USB ACM device
ttyACM1: USB ACM device
acm.c: v0.21:USB Abstract Control Model driver for USB modems and ISDN adapters
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
scsi1 : SCSI emulation for USB Mass Storage devices
Vendor: Sony Eri Model: Memory Stick Rev: 0000
Type: Direct-Access ANSI SCSI revision: 02
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 4
USB Mass Storage support registered.
.
.
.
Attached scsi removable disk sda at scsi1, channel 0, id 0, lun 0
SCSI device sda: 126912 512-byte hdwr sectors (65 MB)
sda: Write Protect is off
sda: sda1
.
.
.
VFS: Can't find ext3 filesystem on dev sd(8,1).
VFS: Can't find a valid FAT filesystem on dev 08:01.
(At least 65MB sounds about right...)
I've tried doing this with Knoppix 4.0.2 and Kororaa (version unknown). Knoppix fares no better than Slackware but the Gnome magic within Kororaa manages perfectly. I know that Kororaa uses a 2.6 kernel and I think Knoppix uses one too (but probably a less recent one).
Any ideas? Would upgrading to the latest 2.6 kernel do me any good or does the problem lie elsewhere?