[DragonFlyBSD - Bug #2386] (In Progress) find: not working correctly on FAT32

Antonio M. Huete Jimenez via Redmine bugtracker-admin at leaf.dragonflybsd.org
Wed Jan 23 03:19:40 PST 2013


Issue #2386 has been updated by tuxillo.

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
----------------------------------------
Bug #2386: find: not working correctly on FAT32
http://bugs.dragonflybsd.org/issues/2386

Author: t_dfbsd
Status: In Progress
Priority: Normal
Assignee: tuxillo
Category: 
Target version: 


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:

# mkdir -p 1/foo
# ls -Ri
9507037888 1

./1:
7439821504 foo

./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
# mv 1 1a
# 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
# mv 1a 12345678
# 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
# mv 12345678 123456789
# 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


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account



More information about the Bugs mailing list