![]() |
2010-02-25
, 09:56
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#12
|
![]() |
2010-02-25
, 10:02
|
Posts: 9 |
Thanked: 2 times |
Joined on Feb 2010
|
#13
|
![]() |
2010-02-25
, 10:09
|
Posts: 148 |
Thanked: 92 times |
Joined on Oct 2009
|
#14
|
![]() |
2010-02-25
, 10:45
|
Posts: 9 |
Thanked: 2 times |
Joined on Feb 2010
|
#15
|
![]() |
2010-02-26
, 01:34
|
Posts: 293 |
Thanked: 76 times |
Joined on Jan 2008
@ Fremantle, W. Australia
|
#16
|
What micro-SD card? Do you have telepathic skills :P
This is general Sub-Forum.
The Following User Says Thank You to myk For This Useful Post: | ||
![]() |
2010-02-26
, 01:47
|
Posts: 149 |
Thanked: 140 times |
Joined on Sep 2009
@ YUL
|
#17
|
The Following User Says Thank You to Mandor For This Useful Post: | ||
![]() |
2010-02-28
, 11:23
|
Posts: 9 |
Thanked: 2 times |
Joined on Feb 2010
|
#18
|
/dev/sdb /media/n900 vfat dmask=027,uid=1000,gid=1000,fmask=137,user,noauto 0 0
Both are correct in size/detection but show no partitions. Both have partitions and data on the phone.
-----
[305111.462290] sd 17:0:0:0: Attached scsi generic sg2 type 0
[305111.462560] sd 17:0:0:1: Attached scsi generic sg3 type 0
[305111.472846] sd 17:0:0:0: [sdc] 56631296 512-byte logical blocks: (28.9 GB/27.0 GiB)
[305111.473509] sd 17:0:0:1: [sdd] Attached SCSI removable disk
[305111.474249] sd 17:0:0:0: [sdc] Write Protect is off
[305111.474257] sd 17:0:0:0: [sdc] Mode Sense: 0f 00 00 00
[305111.474263] sd 17:0:0:0: [sdc] Assuming drive cache: write through
[305111.475872] sd 17:0:0:0: [sdc] Assuming drive cache: write through
[305111.475883] sdc:
[305111.480115] sd 17:0:0:0: [sdc] Assuming drive cache: write through
[305111.480126] sd 17:0:0:0: [sdc] Attached SCSI removable disk
[305115.438031] sd 17:0:0:1: [sdd] 3921920 512-byte logical blocks: (2.00 GB/1.87 GiB)
[305115.438626] sd 17:0:0:1: [sdd] Assuming drive cache: write through
[305115.441882] sd 17:0:0:1: [sdd] Assuming drive cache: write through
[305115.441894] sdd:
brent@brent-laptop:~/Download$ sudo fdisk /dev/sdc
The number of cylinders for this disk is set to 27652.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): p
Disk /dev/sdc: 29.0 GB, 28995223552 bytes
64 heads, 32 sectors/track, 27652 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Sector size (logical / optimal IO): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
Command (m for help): q
brent@brent-laptop:~/Download$ sudo fdisk /dev/sdd
Command (m for help): p
Disk /dev/sdd: 2008 MB, 2008023040 bytes
62 heads, 62 sectors/track, 1020 cylinders
Units = cylinders of 3844 * 512 = 1968128 bytes
Sector size (logical / optimal IO): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
Command (m for help): q
----
Thanks