> > MSDOS is ALWAYS ALWAYS 'i' in disklabel even if the whole drive is > > formated as FAT! > > Thus try with /dev/sd0i > > > > "disklabel sd0" should have told you that. > > As stated in the original message, NOTHING is being reported by > disklabel. > > $ disklabel sd0 > #/dev/rsd0c > type: SCSI > disk: SCSI disk > label: > flags: > bytes/sector: 512 > sectors/track: 64 > sectors/cylinder: 2048 > cylinders: 0
There is a problem here ^^ > totals sectors: 1 > rpm: 3600 > interleave: 1 > trackskew: 0 > cylinderskew: 0 > headswitch: 0 # microseconds > track-to-track seek: 0 # microseconds > drivedata: 0 > > 16 partitions: > # size offset fstype [fsize bsize cpg] > c: 1 0 unused 0 0 # Cyl 0 - 0* > disklabel: cylinders/unit 0 > Backup all data that is on the drive. fdisk -e sd0 add one proper partition type 0C for FAT32, should like like this: *0: 0C 0 1 1 - XXXX XX XX [ XX: XXXXXXXXX ] Win95 FAT32L newfs_msdos /dev/sd0i (if this doesn't work remove and reattach the drive after fdisk. Now you it should work. (if the error above is corrected by new partition table as well), otherwise there is something wrong with drive being detected correctly. Regards, ahb