[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#582257: probing DOS devices doesn't work



Both command.com and kernel.sys are there:

# ls -al /mnt/
total 1183
drwxr-xr-x  6 root root   16384 Jan  1  1970 .
drwxr-xr-x 36 root root     896 May 13 15:50 ..
-rwxr-xr-x  1 root root   66945 Aug 29  2006 COMMAND.COM
drwxr-xr-x  2 root root    2048 Mar 12 19:28 D510MO
-rwxr-xr-x  1 root root   45341 Aug 18  2006 KERNEL.SYS
-rwxr-xr-x  1 root root 1070626 Feb 14  2009 M1330A15.EXE
drwxr-xr-x  2 root root    2048 May 18 14:10 S5000PSL
drwxr-xr-x  2 root root    2048 Dec  4 17:20 acer
drwxr-xr-x  3 root root    2048 Dec  4 17:38 acerwin

Is it possible that there is a problem about the mount options
wrt upper and lower case characters? AFAIR the default for
mounting vfat partitions has been changed a few months ago.

If I create a file "11freedos" using

--- 10freedos   2010-02-11 00:06:57.000000000 +0100
+++ 11freedos   2010-05-19 21:49:15.000000000 +0200
@@ -13,7 +13,7 @@
   *) debug "$1 is not a FAT partition: exiting"; exit 1 ;;
 esac

-if [ -e "$2/kernel.sys" -a -e "$2/command.com" ]; then
+if [ -e "$2/KERNEL.SYS" -a -e "$2/COMMAND.COM" ]; then
   label="$(count_next_label FreeDOS)"
   result "$1:FreeDOS:$label:chain"
   exit 0

then it works.


Regards

Harri



Reply to: