@sundown
Quote:
sundown wrote:
The L:CrossDOSFileSystem claims it supports FAT32. You need to make a mount list or a DOSDriver file for the drive. There's a text file in the Documentation drawer on the os4 CD, ("CrossDOSFileSystem.txt"), that tries to explain its use. If anyone figures out how to use it, please post how to format with it.
If you have access to a Windows machine, you could just partition and format the drive there. You should write down the partition data and create a mount file with that information.
This is an example of mount file:
Filesystem = L:CrossDosFileSystem
Flags = 0
LowCyl = 16128
HighCyl = 402653
surfaces = 3
sectorsize = 2048
reserved = 2
prealloc = 1
interleae = 0
buffersw = 500
bufmemtype = 1
stacksize = 6144
maxtransfer = 0x00fff800
mask = 0x7ffffffe
globvec = -1
dostype = 0x46415401
PartitionManager8.0 on a winxp machine names the Low and HighCyl respectively "First Sector" and "Last Sector".
As far as I know CrossDos can not write MBR data, -please someone correct this if I'm wrong- so partitioning wont work but _formatting_is_not_a_problem_.
The example above is of a 250GB harddrive I've formatted and partitioned on XP (200Gb FAT32 adn 40GB ext2fs) and then plugged in to the internal sii0680ide card on my A1. I was able to copy data to it and to plug it back to a macosx and winxp machine via external usb-case.
No data corruption or else occurred.
regards