Bug 99290 - [ntfs] mount_ntfs ignorant of cluster sizes
Summary: [ntfs] mount_ntfs ignorant of cluster sizes
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 6.1-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-fs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-22 08:20 UTC by Paul Schiro
Modified: 2014-08-11 18:36 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Schiro 2006-06-22 08:20:19 UTC
It appears that when accessing a mounted NTFS filesystem (via mount_ntfs)
with a non-default (default is 4096) cluster size, FreeBSD has problems
listing directories on said filesystem.  /bin/ls errors with "Argument
list too long" while listing directories containing any amount of files
(from what I can tell).  I experienced this problem on a filesystem with
16k clusters.  Booted into WinXP and used PartitionMagic to resize to 4096
(from the 8192 I was using previously on that particular filesystem), and
was able to once again list files in FreeBSD without any problem.  I was
unable to find any related bugs in the database.

Fix: 

Resize NTFS clusters to 4096.
How-To-Repeat: Resize an NTFS partition to 8192, 16384, etc.; boot into FreeBSD 6.x;
issue "ls" in any dir which contains any number of "normal" files and/or
subdirs.  You should see "<filename/directory>: Argument list too long"
repeated several times.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-05-18 05:27:13 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-fs

Over to maintainer(s).
Comment 2 joeb1 2014-07-12 01:51:10 UTC
6.1 is so far past EOL as this pr is now meaningless.
And ntfs has been removed from 10.0 base see
http://svnweb.freebsd.org/base/head/sbin/Makefile?view=log&pathrev=247665
Comment 3 John Baldwin freebsd_committer freebsd_triage 2014-08-11 18:36:48 UTC
NTFS support has been removed from the base system.