Opened 9 days ago

Last modified 8 days ago

#19079 new bug

FAT: Renaming folder after huge file move causes KDL

Reported by: mbrumbelow Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: File Systems/FAT Version: R1/beta5
Keywords: Cc: Jim906
Blocked By: Blocking:
Platform: All

Description

Version: hrev58097
CPU: 8 Processor Intel Core i5-8279U @ 2.40 Ghz
Memory: 16226 MiB Memory

  1. Create 1TB binary file
  2. Copy file to an external USB SSD drive formatted FAT32
  3. Place the file in a newly created directory with any name
  4. Rename the new folder and hit enter or click away
  5. KDL (See attached)

Attachments (1)

crash2.jpg (2.1 MB ) - added by mbrumbelow 9 days ago.
KDL Image

Change History (4)

by mbrumbelow, 9 days ago

Attachment: crash2.jpg added

KDL Image

comment:1 by waddlesplash, 9 days ago

Cc: Jim906 added
Platform: x86-64All

comment:2 by waddlesplash, 9 days ago

Summary: Renaming Folder After Huge File Move Causes CrashFAT: Renaming folder after huge file move causes KDL

comment:3 by Jim906, 8 days ago

mbrumbelow, thank you for reporting this. Could you tell me the total capacity (including used space and free space) of the FAT32 partition on this USB SSD drive? If might also be informative if you could run driveinfo in a terminal and post the output (you may need to unmount the partition first):

~> driveinfo [partition name]

How was this FAT32 partition mounted (automatically at boot, in DriveSetup, mount command in a terminal...)?

The FAT driver is currently configured to force read-only status when mounting a partition large enough to hold a 1 TB file (this is meant to be a temporary limitation until the revised driver undergoes more testing). That this didn't happen suggests that maybe the driver made a mistake in determining the size of the partition at mount time. Later, when you tried to work with a file, the crash might have been caused by the driver working with this incorrect size information.

Note: See TracTickets for help on using tickets.