Hi,
for some "on the Z" developing I would like to change the partitions and filesystems on the C3000.
Right now I have these partions:
Device Boot Start End Blocks Id System
/dev/hda1 1 204 102784+ 83 Linux
/dev/hda2 205 1020 411264 83 Linux
/dev/hda3 1021 7936 3485664 c FAT32
/dev/hda4 1 1 0 0 Empty
Does anybody know, if the hda4 is important for a bootloader or something else?
When comparing the partition size of hda3 between df and du output, the gap is about 500MB. What causes this? Hidden internas or just the M$ filesystem?
#df -h /hdd3
Filesystem Size Used Available
/dev/hda3 3.3G 993.2M 2.3G
#du -hs /hdd3
420.2M /hdd3
I would like to drop the hda4 partition and split the hda3 into 2GB ext2 and 1GB FAT32. I guess the FAT32 partition is needed when connecting the Z as usbstorage to a Windows box, right?
Thanks for Info,
Oliver