![]() |
2010-11-10
, 05:10
|
|
Posts: 1,312 |
Thanked: 736 times |
Joined on Sep 2009
|
#11
|
![]() |
2010-11-10
, 05:14
|
Posts: 303 |
Thanked: 146 times |
Joined on Aug 2009
|
#12
|
![]() |
2010-11-10
, 05:57
|
Posts: 7 |
Thanked: 0 times |
Joined on Nov 2010
@ Melbourne, Australia
|
#13
|
![]() |
2010-11-10
, 06:29
|
Posts: 842 |
Thanked: 1,197 times |
Joined on May 2010
|
#14
|
The Following User Says Thank You to RobbieThe1st For This Useful Post: | ||
![]() |
2010-11-10
, 07:04
|
Posts: 1,522 |
Thanked: 392 times |
Joined on Jul 2010
@ São Paulo, Brazil
|
#15
|
![]() |
2010-11-10
, 07:43
|
Posts: 7 |
Thanked: 0 times |
Joined on Nov 2010
@ Melbourne, Australia
|
#16
|
First, you have two chips:
a OneNAND chip, which contains the 256mb rootfs, and
a eMMC chip, which contains three partitions: a 2GB OptFS(ext2), a 1GB swap partition, and the rest as fat-32(~29GB) which is mounted to MyDocs.
Maemo -requires- both the rootfs and the first two partitions on the eMMC to boot. This is why you can't flash the eMMC without also flashing the rootfs.
In your case, I don't think we need to do that - all we need to do is reformat the MyDocs partition on the eMMC.
I suggest backing up any files you want before doing that, yes, because when you format you will (obviously) lose anything that's left.
edit:
To format it, open up a terminal on your Ubuntu system.
Connect your n900 via USB, and select USB Mass Storage mode.
Now, type "sudo fdisk -l" in your terminal to get a list of disks - The n900/MyDocs partition/drive should be 29.0GB, and be at the bottom of the list. You should see "disk /dev/sdX" right next to the size.
Once we know what partition we are dealing with, we can format it with:
"sudo mkfs.vfat -F32 -s64 /dev/sdX" /dev/sdX being the disk we found earlier.
After doing that, we should have an empty MyDocs partition to work with.
![]() |
2010-11-10
, 09:40
|
Posts: 992 |
Thanked: 738 times |
Joined on Jun 2010
@ Low Earth Orbit
|
#17
|
When I hit: "sudo mkfs.vfat -F32 -s64 /dev/sdh" I get:
mkfs.vfat: /dev/sdh contains a mounted file system.
Disk /dev/sdg: 29.0 GB, 28995223552 bytes 64 heads, 32 sectors/track, 27652 cylinders Units = cylinders of 2048 * 512 = 1048576 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000
Is it safe to navigate through gnome to the drive, right click and format that way?
The Following User Says Thank You to kureyon For This Useful Post: | ||
![]() |
2010-11-10
, 10:01
|
Posts: 842 |
Thanked: 1,197 times |
Joined on May 2010
|
#18
|
![]() |
2010-11-10
, 10:10
|
Posts: 15 |
Thanked: 5 times |
Joined on Oct 2010
@ Germany
|
#19
|
![]() |
2010-11-10
, 10:17
|
Posts: 7 |
Thanked: 0 times |
Joined on Nov 2010
@ Melbourne, Australia
|
#20
|