|
2008-01-07
, 12:54
|
Posts: 4,030 |
Thanked: 1,633 times |
Joined on Jul 2007
@ nd usa
|
#122
|
|
2008-01-07
, 13:00
|
Posts: 4,030 |
Thanked: 1,633 times |
Joined on Jul 2007
@ nd usa
|
#123
|
|
2008-01-07
, 13:46
|
Posts: 3,401 |
Thanked: 1,255 times |
Joined on Nov 2005
@ London, UK
|
#124
|
So, looks like a happy ending. But, why it give the error message upon partitioning? and this is a 2 G card, for a 8 G SDHC, do I have to do anything different, like a special SDHC kernel to use bigger than 2 G? Searching the forum does not suggest that.
sfdisk -l /dev/mmcblk0 > /tmp/partition.txt
|
2008-01-07
, 17:15
|
Posts: 4,030 |
Thanked: 1,633 times |
Joined on Jul 2007
@ nd usa
|
#125
|
I don't know why it happened, but glad you got it sorted. You shouldn't need a modified kernel as OS 2008 supports SDHC out of the box.
To redirect the output from a command to a file, use the redirection character ">", eg.
Personally I prefer connecting over ssh using PuTTY then cutting & pasting the output for posting!Code:sfdisk -l /dev/mmcblk0 > /tmp/partition.txt
|
2008-01-08
, 02:29
|
Posts: 4,030 |
Thanked: 1,633 times |
Joined on Jul 2007
@ nd usa
|
#126
|
|
2008-01-08
, 06:07
|
Posts: 3,401 |
Thanked: 1,255 times |
Joined on Nov 2005
@ London, UK
|
#127
|
And then I start on step 7, and when I do the step chmod +x..., operation not permitted. Do I suppose to do that step every time?
|
2008-01-08
, 06:17
|
Posts: 3,401 |
Thanked: 1,255 times |
Joined on Nov 2005
@ London, UK
|
#128
|
|
2008-01-08
, 22:02
|
|
Posts: 282 |
Thanked: 120 times |
Joined on Nov 2007
|
#129
|
/home/user/bin/tar: .: implausibly old time stamp 1970-01-01 00:00:00
Done
|
2008-01-09
, 09:21
|
Posts: 3,401 |
Thanked: 1,255 times |
Joined on Nov 2005
@ London, UK
|
#130
|
Am I the only one getting this?
At stage 3 I get:
I am running a vanilla OS2008 on a N800. Freshly flashed with nothing installed on besides wget and e2fsprogs./home/user/bin/tar: .: implausibly old time stamp 1970-01-01 00:00:00
Done
I runned the commands as stated in the howto.
I tried copying around the tar file with mc but it didn't helped. I also redownloaded the file, didn't help either.
Any ideeas?
thanks
You should be able to partition/format the card in another Linux machine... or possibly a Windows machine. Unless it's completely trashed.
I've got a (cheap no-name brand) SD card here which died while in a Windows XP laptop over Christmas and it's completely unusable, impossible to partition - I've tried everything so far. Probably corrupted in the same way that OS 2007 v3 corrupted SD cards.
Partition Type "0C" is "FAT 32 (LBA)" - LBA being needed for large disks (greater than 128GB I believe)... probably not essential for SD cards in which case standard FAT 32 (type 0B) can be used instead. I've attached the various partition types known by cfdisk on my Ubuntu Gibbon system.