Q: What are the steps to access a 128GB flash memory drive? The drive is formatted as a largc floppy according to DFSEE. Is there a set of instructions online?
A: At that size if has to be FAT32, and if it is indeed a "large floppy" format (no MBR with a partition table) then it is a no-go for eCS.
For it to work with eCS you must have a PARTITION, format that FAT32, and make sure to ADD LVM information with a name and driveletter. Without that it will not work.
If partitioning and formatting are an option, the steps using just DFSee would be:
Mode=FDISK -> MBR or EBR area operations -> Wipe start of disk to ZERO -> ... select the correct disk here ...
Mode=FDISK -> MBR or EBR area operations -> New MBR code, ERASE tables -> ... select the correct disk here ...
Mode=FDISK -> Create new partition -> ... select the disks freespace area ...
FAT, 32-bit type 0C: > Cyl 1023and to create LVM info for it too:
[?] Include LVM information
Actions -> Format with FAT filesystem -> A Partition to be selected -> ... select the newly created partition ...
Volumes created this way should be accessible from Windows and the MAC as well as eCS. I have done it several times on external USB disks and memory-sticks.
Note however that SOME external USB disks simply do not work well with the USB stack in eCS, so there is no guarantee.
Originally posted by Jan van Wijk, author of DFSee; http://www.dfsee.com