bug-grub
[Top][All Lists]
Advanced

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

Re: [0.5.96] Weird result with find command


From: Thierry Laronde
Subject: Re: [0.5.96] Weird result with find command
Date: Sat, 7 Oct 2000 19:58:20 +0200
User-agent: Mutt/1.0.1i

On Sat, Oct 07, 2000 at 07:18:49PM +0200, Thierry Laronde wrote:
> 
> Here is the results :
> 
> grub> root (hd1,1)
> Filesystem type is fat, partition type 0x6
> 
> grub> find /command.
> Possible files are: command.dos command.com
> 
> grub> find /command.com
> 
> Error 15: File not found
> 

More precisely, the problem occurs when using really the `find' command,
and not the TAB completion : the root partition is then tagged as an
ext2fs, which is absolutely wrong. Look :

grub> root (hd1,1)
Filesystem type is fat, partition type 0x6

grub> root
(hd1,1): Filesystem type is fat, partition type 0x6

grub> find /co
Possible files are: command.dos config.000 config.dos config.sys
command.com

grub> root
(hd1,1): Filesystem type is fat, partition type 0x6

grub> find /command.com

Error 15: File not found

grub> root
(hd1,1): Filesystem type is ext2fs, partition type 0x83

Hope this helps,
-- 
Thierry LARONDE <address@hidden>
10, rue du Bel Air, 74000 ANNECY - FRANCE/ Tel : 33.(0)4.50.67.46.61
/home du SDF (Site Debian Francophone) : http://www.polynum.com/debian/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]