by friedtofu on Wed Jan 31, 2007 8:34 pm
blah, i use mtools i get this...
# # Linux floppy drives
drive a: file="/dev/fd0" exclusive
drive b: file="/dev/fd1" exclusive
# # First SCSI hard disk partition
drive c: file="/dev/sda1"
# # First IDE hard disk partition
# drive c: file="/dev/hda1"
# # dosemu hdimage.
drive m: file="/var/lib/dosemu/hdimage.first" partition=1 offset=128
# # dosemu floppy image
drive n: file="/var/lib/dosemu/fdimage"
# # SCSI zip disk
# drive z: file="/dev/sda4"
# # uncomment the following line to display all file names in lower
# # case by default
# mtools_lower_case=1
... blah, i cant find anything that looks like a FAT for MicroSD...
... and i was reading the documentation, seems to be all about floppies...
when i change the SCSI or IDE configuration to "/dev/sdc1" it keeps giving me the error of
Cannot initialize "A:"
when i change the configuration under floppy in
drive a: file="/dev/fd0" exclusive
to
drive a: file="/dev/sdc1" exclusive
i get another error message when running mattrib...
~$ mattrib +a <file>
Total number of sectors not a multiple of sectors per track!
Add mtools_skip_check=1 to your .mtoolsrc file to skip this test
hm, dont seem to be getting this "mattrib [-p] [-a|+a] [-h|+h] [-r|+r] [-s|+s] msdosfile [msdosfiles...]" syntax
-----
ok, typing up all this seemed like a waste of time..
after adding "mtools_skip_check=1" it worked...
haha, thanks for the feedback scorp123