Exactly what command did you use to try to mount the partition and to look at it with fdisk?
The thing about it not existing in fstab is usually only displayed if you don't give the device name.
Simon
[div align=\"right\"][a href=\"index.php?act=findpost&pid=81261\"][{POST_SNAPBACK}][/a][/div]
The command i used was
'mount -t ext2 /dev/hda /hdd1'
i dont know much about this stuff ... but to me it looks like there are no partitions on the drive. and when i try to create the partitions i cant get them to be the size they are supposed to be, because it lists everything either in cylinders or in sectors.
Any ideas on how i can get them to be the right size?
also ... im following paelons instuctions on how to fix the zaurus. but im doing everything off an sd card, where all his instructions are for cf cards ... would the commands be significantly different?
Im talking about the
# sfdisk -uC /dev/hdc <<EOF
# 0,203,83
# ,816,83
# ,6916,c
# EOF
# mke2fs -j /dev/hdc1
# mke2fs -j /dev/hdc2
# mkfs.vfat -F 32 /dev/hdc3
Another thing to note ... is that when i try these commands ...
i can only do
# sfdisk -uC /dev/hdc <<EOF
< 0,203,83
< ,816,83
< ,6916,c
< EOF
I dont know if there is a difference between the # and the < but i see it.
HELP PLEASE !