Can I make an ext3 partition on the microdrive for installing apps?
Make the FAT partition smaller, then create an ext3 partition. Apart from system critical apps I keep the rest of my stuff on HD.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
Thanks Desertrat, that certainly appears to make sense as it leaves a FAT partition in case you might want to connect the Z to a PC/Mac.
Can you tell me how to do it? I'm not an expert at this kind of thing and I cant even identify my HD in the df?
If this is done then what would need to be done to go back to the Sharp ROM?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=141128\"][{POST_SNAPBACK}][/a][/div]
you can use
mount
to display what partitions are mounted where. The microdrive is most likely /dev/hda
once you are sure that /dev/hda is the microdrive (I believe it can come up as hdb if there is a cf in the slot at boot), run
fdisk /dev/hda
but be aware that when you change the partition scheme and write the changes, any data on the modified partitions will be destroyed.
once in fdisk type m for help. change the partion type accordingly.
after the partition table is written (w in fdisk), you will need to format each partition.
# mkfs.ext2 /dev/hdaX
or
# mkfs.vfat /dev/hdaX
where X is the partition number.
As far as going back to the sharprom, you will need to get the hdd images from trisoft's site [a href=\"http://trisoft.de/en_c3100howto.htm](here)[/url] and re-create the partition table. Then a NAND restore of the sharp rom.
goog luck