Bug 136873 - [ntfs] Missing directories/files on NTFS volume
Summary: [ntfs] Missing directories/files on NTFS volume
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-fs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-17 16:50 UTC by SE
Modified: 2014-08-11 18:40 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 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.