View Single Post
Posts: 7 | Thanked: 4 times | Joined on Sep 2012
#2
Hello everybody,

I updated the CSSU to 4.1T, no success.
I remember doing "passwd user" a couple of weeks ago to be able to login over ssh as user. Could this be part of the problem?

It seems to me, the memory cannot be unmounted on the device upon USB connection, since mount | grep MyDocs delivers "/dev/mmcblk0p1 on /home/user/MyDocs type vfat (rw,noauto,nodev,exec,nosuid,noatime,nodiratime,ut f8,uid=29999,shortname=mixed,dmask=000,fmask=0000, rodir)", while connected via USB. But "lsof +d /home/user/MyDocs/" delivers nothing.

The notebooks dmesg says upon connect:
[ 5787.588060] usb 1-1: new high speed USB device using ehci_hcd and address 10
[ 5787.722565] usb 1-1: configuration #1 chosen from 2 choices
[ 5787.725774] scsi12 : SCSI emulation for USB Mass Storage devices
[ 5787.734386] usb-storage: device found at 10
[ 5787.734390] usb-storage: waiting for device to settle before scanning
[ 5792.732557] usb-storage: device scan complete
[ 5792.733340] scsi 12:0:0:0: Direct-Access Nokia N900 031 PQ: 0 ANSI: 2
[ 5792.733870] scsi 12:0:0:1: Direct-Access Nokia N900 031 PQ: 0 ANSI: 2
[ 5792.734987] sd 12:0:0:0: Attached scsi generic sg1 type 0
[ 5792.735176] sd 12:0:0:1: Attached scsi generic sg2 type 0
[ 5792.754855] sd 12:0:0:0: [sdb] Attached SCSI removable disk
[ 5792.765222] sd 12:0:0:1: [sdc] Attached SCSI removable disk

My question is, how is the unmounting of the internal memory (as well as mmc1) upon USB connection handled? Any ideas what would be diagnostic steps to approach the problem?

Your help is very much apprecciated.
Thank you,
Enrico