OESF Portables Forum
Everything Else => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => Asus Eee PC => Topic started by: louigi600 on May 24, 2008, 01:09:49 pm
-
Anyone else experiencing problems with SDHC cards ?
I'm getting file system corruption when I shutdown system running on the SDHC card.
So far I've been able to fixit by running fsck -y from xandros on SSD.
Anyone had similar problems or know hot to work around the problem ?
-
Hum ... it appears that the disk geometry that the partition table reports is ither incorrect or incompatible with linux.
I wiped out the whole partition table data stuff by writing 0 ro the first 10Mb of the disk with this:
dd if=/dev/zero of=/dev/<whatever it is on your sustem> bs=1024 count=10240
Then I used fdisk to make a new empty dos layout and then created the linux partition and swap ... since then I've been able to reboot without getting file system corruption.
So I now have my slack 12.1 on the 8Gb SDHC.