Bug 27778

Summary: I am unable to read files on a Win2k NTFS slice
Product: Base System Reporter: setantae <setantae>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: ceri
Priority: Normal    
Version: 4.3-STABLE   
Hardware: Any   
OS: Any   

Description setantae 2001-05-30 22:40:01 UTC
	Using the NTFS module, the system cannot read files from a Windows 2000 NTFS slice.
	I do not have NTFS in the kernel, I am loading it as a kernel module.

Fix: 

Sorry, I haven't got a clue.
How-To-Repeat: root@rhadamanth /# kldload ntfs
root@rhadamanth /# mkdir /nt;mount -t ntfs /dev/ad0s1 /nt/
root@rhadamanth /# ls -al /nt/lynx.rc 
-rwxr-xr-x  0 root  wheel  12863 Jan 25 22:27 /nt/lynx.rc
root@rhadamanth /# file /nt/lynx.rc 
/nt/lynx.rc: executable, can't read `/nt/lynx.rc' (Inappropriate ioctl for device).
root@rhadamanth /#
Comment 1 setantae 2001-06-03 17:28:59 UTC
This is fixed with a build of today's tree, so I guess it can be closed.
Comment 2 dd freebsd_committer freebsd_triage 2001-06-04 07:34:53 UTC
State Changed
From-To: open->closed

Originator reports that the problem has been fixed.