Project

General

Profile

Actions

Bug #2386

closed

find: not working correctly on FAT32

Added by Anonymous almost 12 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
06/17/2012
Due date:
% Done:

0%

Estimated time:

Description

DF 3.1.0.854, mounted USB 500GB hard drive formatted FAT32

The find command is not returning the the full path of found files or directories when the top level directory is all numeric and 8 digits or less:

  1. mkdir -p 1/foo
  2. ls -Ri
    9507037888 1

./1:
7439821504 foo

./1:
  1. find . -ls
    7439820480 64 drwxr-xr-x 1 root wheel 32768 Jun 17 08:14 .
    9507037888 64 drwxr-xr-x 1 root wheel 32768 Jun 17 08:16 ./1
    7439821504 64 drwxr-xr-x 1 root wheel 32768 Jun 17 08:16 ./1
  2. mv 1 1a
  3. find . -ls
    7439820480 64 drwxr-xr-x 1 root wheel 32768 Jun 17 08:14 .
    9507037888 64 drwxr-xr-x 1 root wheel 32768 Jun 17 08:16 ./1a
    7439821504 64 drwxr-xr-x 1 root wheel 32768 Jun 17 08:16 ./1a/foo
  4. mv 1a 12345678
  5. find . -ls
    7439820480 64 drwxr-xr-x 1 root wheel 32768 Jun 17 08:14 .
    9507037888 64 drwxr-xr-x 1 root wheel 32768 Jun 17 08:16 ./12345678
    7439821504 64 drwxr-xr-x 1 root wheel 32768 Jun 17 08:16 ./12345678
  6. mv 12345678 123456789
  7. find . -ls
    7439820480 64 drwxr-xr-x 1 root wheel 32768 Jun 17 08:14 .
    9507037888 64 drwxr-xr-x 1 root wheel 32768 Jun 17 08:16 ./123456789
    7439821504 64 drwxr-xr-x 1 root wheel 32768 Jun 17 08:16 ./123456789/foo
Actions #1

Updated by memmerto about 11 years ago

I can confirm that this still happens on 3.2-RELEASE.

Actions #2

Updated by tuxillo about 11 years ago

  • Status changed from New to In Progress
  • Assignee set to tuxillo

Hi,

I'm able to reproduce it, let me see if I can track it down.

Cheers,
Antonio Huete

Actions #3

Updated by dillon over 7 years ago

  • Description updated (diff)
  • Status changed from In Progress to Closed

After a debugging session with htse, this bug has been fixed.

-Matt

Actions

Also available in: Atom PDF