got knoppix today and i can format and partition the drive (multiple partitions is not possible ?) I tried to delete the partition and create a new but it seems it goes a bit to fast to be credible ... but still I tried a linux partition and fat 16 (wich is not possible in 1 partition so it made a fat32 ??) none were readeble in the zaurus Ithink it is a voltage problem so unless someone has other suggestions I am putting the drive back in the muvo ...I am not giving up though ...:-)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=94168\"][{POST_SNAPBACK}][/a][/div]
I am wondering if the "special" firmware simply prevents you from rewriting the first ? blocks of the disk, thus preventing writing your own partition.
How about this. Find a file which you know well, e.g
copy it to the drive
dd if=/etc/init.d/boot.rootfsck of=/dev/XXX bs=512
then read it back (assume it's 5120 bytes long)
dd if=/dev/XXX of=/tmp/fromdrive bs=512 count=10
then view the file /tmp/fromdrive to see what you got. try with a bigger file, after all, it's possible that seagate protect the first 16K or something.
Paul