Bug 136873

Summary: [ntfs] Missing directories/files on NTFS volume
Product: Base System Reporter: SE <seyes463>
Component: kernAssignee: freebsd-fs (Nobody) <fs>
Status: Closed Overcome By Events    
Severity: Affects Only Me CC: jhb, joeb1
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description SE 2009-07-17 16:50:01 UTC
Mounted a NTFS volume with mount_ntfs with read-only option.  When doing a ls -al there are missing directories/files.  The ls does show some files/directories... A through k but files after that do not show up in the listing.  Might be related to this bug (kern/71774) but even using the mount "-a" option for shortnames does not work (the files still don't appear).  Have verified that the NTFS volume was marked clean

Also, when trying to "ls" a known directory that doesn't appear the ls command reports "Argument list too long".

How-To-Repeat: mount_ntfs -o ro /dev/da0s1 /tmp/ntfsvolume
ls -al /tmp/ntfsvolume/win/Documents\ and\ Settings/user/Desktop/
ls /tmp/ntfsvolume/win/Documents\ and\ Settings/user/Desktop/stuff
ls: /tmp/ntfsvolume/win/Documents\ and\ Settings/user/Desktop/stuff: Argument list too long
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-07-21 05:00:21 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-fs

Over to maintainer(s).
Comment 2 joeb1 2014-07-12 02:03:27 UTC
Close this pr.
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:40:29 UTC
NTFS support is no longer in the base system.