I had a look in autoexec.bat and config.sys and noticed both where completely blank.
Anyway, it's been years since I played with those 2 files in dos... and I don't remember how to mount(correct term for this?) my drives for access. So what do I need to change in autoexec.bat and config.sys to be able to access them?
I need my first primary partition(NTFS) mounted as c:, my cd-rom drive mounted as d:, and my extended partition which is the 6th partition(FAT32) mounted as e:.
Then I have my second primary partition which is ext3, but I doubt I can mount that since I don't think dos will be able to read a ext3 file system?
I don't know if it will be of any help, but this is what my parition table looks like:
Code: Select all
Disk /dev/hda: 20.0 GB, 20003880960 bytes
255 heads, 63 sectors/track, 2432 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 510 4096543+ 7 HPFS/NTFS
/dev/hda2 1947 2432 3903795 83 Linux
/dev/hda3 511 1946 11534670 5 Extended
/dev/hda5 1916 1946 249007+ 82 Linux swap / Solaris
/dev/hda6 1550 1914 2931831 b W95 FAT32
/dev/hda7 511 1548 8337672 83 Linux
Partition table entries are not in disk order
hda2 is ubuntu
hda6 is a fat32 partition for shareing files between linux and windows
hda7 is mounted as /home in linux.