View Single Post
judibet's Avatar
Posts: 128 | Thanked: 41 times | Joined on Nov 2010 @ BONDY, FRANCE
#11
Originally Posted by J4ZZ View Post
Can you please post the output of
Code:
sfdisk -l
:-)

Regards,

J4ZZ
OK, I have that:
/home/user # sfdisk -l

Disk /dev/mmcblk1: 973968 cylinders, 4 heads, 16 sectors/track
Warning: The partition table looks like it was made
for C/H/S=*/255/63 (instead of 973968/4/16).
For this listing I'll assume that geometry.
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0

Device Boot Start End #cyls #blocks Id System
/dev/mmcblk1p1 0+ 3880- 3880- 31162880 c W95 FAT32 (LBA)
/dev/mmcblk1p2 0 - 0 0 0 Empty
/dev/mmcblk1p3 0 - 0 0 0 Empty
/dev/mmcblk1p4 0 - 0 0 0 Empty

Disk /dev/mmcblk0: 977024 cylinders, 4 heads, 16 sectors/track
Units = cylinders of 32768 bytes, blocks of 1024 bytes, counting from 0

Device Boot Start End #cyls #blocks Id System
/dev/mmcblk0p1 1 884864 884864 28315648 c W95 FAT32 (LBA)
/dev/mmcblk0p2 884865 950400 65536 2097152 83 Linux
/dev/mmcblk0p3 950401 974976 24576 786432 82 Linux swap / Solaris
/dev/mmcblk0p4 0 - 0 0 0 Empty
/home/user #
--

Originally Posted by coderus View Post
make reflash emmc
-or-
make device wipe
Reflash emmc is losting all apps that Nokia forget when they go to Microsoft !
I'll do it if I can't do more...

--

Originally Posted by herr_oigg View Post
I've found two related commands in my history:
857 sudo fsck.vfat -aftvVw /dev/sdb
858 sudo fsck.vfat -avw /dev/sdb

Probably the second one will be enough.

Steps which I've preformed.

1. Connect device to some linux machine.
2. Select "Mass storage" mode on the device.
3. Open console and type "dmesg".
4. Look for follwoing info:
[ 1983.827849] USB Mass Storage support registered.
[ 1984.828702] scsi 6:0:0:0: Direct-Access Nokia Nokia N9 0316 PQ: 0 ANSI: 2
[ 1984.964233] sd 6:0:0:0: Attached scsi generic sg3 type 0
[ 1984.967442] sd 6:0:0:0: [sdb] 18463744 512-byte logical blocks: (9.45 GB/8.80 GiB)
5. Remember the device name. In my case it's /dev/sdb. In your case it can be other descriptor.
6. In console type "sudo umount /dev/sdb". Again it can be other sd in your case.
7. Run in console "sudo fsck.vfat -aftvVw /dev/sdb".

All these command fixed my device. I didn't have to format the device.

Also you can check dmesg in console on your device (in dev mode). You should get some info about locked home partition. In my case there was information that read-only flag was set. There should be even a tip to use fsck to fix issues.

If you don't have access to linux machine try running ubuntu from live-cd.
I can be wrong, but there is a chance that dummy scandisk under Windows should fix it.

Hope this helps.
I'll try.
I've that:
[ 3140.322012] usb 2-1.2: new high speed USB device using ehci_hcd and address 4
[ 3140.435049] usb 2-1.2: configuration #1 chosen from 2 choices
[ 3140.495371] Initializing USB Mass Storage driver...
[ 3140.495537] scsi6 : SCSI emulation for USB Mass Storage devices
[ 3140.495644] usb-storage: device found at 4
[ 3140.495646] usb-storage: waiting for device to settle before scanning
[ 3140.495657] usbcore: registered new interface driver usb-storage
[ 3140.495663] USB Mass Storage support registered.
[ 3145.490974] usb-storage: device scan complete
[ 3145.491759] scsi 6:0:0:0: Direct-Access Nokia N900 031 PQ: 0 ANSI: 2
[ 3145.492537] scsi 6:0:0:1: Direct-Access Nokia N900 031 PQ: 0 ANSI: 2
[ 3145.493982] sd 6:0:0:0: Attached scsi generic sg3 type 0
[ 3145.494067] sd 6:0:0:1: Attached scsi generic sg4 type 0
[ 3145.499035] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[ 3145.499901] sd 6:0:0:1: [sdd] Attached SCSI removable disk
[ 3153.278752] sd 6:0:0:0: [sdc] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB)
[ 3153.279235] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[ 3153.280489] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[ 3153.280498] sdc: sdc1
__________________
Mulder FOX
Nokia N900 PR1.3@1GHz

Last edited by judibet; 2012-04-28 at 06:20. Reason: I add a quote for best reading...